Searched refs:bic_group_other (Results 1 – 1 of 1) sorted by relevance
316 static cpu_set_t bic_group_other; variable434 BIC_INIT(&bic_group_other); in bic_groups_init()435 SET_BIC(BIC_IRQ, &bic_group_other); in bic_groups_init()436 SET_BIC(BIC_NMI, &bic_group_other); in bic_groups_init()437 SET_BIC(BIC_SMI, &bic_group_other); in bic_groups_init()438 SET_BIC(BIC_ThreadC, &bic_group_other); in bic_groups_init()439 SET_BIC(BIC_CoreTmp, &bic_group_other); in bic_groups_init()440 SET_BIC(BIC_IPC, &bic_group_other); in bic_groups_init()2794 CPU_OR(ret_set, ret_set, &bic_group_other); in bic_lookup()