Searched refs:riscv_v_vstate_query (Results 1 – 3 of 3) sorted by relevance
102 static inline bool riscv_v_vstate_query(struct pt_regs *regs) in riscv_v_vstate_query() function 299 if (riscv_v_vstate_query(regs)) { in riscv_v_vstate_discard() 317 if (riscv_v_vstate_query(regs)) { in riscv_v_vstate_restore() 326 if (riscv_v_vstate_query(regs)) { in riscv_v_vstate_set_restore() 414 static inline bool riscv_v_vstate_query(struct pt_regs *regs) { return false; } in riscv_v_vstate_query() function
192 if (!(has_vector() || has_xtheadvector()) || !riscv_v_vstate_query(regs) || in restore_sigcontext() 215 if (cal_all || riscv_v_vstate_query(task_pt_regs(current))) in get_rt_frame_size() 281 if ((has_vector() || has_xtheadvector()) && riscv_v_vstate_query(regs)) in setup_sigcontext()
194 if (riscv_v_vstate_query(regs)) in riscv_v_first_use_handler()