On Tue, 2025-08-26 at 17:05 -0700, Sean Christopherson wrote: > Rename kvm_tdp_map_page() to kvm_tdp_prefault_page() now that it's used > only by kvm_arch_vcpu_pre_fault_memory(). > > No functional change intended. I realize you are just trying to do map->prefault here, but "page" seems redundant once you have "prefault" in the name. Why page here vs all the other fault handler functions without it?