Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/kernel/
Dkernel_mode_vector.c109 static inline u32 riscv_v_ctx_get_depth(void) in riscv_v_ctx_get_depth() function
116 if (riscv_v_ctx_get_depth() != 0 || !riscv_preempt_v_started(current)) in riscv_v_stop_kernel_context()
133 WARN_ON(riscv_v_ctx_get_depth() == 0); in riscv_v_start_kernel_context()
162 depth = riscv_v_ctx_get_depth(); in riscv_v_context_nesting_start()
180 depth = riscv_v_ctx_get_depth(); in riscv_v_context_nesting_end()