Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/lib/
H A Dspinlock.h15 typedef struct spinlock { struct
/rk3399_ARM-atf/plat/renesas/rcar_gen4/include/
H A Dplat.ld.S30 *spinlock.o(.text.*)
/rk3399_ARM-atf/drivers/scmi-msg/
H A Dsmt.c72 static struct spinlock smt_channels_lock;
/rk3399_ARM-atf/drivers/st/clk/
H A Dclk-stm32-core.c19 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()
H A Dstm32mp1_clk.c888 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()
/rk3399_ARM-atf/docs/components/
H A Ddebugfs-design.rst103 - On concurrent access, a spinlock is implemented in the BL31 service to protect
H A Dgranule-protection-tables-design.rst157 structure. Setting this option to 0 chooses a single spinlock for all GPT L1
186 as arguments. These parameters are not used in case of a single spinlock for
/rk3399_ARM-atf/
H A DMakefile196 lib/locks/exclusive/${ARCH}/spinlock.c \
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-options.rst977 - and it chooses a single spinlock for all GPT L1 table entries. Default
/rk3399_ARM-atf/docs/design/
H A Dfirmware-design.rst2791 spinlock implementation using the ARMv8.1-LSE Compare and Swap instruction.
/rk3399_ARM-atf/docs/
H A Dchange-log.md4303 …- add missing spinlock dependency ([e40b563](https://review.trustedfirmware.org/plugins/gitiles/TF…
11164 chips, use a common function to check spinlock is available, move
11192 - Fix the CAS spinlock implementation by adding a missing DSB in