__late_clear_fixmap  105 arch/arm64/include/asm/fixmap.h #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR)
__late_clear_fixmap   38 arch/riscv/include/asm/fixmap.h #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR)
__late_clear_fixmap  193 arch/x86/include/asm/fixmap.h #define __late_clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
__late_clear_fixmap   65 mm/early_ioremap.c static inline void __init __late_clear_fixmap(enum fixed_addresses idx)