Home
last modified time | relevance | path

Searched refs:KVM_PPC_MMUV3_GTSE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H A Dkvm.h434 #define KVM_PPC_MMUV3_GTSE 2 /* global translation shootdown enb. */ macro
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H A Dkvm.h434 #define KVM_PPC_MMUV3_GTSE 2 /* global translation shootdown enb. */ macro
/kernel/linux/linux-5.10/tools/arch/powerpc/include/uapi/asm/
H A Dkvm.h434 #define KVM_PPC_MMUV3_GTSE 2 /* global translation shootdown enb. */ macro
/kernel/linux/linux-6.6/tools/arch/powerpc/include/uapi/asm/
H A Dkvm.h434 #define KVM_PPC_MMUV3_GTSE 2 /* global translation shootdown enb. */ macro
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_hv.c5441 if (cfg->flags & ~(KVM_PPC_MMUV3_RADIX | KVM_PPC_MMUV3_GTSE)) in kvmhv_configure_mmu()
5484 lpcr = (cfg->flags & KVM_PPC_MMUV3_GTSE) ? LPCR_GTSE : 0; in kvmhv_configure_mmu()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_hv.c5939 if (cfg->flags & ~(KVM_PPC_MMUV3_RADIX | KVM_PPC_MMUV3_GTSE)) in kvmhv_configure_mmu()
5982 lpcr = (cfg->flags & KVM_PPC_MMUV3_GTSE) ? LPCR_GTSE : 0; in kvmhv_configure_mmu()

Completed in 26 milliseconds