bic_present       512 tools/power/x86/turbostat/turbostat.c unsigned long long bic_present = BIC_USEC | BIC_TOD | BIC_sysfs | BIC_APIC | BIC_X2APIC;
bic_present       514 tools/power/x86/turbostat/turbostat.c #define DO_BIC(COUNTER_NAME) (bic_enabled & bic_present & COUNTER_NAME)
bic_present       515 tools/power/x86/turbostat/turbostat.c #define DO_BIC_READ(COUNTER_NAME) (bic_present & COUNTER_NAME)
bic_present       517 tools/power/x86/turbostat/turbostat.c #define BIC_PRESENT(COUNTER_BIT) (bic_present |= COUNTER_BIT)
bic_present       518 tools/power/x86/turbostat/turbostat.c #define BIC_NOT_PRESENT(COUNTER_BIT) (bic_present &= ~COUNTER_BIT)