Searched defs:cccr (Results 1 – 1 of 1) sorted by relevance
358 #define CCCR_CLEAR(cccr) ((cccr) &= CCCR_RESERVED_BITS) argument359 #define CCCR_SET_REQUIRED_BITS(cccr) ((cccr) |= 0x00030000ULL) argument360 #define CCCR_SET_ESCR_SELECT(cccr, sel) ((cccr) |= (((sel) & 0x07ULL) << 13)) argument361 #define CCCR_SET_PMI_OVF_0(cccr) ((cccr) |= (1ULL<<26)) argument362 #define CCCR_SET_PMI_OVF_1(cccr) ((cccr) |= (1ULL<<27)) argument363 #define CCCR_SET_ENABLE(cccr) ((cccr) |= (1ULL<<12)) argument364 #define CCCR_SET_DISABLE(cccr) ((cccr) &= ~(1ULL<<12)) argument367 #define CCCR_OVF_P(cccr) ((cccr) & (1ULL<<31)) argument368 #define CCCR_CLEAR_OVF(cccr) ((cccr) &= (~(1ULL<<31))) argument475 uint64_t cccr = 0; in pmc_setup_one_p4_counter() local
Completed in 4 milliseconds