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

/linux-master/arch/riscv/include/asm/
H A Dfixmap.h59 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR) macro
/linux-master/arch/arm64/include/asm/
H A Dfixmap.h108 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR) macro
/linux-master/mm/
H A Dearly_ioremap.c50 * define __late_set_fixmap and __late_clear_fixmap to do the right thing.
60 #ifndef __late_clear_fixmap
61 static inline void __init __late_clear_fixmap(enum fixed_addresses idx) function
200 __late_clear_fixmap(idx);
/linux-master/arch/x86/include/asm/
H A Dfixmap.h194 #define __late_clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0)) macro

Completed in 250 milliseconds