Home
last modified time | relevance | path

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

/linux-4.1.27/arch/parisc/math-emu/
Ddecode_exc.c106 unsigned int current_ir, excp; in decode_fpu() local
168 excp = fpudispatch(current_ir,excptype,0,Fpu_register); in decode_fpu()
170 if (excp) { in decode_fpu()
183 Set_exceptiontype_and_instr_field(excp,current_ir, in decode_fpu()
185 if (excp == UNIMPLEMENTEDEXCEPTION) { in decode_fpu()
190 excp = excptype; in decode_fpu()
197 excptype = excp; in decode_fpu()
201 if (excp == NOEXCEPTION) in decode_fpu()
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
Dmce-severity.c44 unsigned char excp; member
53 #define EXCP .excp = EXCP_CONTEXT
54 #define NOEXCP .excp = NO_EXCP
245 enum exception excp = (is_excp ? EXCP_CONTEXT : NO_EXCP); in mce_severity_intel() local
260 if (s->excp && excp != s->excp) in mce_severity_intel()
/linux-4.1.27/arch/powerpc/include/asm/
Dxmon.h21 extern int xmon(struct pt_regs *excp);
/linux-4.1.27/arch/powerpc/xmon/
Dxmon.c607 int xmon(struct pt_regs *excp) in xmon() argument
611 if (excp == NULL) { in xmon()
613 excp = &regs; in xmon()
616 return xmon_core(excp, 0); in xmon()
840 cmds(struct pt_regs *excp) in cmds() argument
845 xmon_regs = excp; in cmds()
849 xmon_show_stack(excp->gpr[1], excp->link, excp->nip); in cmds()
897 prregs(excp); /* print regs */ in cmds()
900 excprint(excp); in cmds()
906 backtrace(excp); in cmds()
[all …]