Searched refs:handle_fpe (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/parisc/math-emu/
H A Dmath-emu.h12 extern int handle_fpe(struct pt_regs *regs);
H A Ddriver.c68 handle_fpe(struct pt_regs *regs) function
/linux-master/arch/loongarch/include/asm/
H A Dexception.h38 asmlinkage void handle_fpe(void);
/linux-master/arch/parisc/kernel/
H A Dtraps.c54 #include "../math-emu/math-emu.h" /* for handle_fpe() */
634 handle_fpe(regs);
/linux-master/arch/mips/kernel/
H A Dtraps.c94 extern asmlinkage void handle_fpe(void);
2463 set_except_vector(EXCCODE_FPE, handle_fpe);
/linux-master/arch/mips/include/asm/
H A Dkvm_host.h728 int (*handle_fpe)(struct kvm_vcpu *vcpu); member in struct:kvm_mips_callbacks
/linux-master/arch/loongarch/kernel/
H A Dtraps.c76 [EXCCODE_FPE] = handle_fpe,
/linux-master/arch/mips/kvm/
H A Dmips.c1281 ret = kvm_mips_callbacks->handle_fpe(vcpu);

Completed in 198 milliseconds