Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/include/asm/
Dvector.h24 bool riscv_v_first_use_handler(struct pt_regs *regs);
271 static inline bool riscv_v_first_use_handler(struct pt_regs *regs) { return false; } in riscv_v_first_use_handler() function
/linux-6.12.1/arch/riscv/kernel/
Dvector.c171 bool riscv_v_first_use_handler(struct pt_regs *regs) in riscv_v_first_use_handler() function
Dtraps.c179 handled = riscv_v_first_use_handler(regs); in do_trap_insn_illegal()