Home
last modified time | relevance | path

Searched refs:they (Results 1 – 25 of 51) sorted by relevance

123

/tf-a-ffa_el3_spmc/lib/locks/bakery/
A Dbakery_lock_coherent.c47 unsigned int they; in bakery_get_ticket() local
64 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) { in bakery_get_ticket()
65 their_ticket = bakery_ticket_number(bakery->lock_data[they]); in bakery_get_ticket()
94 unsigned int they, me; in bakery_lock_get() local
110 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) { in bakery_lock_get()
111 if (me == they) in bakery_lock_get()
116 their_bakery_data = bakery->lock_data[they]; in bakery_lock_get()
125 (bakery_get_priority(their_ticket, they) < my_prio)) { in bakery_lock_get()
135 bakery_ticket_number(bakery->lock_data[they])); in bakery_lock_get()
A Dbakery_lock_normal.c105 unsigned int they; in bakery_get_ticket() local
131 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) { in bakery_get_ticket()
132 if (me == they) in bakery_get_ticket()
139 their_bakery_info = get_bakery_info(they, lock); in bakery_get_ticket()
167 unsigned int they, me; in bakery_lock_get() local
184 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) { in bakery_lock_get()
185 if (me == they) in bakery_lock_get()
192 their_bakery_info = get_bakery_info(they, lock); in bakery_lock_get()
206 if (their_ticket && (bakery_get_priority(their_ticket, they) < my_prio)) { in bakery_lock_get()
/tf-a-ffa_el3_spmc/docs/process/
A Dcode-review-guidelines.rst14 before they are integrated in the source tree. Different people bring different
53 several rounds of reviews and rework before they get approved, especially
65 - If there is only one code owner and they have become unresponsive, ask one
94 along with the module(s) they look after.
127 If a code owner is happy with a patch, they should give their approval
128 through the ``Code-Owner-Review+1`` label in Gerrit. If instead, they have
129 concerns, questions, or any other type of blocking comment, they should set
184 their best judgement. If they are unsure about a patch, they should ask
207 If a maintainer is happy with a patch, they should give their approval
208 through the ``Maintainer-Review+1`` label in Gerrit. If instead, they have
[all …]
A Dcoding-style.rst60 of that rule, only that they would ideally be removed.
87 A space should also be used to separate parentheses and braces when they are not
271 ``switch`` so that they are in the same column.
288 aligned with the name of the object on which they are operating, as opposed to
309 * Blank lines within multi-lines are allowed when they add clarity or when
310 * they separate multiple contexts.
A Dplatform-compatibility-policy.rst28 public mailing list`_ to notify platforms that they should migrate away from the
A Dcontributing.rst136 block a patch, depending on how critical they are.
202 - If the changes are not based on a sufficiently-recent commit, or if they
210 they may ask you to provide a fix-up patch.
216 binary repository`_ if they require code that the contributor is unable or
/tf-a-ffa_el3_spmc/plat/arm/board/rdv1mc/fdts/
A Drdv1mc_tb_fw_config.dts19 * they will be overwritten by BL1.
/tf-a-ffa_el3_spmc/plat/arm/board/sgi575/fdts/
A Dsgi575_tb_fw_config.dts19 * they will be overwritten by BL1.
/tf-a-ffa_el3_spmc/plat/arm/board/sgm775/fdts/
A Dsgm775_tb_fw_config.dts19 * they will be overwritten by BL1.
/tf-a-ffa_el3_spmc/plat/arm/css/sgm/fdts/
A Dsgm_tb_fw_config.dts18 * they will be overwritten by BL1.
/tf-a-ffa_el3_spmc/plat/arm/board/juno/fdts/
A Djuno_tb_fw_config.dts17 * they will be overwritten by BL1.
/tf-a-ffa_el3_spmc/plat/arm/board/rde1edge/fdts/
A Drde1edge_tb_fw_config.dts19 * they will be overwritten by BL1.
/tf-a-ffa_el3_spmc/plat/arm/board/rdn1edge/fdts/
A Drdn1edge_tb_fw_config.dts18 * they will be overwritten by BL1.
/tf-a-ffa_el3_spmc/plat/arm/board/rdn2/fdts/
A Drdn2_tb_fw_config.dts19 * they will be overwritten by BL1.
/tf-a-ffa_el3_spmc/plat/arm/board/rdv1/fdts/
A Drdv1_tb_fw_config.dts19 * they will be overwritten by BL1.
/tf-a-ffa_el3_spmc/docs/plat/
A Dbrcm-stingray.rst43 The u-boot will be upstreamed soon, this doc will be updated once they are ready, and the link will…
A Dimx8.rst56 once they are ready, and the link will be posted.
A Dimx8m.rst48 soon, this doc will be updated once they are ready, and the link will be posted.
/tf-a-ffa_el3_spmc/plat/arm/board/tc/fdts/
A Dtc_tb_fw_config.dts18 * they will be overwritten by BL1.
/tf-a-ffa_el3_spmc/include/export/
A DREADME16 export headers need to ensure that they #include <stdint.h> earlier in their
/tf-a-ffa_el3_spmc/docs/about/
A Dcontact.rst46 Arm licensees have an additional support conduit - they may contact Arm directly
/tf-a-ffa_el3_spmc/plat/arm/board/fvp/fdts/
A Dfvp_tb_fw_config.dts19 * they will be overwritten by BL1.
/tf-a-ffa_el3_spmc/docs/security_advisories/
A Dsecurity-advisory-tfv-4.rst106 they might defeat the ``bl1_plat_mem_check()`` function and make the
118 may also be affected if they fulfil the above conditions.
/tf-a-ffa_el3_spmc/docs/design/
A Dtrusted-board-boot.rst133 The SCP_BL2 and BL32 certificates are optional, but they must be present if the
145 registers. If they match, the BL2 hash is read from the certificate.
221 generated by the tool in case they are not provided. The certificates are then
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dimage-terminology.rst33 Clearly, many of these images are not BootLoaders, they are simply firmware
124 The terminology for these images has not been widely adopted yet but they have

Completed in 24 milliseconds

123