Home
last modified time | relevance | path

Searched refs:_exception (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dexceptions.c56 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->r16); in sw_exception()
61 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) in _exception() function
86 _exception(SIGILL, regs, ILL_ILLOPC, addr); in full_exception()
95 _exception(SIGBUS, regs, BUS_ADRERR, addr); in full_exception()
104 _exception(SIGBUS, regs, BUS_ADRERR, addr); in full_exception()
113 _exception(SIGFPE, regs, FPE_INTDIV, addr); in full_exception()
133 _exception(SIGFPE, regs, fsr, addr); in full_exception()
139 _exception(SIGILL, regs, ILL_PRVOPC, addr); in full_exception()
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dtraps.c46 void _exception(int signo, struct pt_regs *regs, int code, unsigned long addr) in _exception() function
122 _exception(SIGTRAP, fp, TRAP_BRKPT, fp->ea); in breakpoint_c()
147 _exception(SIGBUS, fp, BUS_ADRALN, addr); in handle_unaligned_c()
155 _exception(SIGILL, fp, ILL_ILLOPC, fp->ea); in handle_illegal_c()
162 _exception(SIGILL, fp, ILL_PRVOPC, fp->ea); in handle_supervisor_instr()
169 _exception(SIGFPE, fp, FPE_INTDIV, fp->ea); in handle_diverror_c()
H A Dmisaligned.c164 _exception(SIGSEGV, fp, SEGV_MAPERR, fp->ea); in handle_unaligned_c()
199 _exception(SIGBUS, fp, BUS_ADRALN, fp->ea); in handle_unaligned_c()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dtraps.c367 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) in _exception() function
1103 _exception(SIGTRAP, regs, TRAP_UNK, 0); in unknown_exception()
1117 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in instruction_breakpoint_exception()
1125 _exception(SIGTRAP, regs, TRAP_UNK, 0); in RunModeException()
1144 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in single_step_exception()
1198 _exception(SIGFPE, regs, code, regs->nip); in parse_fpe()
1457 _exception(SIGFPE, regs, code, regs->nip); in emulate_math()
1461 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in emulate_math()
1511 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in program_check_exception()
1532 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in program_check_exception()
[all …]
H A Dsyscall_64.c65 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in system_call_exception()
88 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in system_call_exception()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dtraps.c79 static void _exception(int signr, struct pt_regs *regs) in _exception() function
150 _exception(0, regs); in UnknownException()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dtraps.c78 static void _exception(int signr, struct pt_regs *regs) in _exception() function
203 _exception(0, regs); in UnknownException()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dtraps.c87 static void _exception(int signr, struct pt_regs *regs) in _exception() function
196 _exception(0, regs); in UnknownException()
/OK3568_Linux_fs/kernel/arch/microblaze/mm/
H A Dfault.c102 _exception(SIGSEGV, regs, code, address); in do_page_fault()
267 _exception(SIGSEGV, regs, code, address); in do_page_fault()
/OK3568_Linux_fs/kernel/arch/nios2/mm/
H A Dfault.c184 _exception(SIGSEGV, regs, code, address); in do_page_fault()
225 _exception(SIGBUS, regs, BUS_ADRERR, address); in do_page_fault()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dtraps.c116 static void _exception(int signr, struct pt_regs *regs) in _exception() function
259 _exception(0, regs); in UnknownException()
/OK3568_Linux_fs/u-boot/arch/nios2/cpu/
H A Dstart.S48 movhi et, %hi(_exception)
49 ori et, et, %lo(_exception)
H A Dexceptions.S15 .global _exception symbol
20 _exception: label
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dtraps.h16 void _exception(int signo, struct pt_regs *regs, int code, unsigned long addr);
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dexceptions.h70 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr);
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dfault.c61 _exception(SIGSEGV, regs, si_code, address); in __bad_area_nosemaphore()
406 _exception(SIGBUS, regs, BUS_OBJERR, address); in __do_page_fault()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dbug.h116 extern void _exception(int, struct pt_regs *, int, unsigned long);
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dutils.py274 self._exception = None
289 self._exception = (e, tb)
296 return self._exception
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dras.c803 _exception(SIGBUS, regs, BUS_MCEERR_AR, regs->nip); in recover_mce()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dslb.c896 _exception(SIGSEGV, regs, SEGV_BNDERR, ea); in do_bad_slb_fault()
H A Dhash_utils.c1866 _exception(SIGSEGV, regs, SEGV_ACCERR, address); in low_hash_fault()
1869 _exception(SIGBUS, regs, BUS_ADRERR, address); in low_hash_fault()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dopal.c617 _exception(SIGBUS, regs, BUS_MCEERR_AR, regs->nip); in opal_recover_mce()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info4070 The convenience variable '$_exception' is available at an
4081 * The regular expression feature and the '$_exception'
4089 * The '$_exception' convenience variable is only valid at
10204 '$_exception'
10205 The variable '$_exception' is set to the exception object being
54398 * $_exception, convenience variable: Set Catchpoints. (line 21)
H A Dgccint.info19902 _exception handling_
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info4070 The convenience variable '$_exception' is available at an
4081 * The regular expression feature and the '$_exception'
4089 * The '$_exception' convenience variable is only valid at
10204 '$_exception'
10205 The variable '$_exception' is set to the exception object being
54398 * $_exception, convenience variable: Set Catchpoints. (line 21)

12