Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dexception.h12 #define __exception __attribute__((section(".exception.text"))) macro
16 #define __exception_irq_entry __exception
/arch/arm64/include/asm/
Dexception.h23 #define __exception __attribute__((section(".exception.text"))) macro
27 #define __exception_irq_entry __exception
/arch/arm64/mm/
Dfault.c548 asmlinkage void __exception do_mem_abort(unsigned long addr, unsigned int esr, in do_mem_abort()
570 asmlinkage void __exception do_sp_pc_abort(unsigned long addr, in do_sp_pc_abort()
621 asmlinkage int __exception do_debug_exception(unsigned long addr_if_watchpoint, in do_debug_exception()
/arch/arm64/kernel/
Dtraps.c391 asmlinkage void __exception do_undefinstr(struct pt_regs *regs) in do_undefinstr()
436 asmlinkage void __exception do_sysinstr(unsigned int esr, struct pt_regs *regs) in do_sysinstr()
/arch/arm/mm/
Dfault.c550 asmlinkage void __exception
583 asmlinkage void __exception
/arch/arm/kernel/
Dtraps.c416 asmlinkage void __exception do_undefinstr(struct pt_regs *regs) in do_undefinstr()