Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dpgtable.h857 #define pmd_clear_fixmap() clear_fixmap(FIX_PMD) macro
873 #define pmd_clear_fixmap() macro
/linux/arch/arm64/mm/
H A Dmmu.c323 pmd_clear_fixmap(); in alloc_init_cont_pmd()