handle_fpe        783 arch/mips/include/asm/kvm_host.h 	int (*handle_fpe)(struct kvm_vcpu *vcpu);
handle_fpe         90 arch/mips/kernel/traps.c extern asmlinkage void handle_fpe(void);
handle_fpe       2412 arch/mips/kernel/traps.c 		set_except_vector(EXCCODE_FPE, handle_fpe);
handle_fpe       1410 arch/mips/kvm/mips.c 		ret = kvm_mips_callbacks->handle_fpe(vcpu);
handle_fpe       1282 arch/mips/kvm/trap_emul.c 	.handle_fpe = kvm_trap_emul_handle_fpe,
handle_fpe        642 arch/parisc/kernel/traps.c 		handle_fpe(regs);
handle_fpe         12 arch/parisc/math-emu/math-emu.h extern int handle_fpe(struct pt_regs *regs);