Searched refs:bic_present (Results 1 – 1 of 1) sorted by relevance
269 unsigned long long bic_present = BIC_USEC | BIC_TOD | BIC_sysfs | BIC_APIC | BIC_X2APIC; variable271 #define DO_BIC(COUNTER_NAME) (bic_enabled & bic_present & COUNTER_NAME)272 #define DO_BIC_READ(COUNTER_NAME) (bic_present & COUNTER_NAME)274 #define BIC_PRESENT(COUNTER_BIT) (bic_present |= COUNTER_BIT)275 #define BIC_NOT_PRESENT(COUNTER_BIT) (bic_present &= ~COUNTER_BIT)