Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arc/kernel/
Dsmp.c123 static volatile int wake_flag; variable
141 __boot_write(wake_flag, cpu); in arc_default_smp_cpu_kick()
150 while (__boot_read(wake_flag) != cpu) in arc_platform_smp_wait_to_boot()
153 __boot_write(wake_flag, 0); in arc_platform_smp_wait_to_boot()