Home
last modified time | relevance | path

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

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