Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h726 #define pmd_clear_fixmap() clear_fixmap(FIX_PMD) macro
741 #define pmd_clear_fixmap() macro
/openbmc/linux/arch/arm64/mm/
H A Dmmu.c269 pmd_clear_fixmap(); in init_pmd()