Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h876 #define pmd_set_fixmap_offset(pud, addr) pmd_set_fixmap(pmd_offset_phys(pud, addr)) macro
892 #define pmd_set_fixmap_offset(pudp, addr) ((pmd_t *)pudp) macro
/linux-6.15/arch/arm64/mm/
H A Dmmu.c304 pmdp = pmd_set_fixmap_offset(pudp, addr); in alloc_init_cont_pmd()