Home | History | Annotate | Download | only in qemu

Lines Matching refs:phys_pc

777     target_phys_addr_t phys_pc;
781 phys_pc = tb->page_addr[0] + (tb->pc & ~TARGET_PAGE_MASK);
782 h = tb_phys_hash_func(phys_pc);
897 target_ulong phys_pc, phys_page2, virt_page2;
900 phys_pc = get_phys_addr_code(env, pc);
928 tb_link_phys(tb, phys_pc, phys_page2);
1219 target_ulong phys_pc, target_ulong phys_page2)
1228 h = tb_phys_hash_func(phys_pc);
1234 tb_alloc_page(tb, 0, phys_pc & TARGET_PAGE_MASK);