Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/include/asm/
H A Dprocessor.h178 #define RISCV_SET_ICACHE_FLUSH_CTX(arg1, arg2) riscv_set_icache_flush_ctx(arg1, arg2)
179 extern int riscv_set_icache_flush_ctx(unsigned long ctx, unsigned long per_thread);
/linux-6.15/Documentation/arch/riscv/
H A Dcmodx.rst38 remaining arguments will be delegated to the riscv_set_icache_flush_ctx
42 :identifiers: riscv_set_icache_flush_ctx
/linux-6.15/arch/riscv/mm/
H A Dcacheflush.c225 int riscv_set_icache_flush_ctx(unsigned long ctx, unsigned long scope) in riscv_set_icache_flush_ctx() function