Searched refs:KVMPPC_NR_LPIDS (Results 1 – 6 of 6) sorted by relevance
19 #define KVMPPC_NR_LPIDS 64 macro
18 #define KVMPPC_NR_LPIDS (LPID_RSVD + 1) macro
38 #define KVM_MAX_NESTED_GUESTS KVMPPC_NR_LPIDS
110 static DEFINE_PER_CPU(struct kvm_vcpu *[KVMPPC_NR_LPIDS], last_vcpu_of_lpid);400 kvmppc_init_lpid(KVMPPC_NR_LPIDS/threads_per_core); in kvmppc_e500mc_init()
2451 static unsigned long lpid_inuse[BITS_TO_LONGS(KVMPPC_NR_LPIDS)];2459 lpid = find_first_zero_bit(lpid_inuse, KVMPPC_NR_LPIDS); in kvmppc_alloc_lpid()2484 nr_lpids = min_t(unsigned long, KVMPPC_NR_LPIDS, nr_lpids_param); in kvmppc_init_lpid()
359 ptb_order = __ilog2(KVMPPC_NR_LPIDS - 1) + 1; in kvmhv_nested_init()