s390x: Rename and use constants for short PSW address and mask
commitb6c2dbd7214b0b2396e1dcf9668c8b48ab571115
authorJanosch Frank <frankja@linux.ibm.com>
Thu, 27 Feb 2020 09:23:41 +0000 (27 04:23 -0500)
committerCornelia Huck <cohuck@redhat.com>
Thu, 27 Feb 2020 10:10:29 +0000 (27 11:10 +0100)
tree55390292b9010d854914d5d329b60b67b09fea76
parent8f4335242a2ed7862363ff3bf08d0dfc3c3098e7
s390x: Rename and use constants for short PSW address and mask

Let's rename PSW_MASK_ESA_ADDR to PSW_MASK_SHORT_ADDR because we're
not working with a ESA PSW which would not support the extended
addressing bit. Also let's actually use it.

Additionally we introduce PSW_MASK_SHORT_CTRL and use it throughout
the codebase.

Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-Id: <20200227092341.38558-1-frankja@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
hw/s390x/ipl.c
target/s390x/cpu.c
target/s390x/cpu.h