Lines Matching refs:next_phys
560 phys_addr_t next_phys;
570 next_phys = pt_ops.alloc_pmd(va);
571 pudp[pud_index] = pfn_pud(PFN_DOWN(next_phys), PAGE_TABLE);
572 nextp = pt_ops.get_pmd_virt(next_phys);
575 next_phys = PFN_PHYS(_pud_pfn(pudp[pud_index]));
576 nextp = pt_ops.get_pmd_virt(next_phys);
587 phys_addr_t next_phys;
597 next_phys = pt_ops.alloc_pud(va);
598 p4dp[p4d_index] = pfn_p4d(PFN_DOWN(next_phys), PAGE_TABLE);
599 nextp = pt_ops.get_pud_virt(next_phys);
602 next_phys = PFN_PHYS(_p4d_pfn(p4dp[p4d_index]));
603 nextp = pt_ops.get_pud_virt(next_phys);
645 phys_addr_t next_phys;
655 next_phys = alloc_pgd_next(va);
656 pgdp[pgd_idx] = pfn_pgd(PFN_DOWN(next_phys), PAGE_TABLE);
657 nextp = get_pgd_next_virt(next_phys);
660 next_phys = PFN_PHYS(_pgd_pfn(pgdp[pgd_idx]));
661 nextp = get_pgd_next_virt(next_phys);