Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/mediatek/mt8195/drivers/spm/
A Dmt_spm.h24 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)
A Dmt_spm.c31 DEFINE_BAKERY_LOCK(spm_lock);
32 #define plat_spm_lock_init() bakery_lock_init(&spm_lock)
34 spinlock_t spm_lock; variable
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8192/drivers/spm/
A Dmt_spm.h24 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)
A Dmt_spm.c31 DEFINE_BAKERY_LOCK(spm_lock);
32 #define plat_spm_lock_init() bakery_lock_init(&spm_lock)
34 spinlock_t spm_lock; variable
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8186/drivers/spm/
A Dmt_spm.h23 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)
A Dmt_spm.c32 DEFINE_BAKERY_LOCK(spm_lock);
33 #define plat_spm_lock_init() bakery_lock_init(&spm_lock)
35 spinlock_t spm_lock; variable
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8183/drivers/spm/
A Dspm.c13 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()
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8173/drivers/spm/
A Dspm.c30 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()

Completed in 13 milliseconds