KVM/x86: Fix invvpid and invept register operand size in 64-bit mode
authorUros Bizjak <ubizjak@gmail.com>
Thu, 11 Oct 2018 17:40:43 +0000 (19:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 1 Dec 2019 08:13:28 +0000 (09:13 +0100)
commit8bf3bb3b979cfc4d8f4c71cb0a05ac9fcfed4dd8
tree62e1157ff5bb27991d282be1c798b6baca85212e
parent9f0b41be6aff47c24c6431bdc76f86b9cd647a0d
KVM/x86: Fix invvpid and invept register operand size in 64-bit mode

[ Upstream commit 5ebb272b2ea7e02911a03a893f8d922d49f9bb4a ]

Register operand size of invvpid and invept instruction in 64-bit mode
has always 64 bits. Adjust inline function argument type to reflect
correct size.

Signed-off-by: Uros Bizjak <ubizjak@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/x86/kvm/vmx.c