Home
last modified time | relevance | path

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

/external/qemu/
Dexec.c133 TranslationBlock *first_tb; member
545 p->first_tb = NULL; in page_flush_tb()
724 tb_page_remove(&p->first_tb, tb); in tb_phys_invalidate()
729 tb_page_remove(&p->first_tb, tb); in tb_phys_invalidate()
799 tb = p->first_tb; in build_page_bitmap()
894 tb = p->first_tb; in tb_invalidate_phys_page_range()
958 if (!p->first_tb) { in tb_invalidate_phys_page_range()
1022 tb = p->first_tb; in tb_invalidate_phys_page()
1060 p->first_tb = NULL; in tb_invalidate_phys_page()
1083 tb->page_next[n] = p->first_tb; in tb_alloc_page()
[all …]