]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: VMX: Remove EPT_VIOLATIONS_ACC_*_BIT defines
authorNikolay Borisov <nik.borisov@suse.com>
Thu, 27 Feb 2025 00:07:04 +0000 (16:07 -0800)
committerSean Christopherson <seanjc@google.com>
Fri, 28 Feb 2025 17:14:05 +0000 (09:14 -0800)
commitfa6c8fc2d2673dcaf7333bc35eb759ab7c39b81f
tree45ece47f18b9d1dca62c3f6b8f8e0d7a0d5c534a
parentd62c02af7a96c8accf311287df80d6010044a822
KVM: VMX: Remove EPT_VIOLATIONS_ACC_*_BIT defines

Those defines are only used in the definition of the various
EPT_VIOLATIONS_ACC_* macros which are then used to extract respective
bits from vmexit error qualifications. Remove the _BIT defines and
redefine the _ACC ones via BIT() macro. No functional changes.

Signed-off-by: Nikolay Borisov <nik.borisov@suse.com>
Link: https://lore.kernel.org/r/20250227000705.3199706-2-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/include/asm/vmx.h