Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dkernel_mode_vector.c111 return *riscv_v_flags_ptr() & RISCV_V_CTX_DEPTH_MASK; in riscv_v_ctx_get_depth()
/linux/arch/riscv/include/asm/
H A Dprocessor.h76 * the preempt_v context is decided by bits in RISCV_V_CTX_DEPTH_MASK.
77 * - bit 16-23 are RISCV_V_CTX_DEPTH_MASK, used by context tracking routine
95 #define RISCV_V_CTX_DEPTH_MASK 0x00ff0000 macro
H A Dvector.h375 WARN_ON(prev->thread.riscv_v_flags & RISCV_V_CTX_DEPTH_MASK); in __switch_to_vector()