Searched refs:configure_mmu (Results 1 – 4 of 4) sorted by relevance
297 int (*configure_mmu)(struct kvm *kvm, struct kvm_ppc_mmuv3_cfg *cfg); member
2448 if (!kvm->arch.kvm_ops->configure_mmu) in kvm_arch_vm_ioctl()2453 r = kvm->arch.kvm_ops->configure_mmu(kvm, &cfg); in kvm_arch_vm_ioctl()
2083 .configure_mmu = kvm_configure_mmu_pr,
6183 .configure_mmu = kvmhv_configure_mmu,