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

/illumos-gate/usr/src/uts/intel/pcbe/
H A Dp4_pcbe.c749 * At this point, ev points to the desired event and escr is the index
938 uint64_t escr; local
942 escr = (uint64_t)cfgs[i]->p4_escr;
945 escr |= (lid == 0) ? ESCR_T0_USR : ESCR_T1_USR;
947 escr |= (lid == 0) ? ESCR_T0_OS : ESCR_T1_OS;
949 escr |= (lid == 0) ? ESCR_T1_USR : ESCR_T0_USR;
951 escr |= (lid == 0) ? ESCR_T1_OS : ESCR_T0_OS;
954 wrmsr(p4_escrs[cfgs[i]->p4_escr_ndx].pe_addr, escr);

Completed in 58 milliseconds