Searched refs:emul_smt_mode (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h280 unsigned int emul_smt_mode; /* emualted SMT mode, on P9 */ member in struct:kvm_arch
H A Dkvm_book3s.h686 int stride = kvm->arch.emul_smt_mode;
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c1505 nthreads = vcpu->kvm->arch.emul_smt_mode;
1546 thr = vcpu->vcpu_id & (kvm->arch.emul_smt_mode - 1);
1553 if (arg >= kvm->arch.emul_smt_mode)
3046 if (id >= (KVM_MAX_VCPUS * kvm->arch.emul_smt_mode)) {
3123 kvm->arch.emul_smt_mode = esmt;
5699 kvm->arch.emul_smt_mode = 1;
H A Dpowerpc.c594 if (kvm->arch.emul_smt_mode > 1)
595 r = kvm->arch.emul_smt_mode;

Completed in 283 milliseconds