HomeSort by relevance Sort by last modified time
    Searched full:first_tb (Results 1 - 1 of 1) sorted by null

  /external/qemu/
exec.c 138 TranslationBlock *first_tb; member in struct:PageDesc
618 /* set to NULL all the 'first_tb' fields in all PageDescs */
628 p->first_tb = NULL;
799 tb_page_remove(&p->first_tb, tb);
804 tb_page_remove(&p->first_tb, tb);
880 tb = p->first_tb;
976 tb = p->first_tb;
1033 if (!p->first_tb) {
    [all...]

Completed in 355 milliseconds