Searched refs:configure_mmu (Results 1 – 4 of 4) sorted by relevance
2326 if (!kvm->arch.kvm_ops->configure_mmu) in kvm_arch_vm_ioctl()2331 r = kvm->arch.kvm_ops->configure_mmu(kvm, &cfg); in kvm_arch_vm_ioctl()
2089 .configure_mmu = kvm_configure_mmu_pr,
4497 .configure_mmu = kvmhv_configure_mmu,
325 int (*configure_mmu)(struct kvm *kvm, struct kvm_ppc_mmuv3_cfg *cfg); member