HomeSort by relevance Sort by last modified time
    Searched refs:BAKERY_LOCK_MAX_CPUS (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/
bakery_lock.h 12 #define BAKERY_LOCK_MAX_CPUS PLATFORM_CORE_COUNT
48 volatile uint16_t lock_data[BAKERY_LOCK_MAX_CPUS];
  /device/linaro/bootloader/arm-trusted-firmware/lib/locks/bakery/
bakery_lock_coherent.c 39 assert(entry < BAKERY_LOCK_MAX_CPUS); \
63 for (they = 0; they < BAKERY_LOCK_MAX_CPUS; they++) {
109 for (they = 0; they < BAKERY_LOCK_MAX_CPUS; they++) {
bakery_lock_normal.c 115 for (they = 0; they < BAKERY_LOCK_MAX_CPUS; they++) {
171 for (they = 0; they < BAKERY_LOCK_MAX_CPUS; they++) {

Completed in 75 milliseconds