Home
last modified time | relevance | path

Searched refs:LCK_ILOCK_BIT (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/osfmk/arm/
H A Dlocks.h118 #define LCK_ILOCK_BIT 0 macro
120 #define LCK_ILOCK (1 << LCK_ILOCK_BIT)
H A Dlocks_arm.c153 …lock(lock) hw_lock_bit ((hw_lock_bit_t*)(&(lock)->lck_mtx_data), LCK_ILOCK_BIT, LCK_GRP_NULL)
154 …) hw_lock_bit_try((hw_lock_bit_t*)(&(lock)->lck_mtx_data), LCK_ILOCK_BIT, LCK_GRP_NULL)
155 …ine interlock_unlock(lock) hw_unlock_bit ((hw_lock_bit_t*)(&(lock)->lck_mtx_data), LCK_ILOCK_BIT)