Searched defs:active_thread (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/pcbe/
H A Dp4_pcbe.c550 return (P4_ATTRS ",active_thread,count_sibling_usr,"
682 int active_thread = 0x3; /* default is "any" */ local
711 * to specify the 'active_thread', 'count_sibling_usr'
796 if (strcmp("active_thread", attrs[i].ka_name) == 0) {
800 active_thread = (int)attrs[i].ka_val;
873 * Even on non-HT P4s, Intel states the active_thread field (marked as
876 cfg->p4_cccr = CCCR_INIT | (active_thread << CCCR_ACTV_THR_SHIFT);

Completed in 59 milliseconds