Searched refs:hw_lock_bit (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.81.5/osfmk/kern/ |
| H A D | simple_lock.h | 333 extern void hw_lock_bit( 367 #define hw_lock_bit(lck, bit, grp) \ macro 368 hw_lock_bit(lck, bit)
|
| H A D | locks.c | 952 (hw_lock_bit)(hw_lock_bit_t * lock, unsigned int bit LCK_GRP_ARG(lck_grp_t *grp)) 1958 #define gate_ilock(gate) hw_lock_bit((hw_lock_bit_t*)(&(gate)->gt_data), GATE_ILOCK_BIT, LCK_GRP_NU…
|
| H A D | lock_rw.c | 100 #define lck_rw_ilk_lock(lock) hw_lock_bit ((hw_lock_bit_t*)(&(lock)->lck_rw_tag), LCK_RW_INTERLO…
|
| /xnu-10002.81.5/osfmk/arm/pmap/ |
| H A D | pmap.h | 875 #define pmap_lock_bit(l, i) hw_lock_bit(l, i, &pmap_lck_grp)
|