HomeSort by relevance Sort by last modified time
    Searched refs:pool_first_large (Results 1 - 2 of 2) sorted by null

  /external/qemu/tcg/
tcg.c 217 p->next = s->pool_first_large;
218 s->pool_first_large = p;
251 for (p = s->pool_first_large; p; p = t) {
255 s->pool_first_large = NULL;
    [all...]
tcg.h 450 TCGPool *pool_first, *pool_current, *pool_first_large; member in struct:TCGContext

Completed in 76 milliseconds