Lines Matching refs:first_tb
137 TranslationBlock *first_tb; member
627 p->first_tb = NULL; in page_flush_tb()
798 tb_page_remove(&p->first_tb, tb); in tb_phys_invalidate()
803 tb_page_remove(&p->first_tb, tb); in tb_phys_invalidate()
879 tb = p->first_tb; in build_page_bitmap()
975 tb = p->first_tb; in tb_invalidate_phys_page_range()
1032 if (!p->first_tb) { in tb_invalidate_phys_page_range()
1098 tb = p->first_tb; in tb_invalidate_phys_page()
1125 p->first_tb = NULL; in tb_invalidate_phys_page()
1148 tb->page_next[n] = p->first_tb; in tb_alloc_page()
1149 last_first_tb = p->first_tb; in tb_alloc_page()
1150 p->first_tb = (TranslationBlock *)((long)tb | n); in tb_alloc_page()
2235 p->first_tb) { in page_set_flags()