Home
last modified time | relevance | path

Searched refs:p4d_offset_kimg (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/mm/
H A Dfixmap.c107 p4d_t *p4dp = p4d_offset_kimg(pgdp, addr); in early_fixmap_init()
H A Dkasan_init.c112 return early ? p4d_offset_kimg(pgdp, addr) : p4d_offset(pgdp, addr); in kasan_p4d_offset()
/linux/arch/arm64/include/asm/
H A Dpgtable.h1099 static inline p4d_t *p4d_offset_kimg(pgd_t *pgdp, u64 addr) in p4d_offset_kimg() function
1119 #define p4d_offset_kimg(dir,addr) ((p4d_t *)dir) macro