Home
last modified time | relevance | path

Searched refs:core_ready_count (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/arch/mips/kernel/
H A Dpm-cps.c108 u32 *core_ready_count, *nc_core_ready_count; in cps_pm_enter_state() local
154 core_ready_count = per_cpu(ready_count, cpu); in cps_pm_enter_state()
155 nc_addr = kmap_noncoherent(virt_to_page(core_ready_count), in cps_pm_enter_state()
156 (unsigned long)core_ready_count); in cps_pm_enter_state()
157 nc_addr += ((unsigned long)core_ready_count & ~PAGE_MASK); in cps_pm_enter_state()