linux/arch/x86/kvm/mmu
David Matlack 77c23c77f9 KVM: x86/mmu: Drop new_spte local variable from restore_acc_track_spte()
The new_spte local variable is unnecessary. Deleting it can save a line
of code and simplify the remaining lines a bit.

No functional change intended.

Suggested-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: David Matlack <dmatlack@google.com>
Message-Id: <20220119230739.2234394-10-dmatlack@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2022-02-10 13:50:39 -05:00
..
mmu_audit.c KVM: x86/mmu_audit: Remove unused "level" of audit_spte_after_sync() 2022-02-10 13:47:11 -05:00
mmu_internal.h KVM: x86/mmu: Propagate memslot const qualifier 2021-12-08 04:24:43 -05:00
mmu.c KVM: x86/mmu: Drop new_spte local variable from restore_acc_track_spte() 2022-02-10 13:50:39 -05:00
mmutrace.h KVM: X86: Rename gpte_is_8_bytes to has_4_byte_gpte and invert the direction 2021-12-08 04:25:13 -05:00
page_track.c KVM: x86/mmu: Propagate memslot const qualifier 2021-12-08 04:24:43 -05:00
paging_tmpl.h KVM: X86: Remove mmu->translate_gpa 2021-12-08 04:25:11 -05:00
paging.h KVM: x86/mmu: Do not apply HPA (memory encryption) mask to GPAs 2021-07-14 12:17:56 -04:00
spte.c KVM: x86/mmu: Rename DEFAULT_SPTE_MMU_WRITEABLE to DEFAULT_SPTE_MMU_WRITABLE 2022-02-10 13:50:33 -05:00
spte.h KVM: x86/mmu: Consolidate comments about {Host,MMU}-writable 2022-02-10 13:50:33 -05:00
tdp_iter.c KVM: x86/mmu: Don't advance iterator after restart due to yielding 2021-12-20 08:06:53 -05:00
tdp_iter.h KVM: x86/mmu: Don't advance iterator after restart due to yielding 2021-12-20 08:06:53 -05:00
tdp_mmu.c KVM: x86/mmu: Consolidate logic to atomically install a new TDP MMU page table 2022-02-10 13:50:39 -05:00
tdp_mmu.h KVM: x86/tdp_mmu: Remove unused "kvm" of kvm_tdp_mmu_get_root() 2022-02-10 13:47:10 -05:00