x86/boot: rename sym_phys() to sym_offs()
authorDaniel Kiper <daniel.kiper@oracle.com>
Fri, 7 Apr 2017 11:37:02 +0000 (13:37 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 7 Apr 2017 11:37:02 +0000 (13:37 +0200)
commitf5f16adbce41122bb588d91bfc5dfaa189773a98
tree8634292d28dd6eab915e132597ede304d074e475
parentb28044226e1ccac9b41478c7b3082fcb75278a97
x86/boot: rename sym_phys() to sym_offs()

This way macro name better describes its function.
Currently it is used to calculate symbol offset in
relation to the beginning of Xen image mapping.
However, value returned by sym_offs() for a given
symbol is not always equal its physical address.

There is no functional change.

Suggested-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Doug Goldstein <cardoe@cardoe.com>
xen/arch/x86/boot/head.S
xen/arch/x86/boot/trampoline.S
xen/arch/x86/boot/wakeup.S
xen/arch/x86/boot/x86_64.S