Searched refs:me (Results 1 – 3 of 3) sorted by relevance
/tf-a-ffa_el3_spmc/lib/locks/bakery/ |
A D | bakery_lock_coherent.c | 50 assert(bakery_ticket_number(bakery->lock_data[me]) == 0U); in bakery_get_ticket() 94 unsigned int they, me; in bakery_lock_get() local 98 me = plat_my_core_pos(); in bakery_lock_get() 100 assert_bakery_entry_valid(me, bakery); in bakery_lock_get() 103 my_ticket = bakery_get_ticket(bakery, me); in bakery_lock_get() 109 my_prio = bakery_get_priority(my_ticket, me); in bakery_lock_get() 111 if (me == they) in bakery_lock_get() 151 unsigned int me = plat_my_core_pos(); in bakery_lock_release() local 153 assert_bakery_entry_valid(me, bakery); in bakery_lock_release() 154 assert(bakery_ticket_number(bakery->lock_data[me]) != 0U); in bakery_lock_release() [all …]
|
A D | bakery_lock_normal.c | 102 unsigned int me, bool is_cached) in bakery_get_ticket() argument 112 my_bakery_info = get_bakery_info(me, lock); in bakery_get_ticket() 132 if (me == they) in bakery_get_ticket() 167 unsigned int they, me; in bakery_lock_get() local 173 me = plat_my_core_pos(); in bakery_lock_get() 177 my_ticket = bakery_get_ticket(lock, me, is_cached); in bakery_lock_get() 183 my_prio = bakery_get_priority(my_ticket, me); in bakery_lock_get() 185 if (me == they) in bakery_lock_get()
|
/tf-a-ffa_el3_spmc/ |
A D | dco.txt | 17 (a) The contribution was created in whole or in part by me and I 25 by me, under the same open source license (unless I am 29 (c) The contribution was provided directly to me by some other
|
Completed in 4 milliseconds