kvm: selftests: introduce and use more page size-related constants
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 20 Apr 2022 10:27:27 +0000 (06:27 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 21 Apr 2022 19:41:01 +0000 (15:41 -0400)
commite852be8b148e117e25be1c98cf72ee489b05919e
treeffb5b859c5e3bf47da256c9f60ad268474b3f717
parentf18b4aebe107d092e384b1ae680b1e1de7a0196d
kvm: selftests: introduce and use more page size-related constants

Clean up code that was hardcoding masks for various fields,
now that the masks are included in processor.h.

For more cleanup, define PAGE_SIZE and PAGE_MASK just like in Linux.
PAGE_SIZE in particular was defined by several tests.

Suggested-by: Sean Christopherson <seanjc@google.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/include/x86_64/processor.h
tools/testing/selftests/kvm/lib/x86_64/processor.c
tools/testing/selftests/kvm/x86_64/amx_test.c
tools/testing/selftests/kvm/x86_64/emulator_error_test.c
tools/testing/selftests/kvm/x86_64/smm_test.c
tools/testing/selftests/kvm/x86_64/vmx_tsc_adjust_test.c
tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c
tools/testing/selftests/kvm/x86_64/xen_vmcall_test.c