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

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

Completed in 94 milliseconds