Home
last modified time | relevance | path

Searched refs:hw_unlock_bit (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.61.2/osfmk/kern/
H A Dsimple_lock.h346 extern void hw_unlock_bit(
H A Dlocks.c978 hw_unlock_bit(hw_lock_bit_t * lock, unsigned int bit) in hw_unlock_bit() function
2009 #define gate_iunlock(gate) hw_unlock_bit((hw_lock_bit_t*)(&(gate)->gt_data), GATE_ILOCK_BIT)
H A Dlock_rw.c101 #define lck_rw_ilk_unlock(lock) hw_unlock_bit((hw_lock_bit_t*)(&(lock)->lck_rw_tag), LCK_RW_INTERLO…
/xnu-8792.61.2/osfmk/arm/pmap/
H A Dpmap.h836 #define pmap_unlock_bit(l, i) hw_unlock_bit(l, i)