Home
last modified time | relevance | path

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

/linux/arch/parisc/math-emu/
H A Dmath-emu.h12 extern int handle_fpe(struct pt_regs *regs);
H A Ddriver.c62 handle_fpe(struct pt_regs *regs) in handle_fpe() function
/linux/arch/loongarch/include/asm/
H A Dexception.h38 asmlinkage void handle_fpe(void);
/linux/arch/parisc/kernel/
H A Dtraps.c636 handle_fpe(regs); in handle_interruption()
/linux/arch/mips/kernel/
H A Dtraps.c94 extern asmlinkage void handle_fpe(void);
2463 set_except_vector(EXCCODE_FPE, handle_fpe); in trap_init()
/linux/arch/mips/include/asm/
H A Dkvm_host.h728 int (*handle_fpe)(struct kvm_vcpu *vcpu); member
/linux/arch/loongarch/kernel/
H A Dtraps.c76 [EXCCODE_FPE] = handle_fpe,
/linux/arch/mips/kvm/
H A Dmips.c1279 ret = kvm_mips_callbacks->handle_fpe(vcpu); in __kvm_mips_handle_exit()