Searched refs:rmid_max (Results 1 – 4 of 4) sorted by relevance
46 unsigned int rmid_max; member50 unsigned int rmid_max; member
489 static void __init init_psr_cmt(unsigned int rmid_max) in init_psr_cmt() argument506 psr_cmt->rmid_max = min(rmid_max, ebx); in init_psr_cmt()513 psr_cmt->l3.rmid_max = ecx; in init_psr_cmt()517 psr_cmt->rmid_max = min(psr_cmt->rmid_max, psr_cmt->l3.rmid_max); in init_psr_cmt()518 psr_cmt->rmid_to_dom = xmalloc_array(domid_t, psr_cmt->rmid_max + 1UL); in init_psr_cmt()532 for ( rmid = 1; rmid <= psr_cmt->rmid_max; rmid++ ) in init_psr_cmt()548 for ( rmid = 1; rmid <= psr_cmt->rmid_max; rmid++ ) in psr_alloc_rmid()558 if ( rmid > psr_cmt->rmid_max ) in psr_alloc_rmid()
135 sysctl->u.psr_cmt_op.u.data = psr_cmt->rmid_max; in arch_do_sysctl()
1391 > `= List of ( cmt:<boolean> | rmid_max:<integer> | cat:<boolean> | cos_max:<integer> | cdp:<boolea…1393 > Default: `psr=cmt:0,rmid_max:255,cat:0,cos_max:255,cdp:0`1414 * `rmid_max` indicates the max value for rmid.
Completed in 9 milliseconds