x86/desc: Shorten boot_{,compat_}gdt[] variable names
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 5 Aug 2019 10:17:46 +0000 (11:17 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 7 Aug 2019 12:34:56 +0000 (13:34 +0100)
commit50feecdc09dec9b98dd2f097d3e15a5022e7fda0
tree876d694b38f54cedc6c6c0383a67db92e9424cc4
parentaf292b41e9edc0a87f0205ece833e64808ec3883
x86/desc: Shorten boot_{,compat_}gdt[] variable names

The current names, boot_cpu_{,compat_}gdt_table, have a table suffix which is
redundant with the T of GDT, and the cpu infix doesn't provide any meaningful
context.  Drop them both.

Likewise, shorten the {,compat_}gdt{,_l1e} variables.

Finally, rename gdt_descr to boot_gdtr to more clearly identify its purpose.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/boot/x86_64.S
xen/arch/x86/cpu/common.c
xen/arch/x86/domain.c
xen/arch/x86/efi/efi-boot.h
xen/arch/x86/hvm/svm/svm.c
xen/arch/x86/hvm/vmx/vmcs.c
xen/arch/x86/smpboot.c
xen/arch/x86/traps.c
xen/common/efi/runtime.c
xen/include/asm-x86/desc.h
xen/include/asm-x86/ldt.h