Searched refs:cpu_cluster_id (Results 1 – 8 of 8) sorted by relevance
507 uint32_t cid = cpu_data_ptr->cpu_cluster_id; in cpu_idle()794 cpu_data_ptr->cpu_cluster_id = 0; in cpu_data_init()926 switch (ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id]) { in cpu_start()928 ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] = CTRR_LOCKING; in cpu_start()934 &ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id], in cpu_start()937 assert(ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] != CTRR_LOCKING); in cpu_start()995 cpu_cluster_id(void) in cpu_cluster_id() function997 return getCpuDatap()->cpu_cluster_id; in cpu_cluster_id()
338 uint32_t cid = cdp->cpu_cluster_id; in wfe_process_recommendation()1632 this_cpu_datap->cpu_cluster_id = in_processor_info->cluster_id; in ml_processor_register()1644 …((this_cpu_datap->cpu_cluster_id << MACHDEP_TPIDR_CLUSTERID_SHIFT) & MACHDEP_TPIDR_CLUSTERID_MASK); in ml_processor_register()1646 …MACHDEP_TPIDR_CLUSTERID_MASK) >> MACHDEP_TPIDR_CLUSTERID_SHIFT) == this_cpu_datap->cpu_cluster_id); in ml_processor_register()1649 …this_cpu_datap->cluster_master = !OSTestAndSet(this_cpu_datap->cpu_cluster_id, &cluster_initialize… in ml_processor_register()1659 …create(pset_node, pset_cluster_type, this_cpu_datap->cpu_cluster_id, this_cpu_datap->cpu_cluster_i… in ml_processor_register()1662 …et %d\n", current_processor()->cpu_id, __FUNCTION__, this_cpu_datap->cpu_cluster_id, pset->pset_id… in ml_processor_register()
433 return cpu_cluster_id(); in uncmon_get_curid()
74 extern int cpu_cluster_id(void);
814 if (ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] != CTRR_LOCKED) { in arm_init_cpu()816 ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] = CTRR_LOCKED; in arm_init_cpu()817 thread_wakeup(&ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id]); in arm_init_cpu()
231 uint32_t cpu_cluster_id; member
1119 if (ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] != CTRR_LOCKED) { in arm_init_cpu()1121 ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] = CTRR_LOCKED; in arm_init_cpu()1122 thread_wakeup(&ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id]); in arm_init_cpu()
837 my_cluster = cpu_cluster_id(); in stackshot_best_buffer_alloc()981 buffer = cpu_cluster_id(); in stackshot_kcdata_free_unused()