x86/traps: use unambiguous register names
authorJan Beulich <jbeulich@suse.com>
Wed, 21 Dec 2016 16:01:34 +0000 (17:01 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 21 Dec 2016 16:01:34 +0000 (17:01 +0100)
commitc41161b8836d325c346f896966cc0727fc7fd9db
treed70113752f0097618df7b26f5d366cdecb72bdb1
parent7e8e0ca784ed0041c6dce93c340e5e35c605e6df
x86/traps: use unambiguous register names

This is in preparation of eliminating the mis-naming of 64-bit fields
with 32-bit register names (eflags instead of rflags etc). Use the
guaranteed 32-bit underscore prefixed names for now where appropriate.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/traps.c