Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dcacheflush.h71 #define SYS_RISCV_FLUSH_ICACHE_LOCAL 1UL macro
72 #define SYS_RISCV_FLUSH_ICACHE_ALL (SYS_RISCV_FLUSH_ICACHE_LOCAL)
/openbmc/linux/arch/riscv/kernel/
H A Dsys_riscv.c75 flush_icache_mm(current->mm, flags & SYS_RISCV_FLUSH_ICACHE_LOCAL); in SYSCALL_DEFINE3()