Home
last modified time | relevance | path

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

/external/qemu/
Dcpu-exec.c129 target_ulong phys_pc, phys_page1, phys_page2, virt_page2; in tb_find_slow() local
151 virt_page2 = (pc & TARGET_PAGE_MASK) + in tb_find_slow()
153 phys_page2 = get_phys_addr_code(env, virt_page2); in tb_find_slow()
Dexec.c897 target_ulong phys_pc, phys_page2, virt_page2; in tb_gen_code() local
923 virt_page2 = (pc + tb->size - 1) & TARGET_PAGE_MASK; in tb_gen_code()
925 if ((pc & TARGET_PAGE_MASK) != virt_page2) { in tb_gen_code()
926 phys_page2 = get_phys_addr_code(env, virt_page2); in tb_gen_code()