arm-trusted-firmware/lib/locks
AlexeiFedorov 222f885df3 feat(locks): add bitlock
This patch adds 'bitlock_t' type and bit_lock() and
bit_unlock() to support locking/release functionality
based on individual bit position. These functions use
atomic bit set and clear instructions which require
FEAT_LSE mandatory from Armv8.1.

Change-Id: I3eb0f29bbccefe6c0f69061aa701187a6364df0c
Signed-off-by: AlexeiFedorov <Alexei.Fedorov@arm.com>
2024-04-15 12:14:16 +01:00
..
bakery chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
exclusive feat(locks): add bitlock 2024-04-15 12:14:16 +01:00