Searched refs:KVMPPC_NR_LPIDS (Results 1 – 4 of 4) sorted by relevance
30 #define KVMPPC_NR_LPIDS 64 macro
367 #define KVMPPC_NR_LPIDS (LPID_RSVD + 1) macro
114 static DEFINE_PER_CPU(struct kvm_vcpu *[KVMPPC_NR_LPIDS], last_vcpu_of_lpid);423 kvmppc_init_lpid(KVMPPC_NR_LPIDS/threads_per_core); in kvmppc_e500mc_init()
1888 static unsigned long lpid_inuse[BITS_TO_LONGS(KVMPPC_NR_LPIDS)];1896 lpid = find_first_zero_bit(lpid_inuse, KVMPPC_NR_LPIDS); in kvmppc_alloc_lpid()1921 nr_lpids = min_t(unsigned long, KVMPPC_NR_LPIDS, nr_lpids_param); in kvmppc_init_lpid()