Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dsimple_lock.h334 extern void hw_lock_bit(
375 #define hw_lock_bit(lck, bit, grp) \ macro
376 hw_lock_bit(lck, bit)
H A Dlocks.c958 (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 Dlock_rw.c100 #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 Dpmap.h876 #define pmap_lock_bit(l, i) hw_lock_bit(l, i, &pmap_lck_grp)
/xnu-10063.141.1/osfmk/arm64/sptm/pmap/
H A Dpmap_data.h365 hw_lock_bit(pvh_lock_word(index), PVH_LOCK_BIT_OFFSET, &pmap_lck_grp); in pvh_lock_nopreempt()