Home
last modified time | relevance | path

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

/Linux-v6.6/arch/riscv/include/asm/
Dasm-prototypes.h13 #define DECLARE_DO_ERROR_INFO(name) asmlinkage void name(struct pt_regs *regs) macro
15 DECLARE_DO_ERROR_INFO(do_trap_unknown);
16 DECLARE_DO_ERROR_INFO(do_trap_insn_misaligned);
17 DECLARE_DO_ERROR_INFO(do_trap_insn_fault);
18 DECLARE_DO_ERROR_INFO(do_trap_insn_illegal);
19 DECLARE_DO_ERROR_INFO(do_trap_load_fault);
20 DECLARE_DO_ERROR_INFO(do_trap_load_misaligned);
21 DECLARE_DO_ERROR_INFO(do_trap_store_misaligned);
22 DECLARE_DO_ERROR_INFO(do_trap_store_fault);
23 DECLARE_DO_ERROR_INFO(do_trap_ecall_u);
[all …]