Searched refs:pud_set_fixmap_offset (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dpgtable.h863 static inline pud_t *pud_set_fixmap_offset(p4d_t *p4dp, unsigned long addr) function
894 #define pud_set_fixmap_offset(pgdp, addr) ((pud_t *)pgdp) macro
/linux-master/arch/arm64/mm/
H A Dmmu.c338 pudp = pud_set_fixmap_offset(p4dp, addr);

Completed in 117 milliseconds