Searched refs:bitlock_t (Results 1 – 7 of 7) sorted by relevance
21 } bitlock_t; typedef26 void bit_lock(bitlock_t *lock, uint8_t mask);27 void bit_unlock(bitlock_t *lock, uint8_t mask);
18 #define LOCK_SIZE sizeof(((bitlock_t *)NULL)->lock)19 #define LOCK_TYPE typeof(((bitlock_t *)NULL)->lock)
69 static bitlock_t gpt_bitlock[BITLOCKS_NUM];
156 bitlock_t *lock;
147 static bitlock_t *gpt_bitlock;1325 gpt_bitlock = (bitlock_t *)l1_bitlocks_base; in gpt_runtime_init()
156 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 array267 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
66 static bitlock_t gpt_bitlock[BITLOCKS_NUM];