Lines Matching defs:phys_page2
906 target_ulong phys_pc, phys_page2, virt_page2;
933 phys_page2 = -1;
935 phys_page2 = get_phys_addr_code(env, virt_page2);
937 tb_link_phys(tb, phys_pc, phys_page2);
1224 /* add a new TB and link it to the physical page tables. phys_page2 is
1227 target_ulong phys_pc, target_ulong phys_page2)
1243 if (phys_page2 != -1)
1244 tb_alloc_page(tb, 1, phys_page2);