Searched refs:configure_mmu (Results 1 – 4 of 4) sorted by relevance
305 int (*configure_mmu)(struct kvm *kvm, struct kvm_ppc_mmuv3_cfg *cfg); member
2400 if (!kvm->arch.kvm_ops->configure_mmu) in kvm_arch_vm_ioctl()2405 r = kvm->arch.kvm_ops->configure_mmu(kvm, &cfg); in kvm_arch_vm_ioctl()
2097 .configure_mmu = kvm_configure_mmu_pr,
5620 .configure_mmu = kvmhv_configure_mmu,