Home
last modified time | relevance | path

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

/openbmc/linux/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) in handle_fpe() function
/openbmc/linux/arch/loongarch/include/asm/
H A Dexception.h36 asmlinkage void handle_fpe(void);
/openbmc/linux/arch/parisc/kernel/
H A Dtraps.c634 handle_fpe(regs); in handle_interruption()
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c93 extern asmlinkage void handle_fpe(void);
2499 set_except_vector(EXCCODE_FPE, handle_fpe); in trap_init()
/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c1168 set_handler(EXCCODE_FPE * VECSIZE, handle_fpe, VECSIZE); in trap_init()
/openbmc/linux/arch/mips/include/asm/
H A Dkvm_host.h728 int (*handle_fpe)(struct kvm_vcpu *vcpu); member
/openbmc/linux/arch/mips/kvm/
H A Dmips.c1281 ret = kvm_mips_callbacks->handle_fpe(vcpu); in __kvm_mips_handle_exit()