Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/pmap/
H A Dpmap_data.h282 #define PVH_LOCK_WORD 1 /* Assumes little-endian */ macro
284 #define PVH_LOCK_WORD 0 macro
308 pmap_lock_bit((uint32_t*)(&pv_head_table[index]) + PVH_LOCK_WORD, in pvh_lock()
309 PVH_LOCK_BIT - (PVH_LOCK_WORD * 32)); in pvh_lock()
322 pmap_unlock_bit((uint32_t*)(&pv_head_table[index]) + PVH_LOCK_WORD, in pvh_unlock()
323 PVH_LOCK_BIT - (PVH_LOCK_WORD * 32)); in pvh_unlock()