Searched refs:commit_memory_region (Results 1 – 4 of 4) sorted by relevance
862 kvm->arch.kvm_ops->commit_memory_region(kvm, old, new, change); in kvmppc_core_commit_memory_region()
2067 .commit_memory_region = kvmppc_core_commit_memory_region_pr,
6164 .commit_memory_region = kvmppc_core_commit_memory_region_hv,
273 void (*commit_memory_region)(struct kvm *kvm, member