Home
last modified time | relevance | path

Searched refs:p4d_set_fixmap (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h1108 static inline p4d_t *p4d_set_fixmap(unsigned long addr) in p4d_set_fixmap() function
1119 return p4d_set_fixmap(p4d_offset_phys(pgdp, addr)); in p4d_set_fixmap_offset()
1145 #define p4d_set_fixmap(addr) NULL macro
/linux-6.15/arch/arm64/mm/
H A Dmmu.c401 p4dp = p4d_set_fixmap(p4d_phys); in alloc_init_p4d()