Searched refs:fpu_exception (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/include/asm/
H A Dfpu.h68 extern asmlinkage void fpu_exception(struct pt_regs *, enum exception_code);
H A Dexceptions.h105 extern asmlinkage void fpu_exception(struct pt_regs *, enum exception_code);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dfpu.h68 extern asmlinkage void fpu_exception(struct pt_regs *, enum exception_code);
H A Dexceptions.h105 extern asmlinkage void fpu_exception(struct pt_regs *, enum exception_code);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/cpu/
H A Dproc.c33 int fpu_exception = c->hard_math && (ignore_fpu_irq || cpu_has_fpu); local
40 "fpu_exception\t: %s\n"
48 fpu_exception ? "yes" : "no",
57 "fpu_exception\t: yes\n"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dproc.c33 int fpu_exception = c->hard_math && (ignore_fpu_irq || cpu_has_fpu); local
40 "fpu_exception\t: %s\n"
48 fpu_exception ? "yes" : "no",
57 "fpu_exception\t: yes\n"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/kernel/
H A Dfpu.c72 asmlinkage void fpu_exception(struct pt_regs *regs, enum exception_code code) function
H A Dtraps.c561 set_excp_vector(EXCEP_FPU_OPERATION, fpu_exception);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dfpu.c72 asmlinkage void fpu_exception(struct pt_regs *regs, enum exception_code code) function
H A Dtraps.c561 set_excp_vector(EXCEP_FPU_OPERATION, fpu_exception);

Completed in 261 milliseconds