Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/asm/
Dpgtable.h855 #define pmd_set_fixmap(addr) ((pmd_t *)set_fixmap_offset(FIX_PMD, addr)) macro
856 #define pmd_set_fixmap_offset(pud, addr) pmd_set_fixmap(pmd_offset_phys(pud, addr))
871 #define pmd_set_fixmap(addr) NULL macro
/linux-6.12.1/arch/arm64/mm/
Dmmu.c298 pmdp = pmd_set_fixmap(pmd_phys); in alloc_init_cont_pmd()