Searched refs:other_indexes_in_cluster (Results 1 – 3 of 3) sorted by relevance
28 cpu_mapping.other_indexes_in_cluster[getCurrentCPUIndex()] |= BIT(i); in update_logical_id_mappings()29 cpu_mapping.other_indexes_in_cluster[i] |= BIT(getCurrentCPUIndex()); in update_logical_id_mappings()
92 word_t sub_mask = mask & cpu_mapping.other_indexes_in_cluster[core]; in x86_ipi_send_mask()108 mask &= ~(cpu_mapping.other_indexes_in_cluster[core] | BIT(core)); in x86_ipi_send_mask()
23 word_t other_indexes_in_cluster[CONFIG_MAX_NUM_NODES]; member
Completed in 3 milliseconds