Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dcacheflush.h45 flush_icache_mm(vma->vm_mm, 0); \
56 #define flush_icache_mm(mm, local) flush_icache_all() macro
61 void flush_icache_mm(struct mm_struct *mm, bool local);
/linux/arch/riscv/mm/
H A Dcacheflush.c44 void flush_icache_mm(struct mm_struct *mm, bool local) in flush_icache_mm() function
92 flush_icache_mm(mm, false); in flush_icache_pte()