Searched refs:pmd_set_fixmap (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/arm64/mm/
H A Dmmu.c296 pmdp = pmd_set_fixmap(pmd_phys);
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h806 #define pmd_set_fixmap(addr) ((pmd_t *)set_fixmap_offset(FIX_PMD, addr)) macro
807 #define pmd_set_fixmap_offset(pud, addr) pmd_set_fixmap(pmd_offset_phys(pud, addr))
822 #define pmd_set_fixmap(addr) NULL macro

Completed in 317 milliseconds