x86/cpuid: replace more cpufeat_word() uses
authorJan Beulich <jbeulich@suse.com>
Thu, 24 Feb 2022 10:22:08 +0000 (11:22 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 24 Feb 2022 10:22:08 +0000 (11:22 +0100)
commit45f6ff12558fb96e8f2912f577b2088470bcf60e
tree4fa487974841a5e8abff230248cfd0da7b974b69
parent73ba368e76b3d50c61933c242a90540ca1890d92
x86/cpuid: replace more cpufeat_word() uses

Complete what e3662437eb43 ("x86/cpuid: Disentangle logic for new
feature leaves") has begun:

"Switch to using FEATURESET_* just like the policy/featureset helpers.  This
 breaks the cognitive complexity of needing to know which leaf a specifically
 named feature should reside in, and is shorter to write.  It is also far
 easier to identify as correct at a glance, given the correlation with the
 CPUID leaf being read."

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/cpu/common.c
xen/arch/x86/efi/efi-boot.h
xen/arch/x86/mpparse.c
xen/arch/x86/tsx.c