Lines Matching defs:radix
2116 * On some POWER9s we force AIL off for radix guests to prevent
2720 * MMU mode (radix or HPT), unfortunately, but since we only support
3241 * With radix, the guest can do TLB invalidations itself,
4442 * This never fails for a radix guest, as none of the operations it does
4443 * for a radix guest can fail or have a way to report failure.
5000 * Use second half of bitmap area because both HPT and radix
5091 * For radix guests, we flush on setting KVM_MEM_LOG_DIRTY_PAGES
5277 kvm->arch.radix = 0;
5305 kvm->arch.radix = 1;
5481 * If the host uses radix, the guest starts out as radix.
5484 kvm->arch.radix = 1;
5617 /* POWER9 in radix mode is capable of being a nested hypervisor. */
5828 /* If we're a nested hypervisor, we currently only support radix */
5931 int radix;
5942 /* GR (guest radix) bit in process_table field must match */
5943 radix = !!(cfg->flags & KVM_PPC_MMUV3_RADIX);
5944 if (!!(cfg->process_table & PATB_GR) != radix)
5951 /* We can change a guest to/from radix now, if the host is radix */
5952 if (radix && !radix_enabled())
5955 /* If we're a nested hypervisor, we currently only support radix */
5956 if (kvmhv_on_pseries() && !radix)
5960 if (radix != kvm_is_radix(kvm)) {
5971 if (radix)
6169 * HPT mode and some in radix mode on the same core.