Searched refs:KVM_PPC_MMUV3_RADIX (Results 1 – 4 of 4) sorted by relevance
433 #define KVM_PPC_MMUV3_RADIX 1 /* 1 = radix mode, 0 = HPT */ macro
5441 if (cfg->flags & ~(KVM_PPC_MMUV3_RADIX | KVM_PPC_MMUV3_GTSE)) in kvmhv_configure_mmu()5445 radix = !!(cfg->flags & KVM_PPC_MMUV3_RADIX); in kvmhv_configure_mmu()
3779 There are two bits that can be set in flags; KVM_PPC_MMUV3_RADIX and3780 KVM_PPC_MMUV3_GTSE. KVM_PPC_MMUV3_RADIX, if set, configures the guest