Home
last modified time | relevance | path

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

/optee_os/core/drivers/imx/mu/
H A Dimx_mu.c23 static unsigned int mu_spinlock = SPINLOCK_UNLOCK; variable
169 exceptions = cpu_spin_lock_xsave(&mu_spinlock); in imx_mu_init()
173 cpu_spin_unlock_xrestore(&mu_spinlock, exceptions); in imx_mu_init()
185 exceptions = cpu_spin_lock_xsave(&mu_spinlock); in imx_mu_call()
191 cpu_spin_unlock_xrestore(&mu_spinlock, exceptions); in imx_mu_call()