Searched refs:riscv_v_first_use_handler (Results 1 – 3 of 3) sorted by relevance
24 bool riscv_v_first_use_handler(struct pt_regs *regs);206 static inline bool riscv_v_first_use_handler(struct pt_regs *regs) { return false; } in riscv_v_first_use_handler() function
134 bool riscv_v_first_use_handler(struct pt_regs *regs) in riscv_v_first_use_handler() function
163 handled = riscv_v_first_use_handler(regs); in do_trap_insn_illegal()