Home
last modified time | relevance | path

Searched refs:__late_clear_fixmap (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/mm/
Dearly_ioremap.c64 #ifndef __late_clear_fixmap
65 static inline void __init __late_clear_fixmap(enum fixed_addresses idx) in __late_clear_fixmap() function
206 __late_clear_fixmap(idx); in early_iounmap()
/Linux-v5.4/arch/riscv/include/asm/
Dfixmap.h38 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR) macro
/Linux-v5.4/arch/arm64/include/asm/
Dfixmap.h105 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR) macro
/Linux-v5.4/arch/x86/include/asm/
Dfixmap.h193 #define __late_clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0)) macro