Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/arm/pmap/
H A Dpmap_data.h273 #define PVH_LOCK_WORD 1 /* Assumes little-endian */ macro
297 pmap_lock_bit((uint32_t*)(&pv_head_table[index]) + PVH_LOCK_WORD, in pvh_lock()
298 PVH_LOCK_BIT - (PVH_LOCK_WORD * 32)); in pvh_lock()
311 pmap_unlock_bit((uint32_t*)(&pv_head_table[index]) + PVH_LOCK_WORD, in pvh_unlock()
312 PVH_LOCK_BIT - (PVH_LOCK_WORD * 32)); in pvh_unlock()