Home
last modified time | relevance | path

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

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