]> Git Repo - linux.git/commit
x86/cpufeatures: Add macros for Intel's new fast rep string features
authorJim Mattson <[email protected]>
Thu, 1 Sep 2022 21:18:06 +0000 (14:18 -0700)
committerSean Christopherson <[email protected]>
Tue, 24 Jan 2023 18:05:17 +0000 (10:05 -0800)
commitf8df91e73a6827a4569bb56cd53e55b4ea2f5b1f
tree2e124089b67f708c777b2c5be6812b9e3eadbdf3
parent7cb79f433e75b05d1635aefaa851cfcd1cb7dc4f
x86/cpufeatures: Add macros for Intel's new fast rep string features

KVM_GET_SUPPORTED_CPUID should reflect these host CPUID bits. The bits
are already cached in word 12. Give the bits X86_FEATURE names, so
that they can be easily referenced. Hide these bits from
/proc/cpuinfo, since the host kernel makes no use of them at present.

Signed-off-by: Jim Mattson <[email protected]>
Reviewed-by: Sean Christopherson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sean Christopherson <[email protected]>
arch/x86/include/asm/cpufeatures.h
This page took 0.053455 seconds and 4 git commands to generate.