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

/linux-master/arch/arm64/include/asm/
H A Dpgtable.h981 static inline p4d_t *p4d_set_fixmap_offset(pgd_t *pgdp, unsigned long addr) function
1010 #define p4d_set_fixmap_offset(p4dp, addr) ((p4d_t *)p4dp) macro
/linux-master/arch/arm64/mm/
H A Dmmu.c393 p4dp = p4d_set_fixmap_offset(pgdp, addr);

Completed in 180 milliseconds