Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dearly_ioremap.c55 #ifndef __late_clear_fixmap
56 static inline void __init __late_clear_fixmap(enum fixed_addresses idx) in __late_clear_fixmap() function
197 __late_clear_fixmap(idx); in early_iounmap()
/linux-4.1.27/arch/arm64/include/asm/
Dfixmap.h66 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR) macro
/linux-4.1.27/arch/x86/include/asm/
Dfixmap.h164 #define __late_clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0)) macro