Symbol: SET_BIC
tools/power/x86/turbostat/turbostat.c
2760
SET_BIC(i, ret_set);
tools/power/x86/turbostat/turbostat.c
327
#define BIC_PRESENT(COUNTER_NUMBER) SET_BIC(COUNTER_NUMBER, &bic_present)
tools/power/x86/turbostat/turbostat.c
342
SET_BIC(i, set);
tools/power/x86/turbostat/turbostat.c
363
SET_BIC(BIC_Package, &bic_group_topology);
tools/power/x86/turbostat/turbostat.c
364
SET_BIC(BIC_Node, &bic_group_topology);
tools/power/x86/turbostat/turbostat.c
365
SET_BIC(BIC_CoreCnt, &bic_group_topology);
tools/power/x86/turbostat/turbostat.c
366
SET_BIC(BIC_PkgCnt, &bic_group_topology);
tools/power/x86/turbostat/turbostat.c
367
SET_BIC(BIC_Core, &bic_group_topology);
tools/power/x86/turbostat/turbostat.c
368
SET_BIC(BIC_CPU, &bic_group_topology);
tools/power/x86/turbostat/turbostat.c
369
SET_BIC(BIC_Die, &bic_group_topology);
tools/power/x86/turbostat/turbostat.c
370
SET_BIC(BIC_L3, &bic_group_topology);
tools/power/x86/turbostat/turbostat.c
373
SET_BIC(BIC_CoreTmp, &bic_group_thermal_pwr);
tools/power/x86/turbostat/turbostat.c
374
SET_BIC(BIC_PkgTmp, &bic_group_thermal_pwr);
tools/power/x86/turbostat/turbostat.c
375
SET_BIC(BIC_PkgWatt, &bic_group_thermal_pwr);
tools/power/x86/turbostat/turbostat.c
376
SET_BIC(BIC_CorWatt, &bic_group_thermal_pwr);
tools/power/x86/turbostat/turbostat.c
377
SET_BIC(BIC_GFXWatt, &bic_group_thermal_pwr);
tools/power/x86/turbostat/turbostat.c
378
SET_BIC(BIC_RAMWatt, &bic_group_thermal_pwr);
tools/power/x86/turbostat/turbostat.c
379
SET_BIC(BIC_PKG__, &bic_group_thermal_pwr);
tools/power/x86/turbostat/turbostat.c
380
SET_BIC(BIC_RAM__, &bic_group_thermal_pwr);
tools/power/x86/turbostat/turbostat.c
381
SET_BIC(BIC_SysWatt, &bic_group_thermal_pwr);
tools/power/x86/turbostat/turbostat.c
384
SET_BIC(BIC_Avg_MHz, &bic_group_frequency);
tools/power/x86/turbostat/turbostat.c
385
SET_BIC(BIC_Busy, &bic_group_frequency);
tools/power/x86/turbostat/turbostat.c
386
SET_BIC(BIC_Bzy_MHz, &bic_group_frequency);
tools/power/x86/turbostat/turbostat.c
387
SET_BIC(BIC_TSC_MHz, &bic_group_frequency);
tools/power/x86/turbostat/turbostat.c
388
SET_BIC(BIC_GFXMHz, &bic_group_frequency);
tools/power/x86/turbostat/turbostat.c
389
SET_BIC(BIC_GFXACTMHz, &bic_group_frequency);
tools/power/x86/turbostat/turbostat.c
390
SET_BIC(BIC_SAMMHz, &bic_group_frequency);
tools/power/x86/turbostat/turbostat.c
391
SET_BIC(BIC_SAMACTMHz, &bic_group_frequency);
tools/power/x86/turbostat/turbostat.c
392
SET_BIC(BIC_UNCORE_MHZ, &bic_group_frequency);
tools/power/x86/turbostat/turbostat.c
395
SET_BIC(BIC_Busy, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
396
SET_BIC(BIC_CPU_c1, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
397
SET_BIC(BIC_CPU_c3, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
398
SET_BIC(BIC_CPU_c6, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
399
SET_BIC(BIC_CPU_c7, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
400
SET_BIC(BIC_GFX_rc6, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
401
SET_BIC(BIC_Pkgpc2, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
402
SET_BIC(BIC_Pkgpc3, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
403
SET_BIC(BIC_Pkgpc6, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
404
SET_BIC(BIC_Pkgpc7, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
405
SET_BIC(BIC_Pkgpc8, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
406
SET_BIC(BIC_Pkgpc9, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
407
SET_BIC(BIC_Pkgpc10, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
408
SET_BIC(BIC_CPU_LPI, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
409
SET_BIC(BIC_SYS_LPI, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
410
SET_BIC(BIC_Mod_c6, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
411
SET_BIC(BIC_Totl_c0, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
412
SET_BIC(BIC_Any_c0, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
413
SET_BIC(BIC_GFX_c0, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
414
SET_BIC(BIC_CPUGFX, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
415
SET_BIC(BIC_SAM_mc6, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
416
SET_BIC(BIC_Diec6, &bic_group_hw_idle);
tools/power/x86/turbostat/turbostat.c
419
SET_BIC(BIC_Busy, &bic_group_sw_idle);
tools/power/x86/turbostat/turbostat.c
420
SET_BIC(BIC_cpuidle, &bic_group_sw_idle);
tools/power/x86/turbostat/turbostat.c
421
SET_BIC(BIC_pct_idle, &bic_group_sw_idle);
tools/power/x86/turbostat/turbostat.c
426
SET_BIC(BIC_pct_idle, &bic_group_idle);
tools/power/x86/turbostat/turbostat.c
429
SET_BIC(BIC_LLC_MRPS, &bic_group_cache);
tools/power/x86/turbostat/turbostat.c
430
SET_BIC(BIC_LLC_HIT, &bic_group_cache);
tools/power/x86/turbostat/turbostat.c
431
SET_BIC(BIC_L2_MRPS, &bic_group_cache);
tools/power/x86/turbostat/turbostat.c
432
SET_BIC(BIC_L2_HIT, &bic_group_cache);
tools/power/x86/turbostat/turbostat.c
435
SET_BIC(BIC_IRQ, &bic_group_other);
tools/power/x86/turbostat/turbostat.c
436
SET_BIC(BIC_NMI, &bic_group_other);
tools/power/x86/turbostat/turbostat.c
437
SET_BIC(BIC_SMI, &bic_group_other);
tools/power/x86/turbostat/turbostat.c
438
SET_BIC(BIC_ThreadC, &bic_group_other);
tools/power/x86/turbostat/turbostat.c
439
SET_BIC(BIC_CoreTmp, &bic_group_other);
tools/power/x86/turbostat/turbostat.c
440
SET_BIC(BIC_IPC, &bic_group_other);
tools/power/x86/turbostat/turbostat.c
443
SET_BIC(BIC_USEC, &bic_group_disabled_by_default);
tools/power/x86/turbostat/turbostat.c
444
SET_BIC(BIC_TOD, &bic_group_disabled_by_default);
tools/power/x86/turbostat/turbostat.c
445
SET_BIC(BIC_cpuidle, &bic_group_disabled_by_default);
tools/power/x86/turbostat/turbostat.c
446
SET_BIC(BIC_APIC, &bic_group_disabled_by_default);
tools/power/x86/turbostat/turbostat.c
447
SET_BIC(BIC_X2APIC, &bic_group_disabled_by_default);
tools/power/x86/turbostat/turbostat.c
454
SET_BIC(BIC_USEC, &bic_present);
tools/power/x86/turbostat/turbostat.c
455
SET_BIC(BIC_TOD, &bic_present);
tools/power/x86/turbostat/turbostat.c
456
SET_BIC(BIC_cpuidle, &bic_present);
tools/power/x86/turbostat/turbostat.c
457
SET_BIC(BIC_APIC, &bic_present);
tools/power/x86/turbostat/turbostat.c
458
SET_BIC(BIC_X2APIC, &bic_present);
tools/power/x86/turbostat/turbostat.c
459
SET_BIC(BIC_pct_idle, &bic_present);