pmd_offset_phys   561 arch/arm64/include/asm/pgtable.h #define pmd_offset(dir, addr)		((pmd_t *)__va(pmd_offset_phys((dir), (addr))))
pmd_offset_phys   564 arch/arm64/include/asm/pgtable.h #define pmd_set_fixmap_offset(pud, addr)	pmd_set_fixmap(pmd_offset_phys(pud, addr))
pmd_offset_phys   570 arch/arm64/include/asm/pgtable.h #define pmd_offset_kimg(dir,addr)	((pmd_t *)__phys_to_kimg(pmd_offset_phys((dir), (addr))))