Home
last modified time | relevance | path

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

/linux/arch/riscv/mm/
H A Dcacheflush.c41 sbi_remote_fence_i(NULL); in flush_icache_all()
89 sbi_remote_fence_i(&others); in flush_icache_mm()
/linux/arch/riscv/include/asm/
H A Dsbi.h588 int sbi_remote_fence_i(const struct cpumask *cpu_mask);
687 static inline int sbi_remote_fence_i(const struct cpumask *cpu_mask) { return -1; } in sbi_remote_fence_i() function