KVM: x86/mmu: Add typedefs for rmap/iter handlers
authorSean Christopherson <seanjc@google.com>
Fri, 26 Feb 2021 01:03:28 +0000 (17:03 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 15 Mar 2021 08:43:32 +0000 (04:43 -0400)
commitc1b91493ed31cd73fec7f3d385b00b4d42d59349
treeebc4d59fdb2a22342f43c83f2928181511ab2b88
parente12b785e52fc26d5456b16d5a6e1968cd1deab41
KVM: x86/mmu: Add typedefs for rmap/iter handlers

Add typedefs for the MMU handlers that are invoked when walking the MMU
SPTEs (rmaps in legacy MMU) to act on a host virtual address range.

No functional change intended.

Cc: Ben Gardon <bgardon@google.com>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210226010329.1766033-5-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu/mmu.c
arch/x86/kvm/mmu/tdp_mmu.c