Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/asm/
Dpgtable.h1085 static inline p4d_t *p4d_set_fixmap_offset(pgd_t *pgdp, unsigned long addr) in p4d_set_fixmap_offset() function
1116 #define p4d_set_fixmap_offset(p4dp, addr) ((p4d_t *)p4dp) macro
/linux-6.12.1/arch/arm64/mm/
Dmmu.c407 p4dp = p4d_set_fixmap_offset(pgdp, addr); in alloc_init_p4d()