Searched defs:TCGContext (Results 1 - 1 of 1) sorted by relevance

/external/qemu/tcg/
H A Dtcg.h269 typedef struct TCGContext TCGContext; typedef in typeref:struct:TCGContext
271 struct TCGContext { struct
332 extern TCGContext tcg_ctx;
340 void *tcg_malloc_internal(TCGContext *s, int size);
341 void tcg_pool_reset(TCGContext *s);
342 void tcg_pool_delete(TCGContext *s);
346 TCGContext *s = &tcg_ctx;
359 void tcg_context_init(TCGContext *s);
360 void tcg_prologue_init(TCGContext *
[all...]

Completed in 32 milliseconds