Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dtimer_a64.c10 static unsigned int timer_lock = SPINLOCK_UNLOCK; variable
15 uint32_t exceptions = cpu_spin_lock_xsave(&timer_lock); in generic_timer_start()
31 cpu_spin_unlock_xrestore(&timer_lock, exceptions); in generic_timer_start()
36 uint32_t exceptions = cpu_spin_lock_xsave(&timer_lock); in generic_timer_stop()
43 cpu_spin_unlock_xrestore(&timer_lock, exceptions); in generic_timer_stop()