Home
last modified time | relevance | path

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

/linux-2.4.37.9/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-2.4.37.9/arch/ppc/xmon/
Dxmon.c171 xmon(struct pt_regs *excp) in xmon() argument
176 if (excp == NULL) { in xmon()
187 excp = &regs; in xmon()
192 xmon_regs[smp_processor_id()] = excp; in xmon()
194 excprint(excp); in xmon()
221 cmd = cmds(excp); in xmon()
224 excp->msr |= 0x400; in xmon()
225 } else if (at_breakpoint(excp->nip)) { in xmon()
227 excp->msr |= 0x400; in xmon()
389 cmds(struct pt_regs *excp) in cmds() argument
[all …]
/linux-2.4.37.9/arch/ppc64/xmon/
Dxmon.c253 xmon(struct pt_regs *excp) in xmon() argument
259 if (excp == NULL) { in xmon()
307 excp = &regs; in xmon()
312 xmon_regs[smp_processor_id()] = excp; in xmon()
313 excprint(excp); in xmon()
335 cmd = cmds(excp); in xmon()
338 excp->msr |= MSR_SE; in xmon()
342 } else if (at_breakpoint(excp->nip)) { in xmon()
344 excp->msr |= MSR_SE; in xmon()
517 cmds(struct pt_regs *excp) in cmds() argument
[all …]
/linux-2.4.37.9/include/asm-ppc64/
Dsystem.h53 extern void xmon(struct pt_regs *excp);
Dpage.h126 extern void xmon(struct pt_regs *excp);
/linux-2.4.37.9/include/asm-ppc/
Dsystem.h49 extern void xmon(struct pt_regs *excp);