X86_FEATURE_FPU   115 arch/x86/boot/cpucheck.c 		set_bit(X86_FEATURE_FPU, cpu.flags);
X86_FEATURE_FPU  1109 arch/x86/kvm/x86.c 	const u32 kvm_supported_word0_x86_features = bit(X86_FEATURE_FPU) |
X86_FEATURE_FPU  1119 arch/x86/kvm/x86.c 	const u32 kvm_supported_word1_x86_features = bit(X86_FEATURE_FPU) |
X86_FEATURE_FPU   198 include/asm-x86/cpufeature.h #define cpu_has_fpu		boot_cpu_has(X86_FEATURE_FPU)
X86_FEATURE_FPU    15 include/asm-x86/required-features.h # define NEED_FPU	(1<<(X86_FEATURE_FPU & 31))