Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dpgtable.h1193 static inline p4d_t *p4d_set_fixmap_offset(pgd_t *pgdp, unsigned long addr) in p4d_set_fixmap_offset() function
1224 #define p4d_set_fixmap_offset(p4dp, addr) ((p4d_t *)p4dp) macro
/linux/arch/arm64/mm/
H A Dmmu.c442 p4dp = p4d_set_fixmap_offset(pgdp, addr); in alloc_init_p4d()