Searched refs:MAX_NCTXS_BITS (Results 1 – 2 of 2) sorted by relevance
148 #define MAX_NCTXS_BITS 16 /* sun4v max. contexts bits */ macro150 #define MAX_NCTXS (1ull << MAX_NCTXS_BITS)
510 if (ctx_bits < MIN_NCTXS_BITS || ctx_bits > MAX_NCTXS_BITS) in get_mmu_ctx_bits()