Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dearly_ioremap.c60 #ifndef __late_clear_fixmap
61 static inline void __init __late_clear_fixmap(enum fixed_addresses idx) in __late_clear_fixmap() function
200 __late_clear_fixmap(idx); in early_iounmap()
/linux-6.12.1/arch/riscv/include/asm/
Dfixmap.h59 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR) macro
/linux-6.12.1/arch/arm64/include/asm/
Dfixmap.h108 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR) macro
/linux-6.12.1/arch/x86/include/asm/
Dfixmap.h194 #define __late_clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0)) macro