Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/include/asm/
Dexception.h12 #define __exception __attribute__((section(".exception.text"))) macro
16 #define __exception_irq_entry __exception
/linux-4.4.14/arch/arm64/include/asm/
Dexception.h23 #define __exception __attribute__((section(".exception.text"))) macro
27 #define __exception_irq_entry __exception
/linux-4.4.14/arch/arm64/mm/
Dfault.c513 asmlinkage void __exception do_mem_abort(unsigned long addr, unsigned int esr, in do_mem_abort()
535 asmlinkage void __exception do_sp_pc_abort(unsigned long addr, in do_sp_pc_abort()
586 asmlinkage int __exception do_debug_exception(unsigned long addr, in do_debug_exception()
/linux-4.4.14/arch/arm/mm/
Dfault.c544 asmlinkage void __exception
577 asmlinkage void __exception
/linux-4.4.14/arch/arm64/kernel/
Dtraps.c341 asmlinkage void __exception do_undefinstr(struct pt_regs *regs) in do_undefinstr()
/linux-4.4.14/arch/arm/kernel/
Dtraps.c406 asmlinkage void __exception do_undefinstr(struct pt_regs *regs) in do_undefinstr()