Searched refs:online_cores (Results 1 – 1 of 1) sorted by relevance
219 uint32_t online_cores = x2; in dram_dvfs_handler() local231 if (cpu_id != i && (online_cores & (0x1 << (i * 8)))) { in dram_dvfs_handler()237 online_cores &= ~(0x1 << (cpu_id * 8)); in dram_dvfs_handler()239 if (online_cores == wfe_done) { in dram_dvfs_handler()
Completed in 2 milliseconds