Home
last modified time | relevance | path

Searched refs:cpu_has_fxsr (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/i386/kernel/
Di387.c35 if (!cpu_has_fxsr) { in boot_init_fpu()
60 if (cpu_has_fxsr) in init_fpu()
73 if ( cpu_has_fxsr ) { in __save_init_fpu()
106 if ( cpu_has_fxsr ) { in restore_fpu()
185 if ( cpu_has_fxsr ) { in get_fpu_cwd()
194 if ( cpu_has_fxsr ) { in get_fpu_swd()
203 if ( cpu_has_fxsr ) { in get_fpu_twd()
221 if ( cpu_has_fxsr ) { in set_fpu_cwd()
230 if ( cpu_has_fxsr ) { in set_fpu_swd()
239 if ( cpu_has_fxsr ) { in set_fpu_twd()
[all …]
/linux-2.4.37.9/include/asm-x86_64/
Dcpufeature.h95 #define cpu_has_fxsr 1 macro
/linux-2.4.37.9/include/asm-i386/
Dcpufeature.h95 #define cpu_has_fxsr boot_cpu_has(X86_FEATURE_FXSR) macro
Dbugs.h86 if (cpu_has_fxsr) { in check_fpu()