Home
last modified time | relevance | path

Searched refs:KVM_PPC_MMUV3_GTSE (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/include/uapi/asm/
Dkvm.h434 #define KVM_PPC_MMUV3_GTSE 2 /* global translation shootdown enb. */ macro
/arch/powerpc/kvm/
Dbook3s_hv.c4227 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()