bic_enabled       511 tools/power/x86/turbostat/turbostat.c unsigned long long bic_enabled = (0xFFFFFFFFFFFFFFFFULL & ~BIC_DISABLED_BY_DEFAULT);
bic_enabled       514 tools/power/x86/turbostat/turbostat.c #define DO_BIC(COUNTER_NAME) (bic_enabled & bic_present & COUNTER_NAME)
bic_enabled       516 tools/power/x86/turbostat/turbostat.c #define ENABLE_BIC(COUNTER_NAME) (bic_enabled |= COUNTER_NAME)
bic_enabled      5702 tools/power/x86/turbostat/turbostat.c 			bic_enabled = bic_enabled | bic_lookup(optarg, SHOW_LIST);
bic_enabled      5713 tools/power/x86/turbostat/turbostat.c 			bic_enabled &= ~bic_lookup(optarg, HIDE_LIST);
bic_enabled      5764 tools/power/x86/turbostat/turbostat.c 				bic_enabled = bic_lookup(optarg, SHOW_LIST);
bic_enabled      5766 tools/power/x86/turbostat/turbostat.c 				bic_enabled |= bic_lookup(optarg, SHOW_LIST);