Home
last modified time | relevance | path

Searched refs:cpufeat_word (Results 1 – 5 of 5) sorted by relevance

/xen/xen/arch/x86/cpu/
A Dcommon.c319 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 …]
/xen/xen/include/asm-x86/
A Dcpufeature.h12 #define cpufeat_word(idx) ((idx) / 32) macro
A Dasm_defns.h161 (CPUINFO_features + (cpufeat_word(feature) * 4))
/xen/xen/arch/x86/efi/
A Defi-boot.h678 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()
/xen/xen/arch/x86/
A Dmpparse.c518 boot_cpu_data.x86_capability[cpufeat_word(X86_FEATURE_FPU)]; in construct_default_ISA_mptable()

Completed in 10 milliseconds