Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/include/asm/
H A Dvector.h333 static inline bool riscv_preempt_v_restore(struct task_struct *task) in riscv_preempt_v_restore() function
357 static inline bool riscv_preempt_v_restore(struct task_struct *task) { return false; } in riscv_preempt_v_restore() function
/linux-6.15/arch/riscv/kernel/
H A Dkernel_mode_vector.c182 if (riscv_preempt_v_restore(current)) { in riscv_v_context_nesting_end()