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

/illumos-gate/usr/src/uts/intel/pcbe/
H A Dcore_pcbe.c108 #define CORE_GPC 0 /* General-Purpose Counter (GPC) */ macro
184 uint8_t core_pictype; /* CORE_GPC or CORE_FFC */
1705 conf.core_pictype = CORE_GPC;
1842 ASSERT(conf->core_pictype == CORE_GPC ||
1844 if (conf->core_pictype == CORE_GPC)
1891 ASSERT(cfg->core_pictype == CORE_GPC ||
1894 if (cfg->core_pictype == CORE_GPC) {
1977 ASSERT(cfg->core_pictype == CORE_GPC ||
1988 if (cfg->core_pictype == CORE_GPC) {

Completed in 62 milliseconds