Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/kernel/
Dsys_riscv.c61 if (unlikely(flags & ~SYS_RISCV_FLUSH_ICACHE_ALL)) in SYSCALL_DEFINE3()
/Linux-v5.4/arch/riscv/include/asm/
Dcacheflush.h106 #define SYS_RISCV_FLUSH_ICACHE_ALL (SYS_RISCV_FLUSH_ICACHE_LOCAL) macro