Searched refs:pud_phys (Results 1 – 3 of 3) sorted by relevance
1955 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local1985 pud_phys = new_area; in xen_relocate_p2m()1986 pmd_phys = pud_phys + PFN_PHYS(n_pud); in xen_relocate_p2m()1993 pud = early_memremap(pud_phys, PAGE_SIZE); in xen_relocate_p2m()2028 make_lowmem_page_readonly(__va(pud_phys)); in xen_relocate_p2m()2029 pin_pagetable_pfn(MMUEXT_PIN_L3_TABLE, PFN_DOWN(pud_phys)); in xen_relocate_p2m()2030 set_pgd(pgd + 2 + idx_pud, __pgd(_PAGE_TABLE | pud_phys)); in xen_relocate_p2m()2031 pud_phys += PAGE_SIZE; in xen_relocate_p2m()
93 phys_addr_t pud_phys = early ? in kasan_pud_offset() local96 __p4d_populate(p4dp, pud_phys, P4D_TYPE_TABLE); in kasan_pud_offset()
233 #define pud_phys(pud) PHYSADDR(pud_val(pud)) macro234 #define pud_page(pud) (pfn_to_page(pud_phys(pud) >> PAGE_SHIFT))