Searched refs:bit_unlock (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dlock.h109 #define bit_unlock(bit,l) \ macro
266 extern void bit_unlock(
H A Dpmap_internal.h362 #define unlock_pvh_pai(pai) bit_unlock(pai, (void *)pv_lock_table)
365 #define unlock_hash_hash(hash) bit_unlock(hash, (void *)pv_hash_lock_table)
H A Di386_lock.s2147 LEAF_ENTRY(bit_unlock)
2253 LEAF_ENTRY(bit_unlock)
/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.c492 #define bit_unlock(pai, l) //lck_spin_unlock((uint32_t*)(l) + pai); macro
495 #define unlock_pvh_pai(pai) bit_unlock(pai - atop(gPhysBase), (void *)pv_lock_table)
498 #define unlock_hash_hash(hash) bit_unlock(hash, (void *)pv_hash_lock_table)

Completed in 27 milliseconds