x86/vmx: Drop ept_get_*() helpers
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 30 Jan 2017 16:43:39 +0000 (16:43 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 8 Feb 2017 10:04:08 +0000 (10:04 +0000)
commitc562d7a2f5efd3716ab0b70c0c4d1dbebb55a215
treeca25fa6f9ca0f85a1a3df4c570b743475284177a
parent93a3fbaf16f4b66c7866f42c2699c7af636f2933
x86/vmx: Drop ept_get_*() helpers

The ept_get_*() helpers are not used consistently, and are more verbose than
the code they wrap.  Drop the wrappers and use the internal union names
consistently.

While making these adjustments, drop the redundant ept_* prefix from mt, wl
and ad, and rename the asr field to mfn for consistency with Xen's existing
terminology.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: George Dunlap <george.dunlap@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
xen/arch/x86/hvm/vmx/vmcs.c
xen/arch/x86/hvm/vmx/vmx.c
xen/arch/x86/hvm/vmx/vvmx.c
xen/arch/x86/mm/p2m-ept.c
xen/include/asm-x86/hvm/vmx/vmcs.h