Home
last modified time | relevance | path

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

/Linux-v5.4/arch/parisc/math-emu/
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()
/Linux-v5.4/arch/x86/kernel/cpu/mce/
Dseverity.c41 unsigned char excp; member
51 #define EXCP .excp = EXCP_CONTEXT
52 #define NOEXCP .excp = NO_EXCP
306 enum exception excp = (is_excp ? EXCP_CONTEXT : NO_EXCP); in mce_severity_intel() local
321 if (s->excp && excp != s->excp) in mce_severity_intel()
/Linux-v5.4/arch/powerpc/include/asm/
Dxmon.h17 extern int xmon(struct pt_regs *excp);
/Linux-v5.4/arch/powerpc/xmon/
Dxmon.c681 int xmon(struct pt_regs *excp) in xmon() argument
685 if (excp == NULL) { in xmon()
687 excp = &regs; in xmon()
690 return xmon_core(excp, 0); in xmon()
956 cmds(struct pt_regs *excp) in cmds() argument
961 xmon_regs = excp; in cmds()
963 xmon_show_stack(excp->gpr[1], excp->link, excp->nip); in cmds()
1014 prregs(excp); /* print regs */ in cmds()
1017 excprint(excp); in cmds()
1023 backtrace(excp); in cmds()
[all …]