Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/mm/
H A Dcacheflush.c23 sbi_remote_fence_i(NULL); in flush_icache_all()
72 sbi_remote_fence_i(&others); in flush_icache_mm()
/openbmc/linux/arch/riscv/include/asm/
H A Dsbi.h275 int sbi_remote_fence_i(const struct cpumask *cpu_mask);
326 static inline int sbi_remote_fence_i(const struct cpumask *cpu_mask) { return -1; } in sbi_remote_fence_i() function
/openbmc/linux/arch/riscv/kernel/
H A Dsbi.c373 int sbi_remote_fence_i(const struct cpumask *cpu_mask) in sbi_remote_fence_i() function
378 EXPORT_SYMBOL(sbi_remote_fence_i);