Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
H A Dmobj_ffa.c125 static unsigned int shm_lock = SPINLOCK_UNLOCK; variable
251 exceptions = cpu_spin_lock_xsave(&shm_lock); in mobj_ffa_sel1_spmc_new()
264 cpu_spin_unlock_xrestore(&shm_lock, exceptions); in mobj_ffa_sel1_spmc_new()
389 exceptions = cpu_spin_lock_xsave(&shm_lock); in mobj_ffa_sel1_spmc_delete()
392 cpu_spin_unlock_xrestore(&shm_lock, exceptions); in mobj_ffa_sel1_spmc_delete()
488 exceptions = cpu_spin_lock_xsave(&shm_lock); in mobj_ffa_push_to_inactive()
507 cpu_spin_unlock_xrestore(&shm_lock, exceptions); in mobj_ffa_push_to_inactive()
529 exceptions = cpu_spin_lock_xsave(&shm_lock); in mobj_ffa_sel1_spmc_reclaim()
565 cpu_spin_unlock_xrestore(&shm_lock, exceptions); in mobj_ffa_sel1_spmc_reclaim()
581 exceptions = cpu_spin_lock_xsave(&shm_lock); in mobj_ffa_unregister_by_cookie()
[all …]