Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/include/asm/
Dpgtable.h707 #define pmd_set_fixmap_offset(pud, addr) pmd_set_fixmap(pmd_offset_phys(pud, addr)) macro
721 #define pmd_set_fixmap_offset(pudp, addr) ((pmd_t *)pudp) macro
/linux-5.19.10/arch/arm64/mm/
Dmmu.c228 pmdp = pmd_set_fixmap_offset(pudp, addr); in init_pmd()