Home
last modified time | relevance | path

Searched refs:BAKERY_LOCK_MAX_CPUS (Results 1 – 4 of 4) sorted by relevance

/external/arm-trusted-firmware/lib/locks/bakery/
Dbakery_lock_coherent.c40 assert((_entry) < BAKERY_LOCK_MAX_CPUS); \
64 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) { in bakery_get_ticket()
110 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) { in bakery_lock_get()
Dbakery_lock_normal.c131 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) { in bakery_get_ticket()
184 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) { in bakery_lock_get()
/external/arm-trusted-firmware/include/lib/
Dbakery_lock.h12 #define BAKERY_LOCK_MAX_CPUS PLATFORM_CORE_COUNT macro
68 volatile uint16_t lock_data[BAKERY_LOCK_MAX_CPUS];
/external/arm-trusted-firmware/docs/design/
Dfirmware-design.rst2112 volatile uint16_t lock_data[BAKERY_LOCK_MAX_CPUS];