Home
last modified time | relevance | path

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

/external/qemu/target-arm/
Dop_helper.c34 static spinlock_t global_cpu_lock = SPIN_LOCK_UNLOCKED; variable
38 spin_lock(&global_cpu_lock); in cpu_lock()
43 spin_unlock(&global_cpu_lock); in cpu_unlock()