Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dkernel_mode_vector.c84 static __always_inline u32 *riscv_v_flags_ptr(void) in riscv_v_flags_ptr() function
91 *riscv_v_flags_ptr() |= RISCV_PREEMPT_V_DIRTY; in riscv_preempt_v_set_dirty()
96 *riscv_v_flags_ptr() &= ~(RISCV_PREEMPT_V_DIRTY | RISCV_PREEMPT_V_NEED_RESTORE); in riscv_preempt_v_reset_flags()
101 *riscv_v_flags_ptr() += RISCV_V_CTX_UNIT_DEPTH; in riscv_v_ctx_depth_inc()
106 *riscv_v_flags_ptr() -= RISCV_V_CTX_UNIT_DEPTH; in riscv_v_ctx_depth_dec()
111 return *riscv_v_flags_ptr() & RISCV_V_CTX_DEPTH_MASK; in riscv_v_ctx_get_depth()