Home
last modified time | relevance | path

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

/Linux-v5.10/arch/parisc/math-emu/
Dmath-emu.h12 extern int handle_fpe(struct pt_regs *regs);
Ddriver.c68 handle_fpe(struct pt_regs *regs) in handle_fpe() function
/Linux-v5.10/arch/parisc/kernel/
Dtraps.c641 handle_fpe(regs); in handle_interruption()
/Linux-v5.10/arch/mips/kernel/
Dtraps.c91 extern asmlinkage void handle_fpe(void);
2502 set_except_vector(EXCCODE_FPE, handle_fpe); in trap_init()
/Linux-v5.10/arch/mips/kvm/
Dtrap_emul.c1273 .handle_fpe = kvm_trap_emul_handle_fpe,
Dmips.c1332 ret = kvm_mips_callbacks->handle_fpe(vcpu); in kvm_mips_handle_exit()
/Linux-v5.10/arch/mips/include/asm/
Dkvm_host.h810 int (*handle_fpe)(struct kvm_vcpu *vcpu); member