Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_cpuid_x86.c37 #define featureword_of(idx) ((idx) >> 5) macro
418 regs[2] = info->featureset[featureword_of(X86_FEATURE_SSE3)]; in xc_cpuid_hvm_policy()
419 regs[3] = (info->featureset[featureword_of(X86_FEATURE_FPU)] | in xc_cpuid_hvm_policy()
426 regs[1] = info->featureset[featureword_of(X86_FEATURE_FSGSBASE)]; in xc_cpuid_hvm_policy()
441 regs[0] = info->featureset[featureword_of(X86_FEATURE_XSAVEOPT)]; in xc_cpuid_hvm_policy()
452 regs[2] = (info->featureset[featureword_of(X86_FEATURE_LAHF_LM)] & in xc_cpuid_hvm_policy()
454 regs[3] = info->featureset[featureword_of(X86_FEATURE_SYSCALL)]; in xc_cpuid_hvm_policy()
518 regs[2] = info->featureset[featureword_of(X86_FEATURE_SSE3)]; in xc_cpuid_pv_policy()
519 regs[3] = (info->featureset[featureword_of(X86_FEATURE_FPU)] & in xc_cpuid_pv_policy()
566 regs[2] = (info->featureset[featureword_of(X86_FEATURE_LAHF_LM)] & in xc_cpuid_pv_policy()
[all …]

Completed in 3 milliseconds