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

  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/
bl31.ld.S 120 #ifdef PLAT_PERCPU_BAKERY_LOCK_SIZE
121 ASSERT(__PERCPU_BAKERY_LOCK_SIZE__ == PLAT_PERCPU_BAKERY_LOCK_SIZE,
122 "PLAT_PERCPU_BAKERY_LOCK_SIZE does not match bakery lock requirements");
  /device/linaro/bootloader/arm-trusted-firmware/lib/locks/bakery/
bakery_lock_normal.c 35 #ifdef PLAT_PERCPU_BAKERY_LOCK_SIZE
44 CASSERT((PLAT_PERCPU_BAKERY_LOCK_SIZE & (CACHE_WRITEBACK_GRANULE - 1)) == 0, \
46 #define PERCPU_BAKERY_LOCK_SIZE (PLAT_PERCPU_BAKERY_LOCK_SIZE)
  /device/linaro/bootloader/arm-trusted-firmware/bl32/sp_min/
sp_min.ld.S 144 #ifdef PLAT_PERCPU_BAKERY_LOCK_SIZE
145 ASSERT(__PERCPU_BAKERY_LOCK_SIZE__ == PLAT_PERCPU_BAKERY_LOCK_SIZE,
146 "PLAT_PERCPU_BAKERY_LOCK_SIZE does not match bakery lock requirements");
  /device/linaro/bootloader/arm-trusted-firmware/bl31/
bl31.ld.S 173 #ifdef PLAT_PERCPU_BAKERY_LOCK_SIZE
174 ASSERT(__PERCPU_BAKERY_LOCK_SIZE__ == PLAT_PERCPU_BAKERY_LOCK_SIZE,
175 "PLAT_PERCPU_BAKERY_LOCK_SIZE does not match bakery lock requirements");
  /device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/
arm_def.h 446 #define PLAT_PERCPU_BAKERY_LOCK_SIZE (1 * CACHE_WRITEBACK_GRANULE)

Completed in 120 milliseconds