Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/kernel/
H A Dtraps.c233 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, &regs->cr_ipsr, &regs->ar_fpsr, &isr, &regs->pr, in handle_fpu_swa()
330 if (fp_fault) { in handle_fpu_swa()