Searched refs:KVM_PPC_MMUV3_GTSE (Results 1 – 2 of 2) sorted by relevance
434 #define KVM_PPC_MMUV3_GTSE 2 /* global translation shootdown enb. */ macro
4227 if (cfg->flags & ~(KVM_PPC_MMUV3_RADIX | KVM_PPC_MMUV3_GTSE)) in kvmhv_configure_mmu()4247 lpcr = (cfg->flags & KVM_PPC_MMUV3_GTSE) ? LPCR_GTSE : 0; in kvmhv_configure_mmu()