Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/parisc/math-emu/
H A Ddecode_exc.c93 unsigned int current_ir, excp; in decode_fpu() local
155 excp = fpudispatch(current_ir,excptype,0,Fpu_register); in decode_fpu()
157 if (excp) { in decode_fpu()
170 Set_exceptiontype_and_instr_field(excp,current_ir, in decode_fpu()
172 if (excp == UNIMPLEMENTEDEXCEPTION) { in decode_fpu()
177 excp = excptype; in decode_fpu()
184 excptype = excp; in decode_fpu()
188 if (excp == NOEXCEPTION) in decode_fpu()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dseverity.c46 unsigned char excp; member
61 #define EXCP .excp = EXCP_CONTEXT
62 #define NOEXCP .excp = NO_EXCP
380 enum exception excp = (is_excp ? EXCP_CONTEXT : NO_EXCP); in mce_severity_intel() local
395 if (s->excp && excp != s->excp) in mce_severity_intel()
/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dxmon.c734 int xmon(struct pt_regs *excp) in xmon() argument
738 if (excp == NULL) { in xmon()
740 excp = &regs; in xmon()
743 return xmon_core(excp, 0); in xmon()
1040 cmds(struct pt_regs *excp) in cmds() argument
1045 xmon_regs = excp; in cmds()
1047 xmon_show_stack(excp->gpr[1], excp->link, excp->nip); in cmds()
1098 prregs(excp); /* print regs */ in cmds()
1101 excprint(excp); in cmds()
1107 backtrace(excp); in cmds()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dxmon.h17 extern int xmon(struct pt_regs *excp);
/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.info20523 'set task excp'
20526 of the task. 'set task excp' is a shorthand alias.
20575 'set thread excp'
20578 'set thread excp' is the shorthand alias.
/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.info20523 'set task excp'
20526 of the task. 'set task excp' is a shorthand alias.
20575 'set thread excp'
20578 'set thread excp' is the shorthand alias.