Searched refs:spm_lock (Results 1 – 12 of 12) sorted by relevance
24 DECLARE_BAKERY_LOCK(spm_lock);25 #define plat_spm_lock() bakery_lock_get(&spm_lock)26 #define plat_spm_unlock() bakery_lock_release(&spm_lock)28 extern spinlock_t spm_lock;29 #define plat_spm_lock() spin_lock(&spm_lock)30 #define plat_spm_unlock() spin_unlock(&spm_lock)
31 DEFINE_BAKERY_LOCK(spm_lock);32 #define plat_spm_lock_init() bakery_lock_init(&spm_lock)34 spinlock_t spm_lock; variable
23 DECLARE_BAKERY_LOCK(spm_lock);24 #define plat_spm_lock() bakery_lock_get(&spm_lock)25 #define plat_spm_unlock() bakery_lock_release(&spm_lock)27 extern spinlock_t spm_lock;28 #define plat_spm_lock() spin_lock(&spm_lock)29 #define plat_spm_unlock() spin_unlock(&spm_lock)
32 DEFINE_BAKERY_LOCK(spm_lock);33 #define plat_spm_lock_init() bakery_lock_init(&spm_lock)35 spinlock_t spm_lock; variable
20 spin_lock(&spm_lock); in spm_rc_condition_modifier()56 spin_unlock(&spm_lock); in spm_rc_condition_modifier()71 spin_lock(&spm_lock); in spm_rc_constraint_status_get()101 spin_unlock(&spm_lock); in spm_rc_constraint_status_get()115 spin_lock(&spm_lock); in spm_rc_constraint_status_set()136 spin_unlock(&spm_lock); in spm_rc_constraint_status_set()150 spin_lock(&spm_lock); in spm_rc_constraint_valid_set()152 spin_unlock(&spm_lock); in spm_rc_constraint_valid_set()166 spin_lock(&spm_lock); in spm_rc_constraint_valid_clr()168 spin_unlock(&spm_lock); in spm_rc_constraint_valid_clr()
116 spin_lock(&spm_lock); in spm_conservation()118 spin_unlock(&spm_lock); in spm_conservation()126 spin_lock(&spm_lock); in spm_conservation_finish()128 spin_unlock(&spm_lock); in spm_conservation_finish()
20 extern spinlock_t spm_lock;
43 spinlock_t spm_lock; variable
13 DEFINE_BAKERY_LOCK(spm_lock);77 bakery_lock_init(&spm_lock); in spm_lock_init()82 bakery_lock_get(&spm_lock); in spm_lock_get()87 bakery_lock_release(&spm_lock); in spm_lock_release()
30 DEFINE_BAKERY_LOCK(spm_lock);38 bakery_lock_init(&spm_lock); in spm_lock_init()43 bakery_lock_get(&spm_lock); in spm_lock_get()48 bakery_lock_release(&spm_lock); in spm_lock_release()