pud_offset_phys   619 arch/arm64/include/asm/pgtable.h #define pud_offset(dir, addr)		((pud_t *)__va(pud_offset_phys((dir), (addr))))
pud_offset_phys   622 arch/arm64/include/asm/pgtable.h #define pud_set_fixmap_offset(pgd, addr)	pud_set_fixmap(pud_offset_phys(pgd, addr))
pud_offset_phys   628 arch/arm64/include/asm/pgtable.h #define pud_offset_kimg(dir,addr)	((pud_t *)__phys_to_kimg(pud_offset_phys((dir), (addr))))