Home
last modified time | relevance | path

Searched refs:TCGPool (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg.h122 typedef struct TCGPool { struct
123 struct TCGPool *next; argument
126 } TCGPool; typedef
361 TCGPool *pool_first, *pool_current, *pool_first_large;
/openbmc/qemu/tcg/
H A Dtcg.c1320 TCGPool *p; in tcg_malloc_internal()
1325 p = g_malloc(sizeof(TCGPool) + size); in tcg_malloc_internal()
1341 p = g_malloc(sizeof(TCGPool) + pool_size); in tcg_malloc_internal()
1362 TCGPool *p, *t; in tcg_pool_reset()