Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kernel/
H A Dtraps.c129 #define __trap_section __noinstr_section(".xip.traps") macro
131 #define __trap_section noinstr macro
134 asmlinkage __visible __trap_section void name(struct pt_regs *regs) \
154 asmlinkage __visible __trap_section void do_trap_insn_illegal(struct pt_regs *regs) in do_trap_insn_illegal()
193 asmlinkage __visible __trap_section void do_trap_load_misaligned(struct pt_regs *regs) in do_trap_load_misaligned()
214 asmlinkage __visible __trap_section void do_trap_store_misaligned(struct pt_regs *regs) in do_trap_store_misaligned()
290 asmlinkage __visible __trap_section void do_trap_break(struct pt_regs *regs) in do_trap_break()
307 asmlinkage __visible __trap_section void do_trap_ecall_u(struct pt_regs *regs) in do_trap_ecall_u()