Searched refs:VSID_POOL_SIZE (Results 1 – 2 of 2) sorted by relevance
53 #define VSID_POOL_SIZE (SID_CONTEXTS * 16) macro124 u32 vsid_pool[VSID_POOL_SIZE];
298 if (vcpu_book3s->vsid_next >= VSID_POOL_SIZE) { in create_sid_map()