Searched refs:phys_page2 (Results 1 – 3 of 3) sorted by relevance
/external/qemu/ |
D | translate-all.c | 124 tb_page_addr_t phys_page2); 987 tb_page_addr_t phys_pc, phys_page2; in tb_gen_code() local 1012 phys_page2 = -1; in tb_gen_code() 1014 phys_page2 = get_page_addr_code(env, virt_page2); in tb_gen_code() 1016 tb_link_page(tb, phys_pc, phys_page2); in tb_gen_code() 1316 tb_page_addr_t phys_page2) in tb_link_page() argument 1332 if (phys_page2 != -1) { in tb_link_page() 1333 tb_alloc_page(tb, 1, phys_page2); in tb_link_page()
|
D | cpu-exec.c | 127 target_ulong phys_pc, phys_page1, phys_page2, virt_page2; in tb_find_slow() local 134 phys_page2 = -1; in tb_find_slow() 149 phys_page2 = get_page_addr_code(env, virt_page2); in tb_find_slow() 150 if (tb->page_addr[1] == phys_page2) in tb_find_slow()
|
/external/qemu/include/exec/ |
D | exec-all.h | 229 target_ulong phys_pc, target_ulong phys_page2);
|