s390x/tcg: MVCL: Zero out unused bits of address
commitd292671ade5408197e36887dc554427a91edc498
authorDavid Hildenbrand <david@redhat.com>
Tue, 3 Sep 2019 12:44:31 +0000 (3 14:44 +0200)
committerDavid Hildenbrand <david@redhat.com>
Mon, 23 Sep 2019 07:28:29 +0000 (23 09:28 +0200)
treeb9f94ba0a9a4b0d66506b979efdfb641cd1deb54
parentbed04a2b9caec96cf339980b64d2939ee9541328
s390x/tcg: MVCL: Zero out unused bits of address

We have to zero out unused bits in 24 and 31-bit addressing mode.
Provide a new helper.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
target/s390x/mem_helper.c