Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/arm64/sptm/pmap/
H A Dpmap_data.h352 hw_unlock_bit(pvh_lock_word(index), PVH_LOCK_BIT_OFFSET); in pvh_lock()
409 hw_unlock_bit(pvh_lock_word(index), PVH_LOCK_BIT_OFFSET); in pvh_try_lock()
462 hw_unlock_bit(pvh_lock_word(index), PVH_LOCK_BIT_OFFSET); in pvh_lock_enter_sleep_mode()
526 hw_unlock_bit(pvh_lock_word(index), PVH_LOCK_BIT_OFFSET); in pvh_unlock()
/xnu-12377.41.6/osfmk/kern/
H A Dsimple_lock.h363 extern void hw_unlock_bit(
H A Dlocks.c1035 hw_unlock_bit(hw_lock_bit_t * lock, unsigned int bit) in hw_unlock_bit() function
1988 #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-12377.41.6/osfmk/arm/pmap/
H A Dpmap.h892 #define pmap_unlock_bit(l, i) hw_unlock_bit(l, i)