Searched refs:hw_lock_bit (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | simple_lock.h | 334 extern void hw_lock_bit( 375 #define hw_lock_bit(lck, bit, grp) \ macro 376 hw_lock_bit(lck, bit)
|
| H A D | locks.c | 958 (hw_lock_bit)(hw_lock_bit_t * lock, unsigned int bit LCK_GRP_ARG(lck_grp_t *grp)) 1987 #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-10063.141.1/osfmk/arm/pmap/ |
| H A D | pmap.h | 876 #define pmap_lock_bit(l, i) hw_lock_bit(l, i, &pmap_lck_grp)
|
| /xnu-10063.141.1/osfmk/arm64/sptm/pmap/ |
| H A D | pmap_data.h | 365 hw_lock_bit(pvh_lock_word(index), PVH_LOCK_BIT_OFFSET, &pmap_lck_grp); in pvh_lock_nopreempt()
|