Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
H A Dtee_pager.c156 static unsigned pager_spinlock = SPINLOCK_UNLOCK; variable
177 while (!cpu_spin_trylock(&pager_spinlock)) { in pager_lock_dldetect()
196 return cpu_spin_lock_xsave(&pager_spinlock); in pager_lock()
224 cpu_spin_unlock_xrestore(&pager_spinlock, exceptions); in pager_unlock()