Put the leaf and subleaf input values (from rax/rcx) into local variables,
authorguenther <guenther@openbsd.org>
Sat, 29 Jan 2022 19:23:02 +0000 (19:23 +0000)
committerguenther <guenther@openbsd.org>
Sat, 29 Jan 2022 19:23:02 +0000 (19:23 +0000)
commitfa38f258c4b77173c291f8256cb6626ad315e24b
tree8c9e685f67c0a0d1f9a3dbb6375cd301b22959b2
parentc097090cba0ac91dac29514ee66f9780f891f85c
Put the leaf and subleaf input values (from rax/rcx) into local variables,
truncating them to 32bit as documented by the SDM and verified on an Intel
CPU in a Lenovo T510.  Use that in the clamping logic and all the tests,
adjusting DPRINTF() format strings to match.

ok mlarkin@
sys/arch/amd64/amd64/vmm.c