Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Dfixmap.h93 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR) macro
/arch/x86/include/asm/
Dfixmap.h164 #define __late_clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0)) macro