Searched refs:cpu_has_fpu (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dcpu-probe.c137 static inline int cpu_has_fpu(void) function
199 if (cpu_has_fpu())
213 if (cpu_has_fpu())
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dcpu-probe.c363 static inline int cpu_has_fpu(void) function
415 if (cpu_has_fpu())
429 if (cpu_has_fpu())
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dprocessor.h392 #define cpu_has_fpu 1 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dprocessor.h392 #define cpu_has_fpu 1 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Di8259.c520 if (boot_cpu_data.hard_math && !cpu_has_fpu)
H A Dsetup.c2845 fpu_exception = c->hard_math && (ignore_irq13 || cpu_has_fpu);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dprocessor.h92 #define cpu_has_fpu (test_bit(X86_FEATURE_FPU, boot_cpu_data.x86_capability)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dprocessor.h92 #define cpu_has_fpu (test_bit(X86_FEATURE_FPU, boot_cpu_data.x86_capability)) macro

Completed in 180 milliseconds