Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dcacheflush.h37 flush_icache_mm(vma->vm_mm, 0)
47 #define flush_icache_mm(mm, local) flush_icache_all() macro
52 void flush_icache_mm(struct mm_struct *mm, bool local);
/openbmc/linux/arch/riscv/mm/
H A Dcacheflush.c39 void flush_icache_mm(struct mm_struct *mm, bool local) in flush_icache_mm() function
/openbmc/linux/arch/riscv/kernel/
H A Dsys_riscv.c75 flush_icache_mm(current->mm, flags & SYS_RISCV_FLUSH_ICACHE_LOCAL); in SYSCALL_DEFINE3()