Home | History | Annotate | Download | only in qemu

Lines Matching refs:phys_page2

124                          tb_page_addr_t phys_page2);
987 tb_page_addr_t phys_pc, phys_page2;
1012 phys_page2 = -1;
1014 phys_page2 = get_page_addr_code(env, virt_page2);
1016 tb_link_page(tb, phys_pc, phys_page2);
1313 /* add a new TB and link it to the physical page tables. phys_page2 is
1316 tb_page_addr_t phys_page2)
1332 if (phys_page2 != -1) {
1333 tb_alloc_page(tb, 1, phys_page2);