__phys_to_kimg    513 arch/arm64/include/asm/pgtable.h #define pte_offset_kimg(dir,addr)	((pte_t *)__phys_to_kimg(pte_offset_phys((dir), (addr))))
__phys_to_kimg    570 arch/arm64/include/asm/pgtable.h #define pmd_offset_kimg(dir,addr)	((pmd_t *)__phys_to_kimg(pmd_offset_phys((dir), (addr))))
__phys_to_kimg    628 arch/arm64/include/asm/pgtable.h #define pud_offset_kimg(dir,addr)	((pud_t *)__phys_to_kimg(pud_offset_phys((dir), (addr))))