Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dfixmap.h68 #ifndef clear_fixmap
69 #define clear_fixmap(idx) \ macro
/linux/arch/parisc/include/asm/
H A Dfixmap.h60 void clear_fixmap(enum fixed_addresses idx);
/linux/arch/parisc/mm/
H A Dfixmap.c27 void notrace clear_fixmap(enum fixed_addresses idx) in clear_fixmap() function
/linux/arch/riscv/kernel/
H A Dpatch.c63 clear_fixmap(fixmap); in patch_unmap()