Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dpgtable.h646 #define pmd_set_fixmap_offset(pud, addr) pmd_set_fixmap(pmd_offset_phys(pud, addr)) macro
660 #define pmd_set_fixmap_offset(pudp, addr) ((pmd_t *)pudp) macro
/kernel/linux/linux-5.10/arch/arm64/mm/
Dmmu.c219 pmdp = pmd_set_fixmap_offset(pudp, addr); in init_pmd()