Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/mm/
A Dsp_mem.c15 static unsigned int sp_mem_lock = SPINLOCK_UNLOCK; variable
164 exceptions = cpu_spin_lock_xsave(&sp_mem_lock); in inactivate()
173 cpu_spin_unlock_xrestore(&sp_mem_lock, exceptions); in inactivate()
205 cpu_spin_unlock_xrestore(&sp_mem_lock, exceptions); in sp_mem_get()
231 exceptions = cpu_spin_lock_xsave(&sp_mem_lock); in sp_mem_new()
248 cpu_spin_unlock_xrestore(&sp_mem_lock, exceptions); in sp_mem_new()
259 cpu_spin_unlock_xrestore(&sp_mem_lock, exceptions); in sp_mem_add()
281 cpu_spin_unlock_xrestore(&sp_mem_lock, in sp_mem_is_shared()
289 cpu_spin_unlock_xrestore(&sp_mem_lock, exceptions); in sp_mem_is_shared()
320 exceptions = cpu_spin_lock_xsave(&sp_mem_lock); in sp_mem_remove()
[all …]

Completed in 2 milliseconds