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