CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2022/01/29 12:23:02
Modified files: sys/arch/amd64/amd64: vmm.c Log message: 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@