Home
last modified time | relevance | path

Searched refs:smt_mode (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nmon/nmon/
H A D0001-Fix-a-lot-of-Werror-format-security-errors-with-mvpr.patch50 if (lparcfg.smt_mode > 1
51 && i % lparcfg.smt_mode == 0) {
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c2987 BUG_ON(kvm->arch.smt_mode != 1); in kvmppc_core_vcpu_create_hv()
2991 core = id / kvm->arch.smt_mode; in kvmppc_core_vcpu_create_hv()
3005 id & ~(kvm->arch.smt_mode - 1)); in kvmppc_core_vcpu_create_hv()
3031 static int kvmhv_set_smt_mode(struct kvm *kvm, unsigned long smt_mode, in kvmhv_set_smt_mode() argument
3039 if (smt_mode > MAX_SMT_THREADS || !is_power_of_2(smt_mode)) in kvmhv_set_smt_mode()
3046 if (smt_mode > threads_per_subcore) in kvmhv_set_smt_mode()
3053 esmt = smt_mode; in kvmhv_set_smt_mode()
3054 smt_mode = 1; in kvmhv_set_smt_mode()
3059 kvm->arch.smt_mode = smt_mode; in kvmhv_set_smt_mode()
5547 kvm->arch.smt_mode = threads_per_subcore; in kvmppc_core_init_vm_hv()
[all …]
H A Dpowerpc.c598 r = kvm->arch.smt_mode; in kvm_vm_ioctl_check_extension()
/openbmc/linux/arch/powerpc/include/asm/
H A Dkvm_host.h280 unsigned int smt_mode; /* # vcpus per virtual core */ member