Searched refs:fp_fault (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/ia64/kernel/ |
D | traps.c | 269 fp_emulate (int fp_fault, void *bundle, long *ipsr, long *fpsr, long *isr, long *pr, long *ifs, in fp_emulate() argument 299 ret = (*fpswa_interface->fpswa)((unsigned long) fp_fault, bundle, in fp_emulate() 311 handle_fpu_swa (int fp_fault, struct pt_regs *regs, unsigned long isr) in handle_fpu_swa() argument 320 if (!fp_fault && (ia64_psr(regs)->ri == 0)) in handle_fpu_swa() 334 exception = fp_emulate(fp_fault, bundle, ®s->cr_ipsr, ®s->ar_fpsr, &isr, ®s->pr, in handle_fpu_swa() 336 if (fp_fault) { in handle_fpu_swa()
|