diff options
author | Sean Christopherson <sean.j.christopherson@intel.com> | 2020-03-20 22:28:19 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-04-21 15:12:52 +0200 |
commit | 50b265a4eee0d9fb9581f1a300742515b80dffda (patch) | |
tree | 5e1b35ef1be2c3e9d60d4aa72a1772ec138a874c /arch/x86/kvm/x86.h | |
parent | KVM: x86: Rename ->tlb_flush() to ->tlb_flush_all() (diff) | |
download | linux-50b265a4eee0d9fb9581f1a300742515b80dffda.tar.xz linux-50b265a4eee0d9fb9581f1a300742515b80dffda.zip |
KVM: nVMX: Add helper to handle TLB flushes on nested VM-Enter/VM-Exit
Add a helper to determine whether or not a full TLB flush needs to be
performed on nested VM-Enter/VM-Exit, as the logic is identical for both
flows and needs a fairly beefy comment to boot. This also provides a
common point to make future adjustments to the logic.
Handle vpid12 changes the new helper as well even though it is specific
to VM-Enter. The vpid12 logic is an extension of the flushing logic,
and it's worth the extra bool parameter to provide a single location for
the flushing logic.
Cc: Liran Alon <liran.alon@oracle.com>
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Message-Id: <20200320212833.3507-24-sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/x86.h')
0 files changed, 0 insertions, 0 deletions