]> xenbits.xensource.com Git - people/andrewcoop/xen-test-framework.git/commit
x86/msr: Clean up MSR field declarations
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 24 May 2018 13:36:22 +0000 (14:36 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 25 May 2018 18:51:34 +0000 (19:51 +0100)
commit8d99d59dd4c330cd849ee0013c79c3fb5b1028f2
treea34c41d868330e5e24b075c0b5201e50ca22ba12
parentbc35269fccd1926302b83c3a4f96d7c54c16d7fa
x86/msr: Clean up MSR field declarations

 * Consistently use ULL for the benefit of 32bit builds
 * Drop leading MSR_ prefixes from bit names
 * Drop unnecessary bit-position defines

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
arch/x86/apic.c
arch/x86/hvm/head.S
arch/x86/include/arch/msr-index.h
tests/cpuid-faulting/main.c
tests/lbr-tsx-vmentry/main.c