HomeSort by relevance Sort by last modified time
    Searched full:bakery_lock_t (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/
bakery_lock.h 47 } bakery_lock_t; typedef in typeref:struct:bakery_lock
51 void bakery_lock_init(bakery_lock_t *bakery);
52 void bakery_lock_get(bakery_lock_t *bakery);
53 void bakery_lock_release(bakery_lock_t *bakery);
54 int bakery_lock_try(bakery_lock_t *bakery);
  /device/linaro/bootloader/arm-trusted-firmware/lib/locks/bakery/
bakery_lock_coherent.c 71 void bakery_lock_init(bakery_lock_t *bakery)
82 static unsigned int bakery_get_ticket(bakery_lock_t *bakery, unsigned int me)
128 void bakery_lock_get(bakery_lock_t *bakery)
180 void bakery_lock_release(bakery_lock_t *bakery)
  /device/linaro/bootloader/arm-trusted-firmware/plat/fvp/drivers/pwrc/
fvp_pwrc.c 42 static bakery_lock_t pwrc_lock __attribute__ ((section("tzfw_coherent_mem")));
  /device/linaro/bootloader/arm-trusted-firmware/plat/juno/
mhu.c 50 static bakery_lock_t mhu_secure_lock __attribute__ ((section("tzfw_coherent_mem")));
  /device/linaro/bootloader/arm-trusted-firmware/services/std_svc/psci/
psci_private.h 86 bakery_lock_t lock;
  /device/linaro/bootloader/arm-trusted-firmware/docs/
firmware-design.md     [all...]

Completed in 4105 milliseconds