Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/lib/locks/bakery/
Dbakery_lock_normal.c62 return (bakery_info_t *)((uintptr_t)lock + in get_bakery_info()
83 static inline bool is_lock_acquired(const bakery_info_t *my_bakery_info, in is_lock_acquired()
103 bakery_info_t *my_bakery_info, *their_bakery_info; in bakery_get_ticket()
166 bakery_info_t *their_bakery_info; in bakery_lock_get()
231 bakery_info_t *my_bakery_info; in bakery_lock_release()
/external/arm-trusted-firmware/include/lib/
Dbakery_lock.h89 } bakery_info_t; typedef
91 typedef bakery_info_t bakery_lock_t;
/external/arm-trusted-firmware/plat/renesas/rcar/include/
Drcar_private.h53 bakery_info_t pcpu_bakery_info[RCAR_MAX_BAKERIES];
/external/arm-trusted-firmware/docs/design/
Dfirmware-design.rst2115 The bakery lock data structure ``bakery_info_t`` is defined for use when
2128 } bakery_info_t;
2130 The ``bakery_info_t`` represents a single per-CPU field of one lock and
2131 the combination of corresponding ``bakery_info_t`` structures for all CPUs in the
2139 | `bakery_info_t`| <-- Lock_0 per-CPU field
2142 | `bakery_info_t`| <-- Lock_1 per-CPU field
2147 | `bakery_info_t`| <-- Lock_N per-CPU field
2155 | `bakery_info_t`| <-- Lock_0 per-CPU field
2158 | `bakery_info_t`| <-- Lock_1 per-CPU field
2163 | `bakery_info_t`| <-- Lock_N per-CPU field
[all …]