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