KVMPPC_NR_LPIDS 38 arch/powerpc/include/asm/kvm_host.h #define KVM_MAX_NESTED_GUESTS KVMPPC_NR_LPIDS KVMPPC_NR_LPIDS 359 arch/powerpc/kvm/book3s_hv_nested.c ptb_order = __ilog2(KVMPPC_NR_LPIDS - 1) + 1; KVMPPC_NR_LPIDS 110 arch/powerpc/kvm/e500mc.c static DEFINE_PER_CPU(struct kvm_vcpu *[KVMPPC_NR_LPIDS], last_vcpu_of_lpid); KVMPPC_NR_LPIDS 419 arch/powerpc/kvm/e500mc.c kvmppc_init_lpid(KVMPPC_NR_LPIDS/threads_per_core); KVMPPC_NR_LPIDS 2427 arch/powerpc/kvm/powerpc.c static unsigned long lpid_inuse[BITS_TO_LONGS(KVMPPC_NR_LPIDS)]; KVMPPC_NR_LPIDS 2435 arch/powerpc/kvm/powerpc.c lpid = find_first_zero_bit(lpid_inuse, KVMPPC_NR_LPIDS); KVMPPC_NR_LPIDS 2460 arch/powerpc/kvm/powerpc.c nr_lpids = min_t(unsigned long, KVMPPC_NR_LPIDS, nr_lpids_param);