Lines Matching refs:kvm
10 void kvm_mmu_init_tdp_mmu(struct kvm *kvm);
11 void kvm_mmu_uninit_tdp_mmu(struct kvm *kvm);
20 void kvm_tdp_mmu_put_root(struct kvm *kvm, struct kvm_mmu_page *root);
22 bool kvm_tdp_mmu_zap_leafs(struct kvm *kvm, gfn_t start, gfn_t end, bool flush);
23 bool kvm_tdp_mmu_zap_sp(struct kvm *kvm, struct kvm_mmu_page *sp);
24 void kvm_tdp_mmu_zap_all(struct kvm *kvm);
25 void kvm_tdp_mmu_invalidate_all_roots(struct kvm *kvm);
26 void kvm_tdp_mmu_zap_invalidated_roots(struct kvm *kvm);
30 bool kvm_tdp_mmu_unmap_gfn_range(struct kvm *kvm, struct kvm_gfn_range *range,
32 bool kvm_tdp_mmu_age_gfn_range(struct kvm *kvm, struct kvm_gfn_range *range);
33 bool kvm_tdp_mmu_test_age_gfn(struct kvm *kvm, struct kvm_gfn_range *range);
35 bool kvm_tdp_mmu_wrprot_slot(struct kvm *kvm,
37 bool kvm_tdp_mmu_clear_dirty_slot(struct kvm *kvm,
39 void kvm_tdp_mmu_clear_dirty_pt_masked(struct kvm *kvm,
43 void kvm_tdp_mmu_zap_collapsible_sptes(struct kvm *kvm,
46 bool kvm_tdp_mmu_write_protect_gfn(struct kvm *kvm,
50 void kvm_tdp_mmu_try_split_huge_pages(struct kvm *kvm,