Searched refs:hw_lock_bit (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ ! |
| H A D | simple_lock.h | 284 extern void hw_lock_bit( 326 #define hw_lock_bit(lck, bit, grp) \ macro 327 hw_lock_bit(lck, bit)
|
| H A D | locks.c | 1148 (hw_lock_bit)(hw_lock_bit_t * lock, unsigned int bit LCK_GRP_ARG(lck_grp_t *grp)) 2309 #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 | 98 #define lck_rw_ilk_lock(lock) hw_lock_bit ((hw_lock_bit_t*)(&(lock)->lck_rw_tag), LCK_RW_INTERLO…
|
| H A D | zalloc.c | 2686 hw_lock_bit(&zc->zc_depot_lock, 0, &zone_locks_grp); in zone_depot_lock()
|
| /xnu-8019.80.24/osfmk/arm/ ! |
| H A D | pmap.h | 854 #define pmap_lock_bit(l, i) hw_lock_bit(l, i, &pmap_lck_grp)
|
| H A D | locks_arm.c | 153 #define interlock_lock(lock) hw_lock_bit ((hw_lock_bit_t*)(&(lock)->lck_mtx_data), LCK_ILOCK_…
|