Home
last modified time | relevance | path

Searched refs:bitlock_t (Results 1 – 7 of 7) sorted by relevance

/rk3399_ARM-atf/include/lib/
H A Dspinlock.h21 } bitlock_t; typedef
26 void bit_lock(bitlock_t *lock, uint8_t mask);
27 void bit_unlock(bitlock_t *lock, uint8_t mask);
/rk3399_ARM-atf/include/lib/gpt_rme/
H A Dgpt_rme.h18 #define LOCK_SIZE sizeof(((bitlock_t *)NULL)->lock)
19 #define LOCK_TYPE typeof(((bitlock_t *)NULL)->lock)
/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_bl31_setup.c69 static bitlock_t gpt_bitlock[BITLOCKS_NUM];
/rk3399_ARM-atf/lib/gpt_rme/
H A Dgpt_rme_private.h156 bitlock_t *lock;
H A Dgpt_rme.c147 static bitlock_t *gpt_bitlock;
1325 gpt_bitlock = (bitlock_t *)l1_bitlocks_base; in gpt_runtime_init()
/rk3399_ARM-atf/docs/components/
H A Dgranule-protection-tables-design.rst156 which defines the size of the memory block protected by one bit of ``bitlock_t``
239 ``bitlock_t`` data structures. The RME GPT library will check that the array
267 512MB (0x20000000). This is then divided by the number of bits in ``bitlock_t``
270 In other words, we can find the total size of ``bitlock_t`` array
/rk3399_ARM-atf/plat/arm/common/
H A Darm_bl31_setup.c66 static bitlock_t gpt_bitlock[BITLOCKS_NUM];