Searched refs:spinlock (Results 1 – 11 of 11) sorted by relevance
15 typedef struct spinlock { struct
30 *spinlock.o(.text.*)
72 static struct spinlock smt_channels_lock;
19 static struct spinlock reg_lock;20 static struct spinlock refcount_lock;31 static void _clk_lock(struct spinlock *lock) in _clk_lock()39 static void _clk_unlock(struct spinlock *lock) in _clk_unlock()
888 static struct spinlock reg_lock;890 static struct spinlock refcount_lock;914 static void stm32mp1_clk_lock(struct spinlock *lock) in stm32mp1_clk_lock()922 static void stm32mp1_clk_unlock(struct spinlock *lock) in stm32mp1_clk_unlock()
103 - On concurrent access, a spinlock is implemented in the BL31 service to protect
157 structure. Setting this option to 0 chooses a single spinlock for all GPT L1186 as arguments. These parameters are not used in case of a single spinlock for
196 lib/locks/exclusive/${ARCH}/spinlock.c \
977 - and it chooses a single spinlock for all GPT L1 table entries. Default
2791 spinlock implementation using the ARMv8.1-LSE Compare and Swap instruction.
4303 …- add missing spinlock dependency ([e40b563](https://review.trustedfirmware.org/plugins/gitiles/TF…11164 chips, use a common function to check spinlock is available, move11192 - Fix the CAS spinlock implementation by adding a missing DSB in