Searched refs:bic_present (Results 1 – 1 of 1) sorted by relevance
321 static cpu_set_t bic_present; variable329 #define BIC_PRESENT(COUNTER_NUMBER) SET_BIC(COUNTER_NUMBER, &bic_present)330 #define BIC_NOT_PRESENT(COUNTER_NUMBER) CPU_CLR(COUNTER_NUMBER, &bic_present)334 #define DO_BIC_READ(COUNTER_NUMBER) CPU_ISSET(COUNTER_NUMBER, &bic_present)335 …OUNTER_NUMBER) (CPU_ISSET(COUNTER_NUMBER, &bic_enabled) && CPU_ISSET(COUNTER_NUMBER, &bic_present))456 BIC_INIT(&bic_present); in bic_groups_init()457 SET_BIC(BIC_USEC, &bic_present); in bic_groups_init()458 SET_BIC(BIC_TOD, &bic_present); in bic_groups_init()459 SET_BIC(BIC_cpuidle, &bic_present); in bic_groups_init()460 SET_BIC(BIC_APIC, &bic_present); in bic_groups_init()[all …]