Home
last modified time | relevance | path

Searched refs:bic_group_other (Results 1 – 1 of 1) sorted by relevance

/linux/tools/power/x86/turbostat/
H A Dturbostat.c314 static cpu_set_t bic_group_other; variable
430 BIC_INIT(&bic_group_other); in bic_groups_init()
431 SET_BIC(BIC_IRQ, &bic_group_other); in bic_groups_init()
432 SET_BIC(BIC_NMI, &bic_group_other); in bic_groups_init()
433 SET_BIC(BIC_SMI, &bic_group_other); in bic_groups_init()
434 SET_BIC(BIC_ThreadC, &bic_group_other); in bic_groups_init()
435 SET_BIC(BIC_CoreTmp, &bic_group_other); in bic_groups_init()
436 SET_BIC(BIC_IPC, &bic_group_other); in bic_groups_init()
2689 CPU_OR(ret_set, ret_set, &bic_group_other); in bic_lookup()