Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dpgt_cache.c64 static unsigned int parent_spinlock = SPINLOCK_UNLOCK; variable
71 exceptions = cpu_spin_lock_xsave(&parent_spinlock); in free_pgt()
95 cpu_spin_unlock_xrestore(&parent_spinlock, exceptions); in free_pgt()
137 exceptions = cpu_spin_lock_xsave(&parent_spinlock); in alloc_pgt()
157 cpu_spin_unlock_xrestore(&parent_spinlock, exceptions); in alloc_pgt()