Searched refs:smt_mode (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c3050 BUG_ON(kvm->arch.smt_mode != 1);
3054 core = id / kvm->arch.smt_mode;
3068 id & ~(kvm->arch.smt_mode - 1));
3094 static int kvmhv_set_smt_mode(struct kvm *kvm, unsigned long smt_mode, argument
3102 if (smt_mode > MAX_SMT_THREADS || !is_power_of_2(smt_mode))
3107 * so we pack smt_mode vcpus per vcore.
3109 if (smt_mode > threads_per_subcore)
3116 esmt = smt_mode;
3117 smt_mode
[all...]
H A Dpowerpc.c597 r = kvm->arch.smt_mode;
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h279 unsigned int smt_mode; /* # vcpus per virtual core */ member in struct:kvm_arch

Completed in 149 milliseconds