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

/linux-master/arch/arm64/include/asm/
H A Dpgtable.h753 #define pmd_set_fixmap_offset(pud, addr) pmd_set_fixmap(pmd_offset_phys(pud, addr)) macro
768 #define pmd_set_fixmap_offset(pudp, addr) ((pmd_t *)pudp) macro
/linux-master/arch/arm64/mm/
H A Dmmu.c245 pmdp = pmd_set_fixmap_offset(pudp, addr);

Completed in 121 milliseconds