Home | History | Annotate | Download | only in qemu

Lines Matching refs:phys_page2

907     target_ulong phys_pc, phys_page2, virt_page2;
934 phys_page2 = -1;
936 phys_page2 = get_phys_addr_code(env, virt_page2);
938 tb_link_phys(tb, phys_pc, phys_page2);
1225 /* add a new TB and link it to the physical page tables. phys_page2 is
1228 target_ulong phys_pc, target_ulong phys_page2)
1244 if (phys_page2 != -1)
1245 tb_alloc_page(tb, 1, phys_page2);