Searched refs:fp_fault (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/arch/ia64/kernel/ |
D | traps.c | 233 fp_emulate (int fp_fault, void *bundle, long *ipsr, long *fpsr, long *isr, long *pr, long *ifs, in fp_emulate() argument 263 ret = (*fpswa_interface->fpswa)((unsigned long) fp_fault, bundle, in fp_emulate() 284 handle_fpu_swa (int fp_fault, struct pt_regs *regs, unsigned long isr) in handle_fpu_swa() argument 290 if (!fp_fault && (ia64_psr(regs)->ri == 0)) in handle_fpu_swa() 328 exception = fp_emulate(fp_fault, bundle, ®s->cr_ipsr, ®s->ar_fpsr, &isr, ®s->pr, in handle_fpu_swa() 330 if (fp_fault) { in handle_fpu_swa()
|