Searched refs:cpufeat_word (Results 1 – 5 of 5) sorted by relevance
319 edx &= ~cleared_caps[cpufeat_word(X86_FEATURE_FPU)]; in early_cpu_init()320 ecx &= ~cleared_caps[cpufeat_word(X86_FEATURE_SSE3)]; in early_cpu_init()324 c->x86_capability[cpufeat_word(X86_FEATURE_FPU)] = edx; in early_cpu_init()325 c->x86_capability[cpufeat_word(X86_FEATURE_SSE3)] = ecx; in early_cpu_init()334 c->x86_capability[cpufeat_word(X86_FEATURE_CET_SS)] = ecx; in early_cpu_init()388 c->x86_capability[cpufeat_word(X86_FEATURE_FPU)] = edx; in generic_identify()389 c->x86_capability[cpufeat_word(X86_FEATURE_SSE3)] = ecx; in generic_identify()404 &c->x86_capability[cpufeat_word(X86_FEATURE_LAHF_LM)], in generic_identify()410 c->x86_capability[cpufeat_word(X86_FEATURE_ITSC)] in generic_identify()413 c->x86_capability[cpufeat_word(X86_FEATURE_CLZERO)] in generic_identify()[all …]
12 #define cpufeat_word(idx) ((idx) / 32) macro
161 (CPUINFO_features + (cpufeat_word(feature) * 4))
678 caps[cpufeat_word(X86_FEATURE_HYPERVISOR)] = cpuid_ecx(1); in efi_arch_cpu()682 caps[cpufeat_word(X86_FEATURE_SYSCALL)] = cpuid_edx(0x80000001); in efi_arch_cpu()
518 boot_cpu_data.x86_capability[cpufeat_word(X86_FEATURE_FPU)]; in construct_default_ISA_mptable()
Completed in 10 milliseconds