Searched refs:my_idx (Results 1 – 2 of 2) sorted by relevance
140 int my_idx = (cluster << 2) + cpu; in clst_single_pwr() local143 return !(pwr_stat & (cpu_mask[cluster] & ~BIT(cpu_pwr_bit[my_idx]))); in clst_single_pwr()149 int my_idx = (cluster << 2) + cpu; in clst_single_on() local152 return !(on_stat & (cpu_mask[cluster] & ~BIT(my_idx))); in clst_single_on()
163 unsigned int cpu_idx, my_idx = plat_my_core_pos(); in psci_is_last_on_cpu() local166 if (cpu_idx == my_idx) { in psci_is_last_on_cpu()173 cpu_idx, my_idx, "running in the system"); in psci_is_last_on_cpu()
Completed in 5 milliseconds