Searched refs:pv_lock_table (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dpmap_common.c35 * pv_lock_table. The lock bits are accessed by the physical
39 char *pv_lock_table; /* pointer to array of bits */ variable
H A Dpmap_internal.h278 * pv_lock_table. The lock bits are accessed by the address of
283 extern char *pv_lock_table; /* pointer to array of bits */
369 #define lock_pvh_pai(pai) bit_lock(pai, (void *)pv_lock_table)
370 #define unlock_pvh_pai(pai) bit_unlock(pai, (void *)pv_lock_table)
419 * by locking the pv_lock_table entry that corresponds to the pv_head
/xnu-2782.1.97/osfmk/x86_64/
H A Dpmap.c704 pv_lock_table = (char *) addr;
705 addr = (vm_offset_t) (pv_lock_table + pv_lock_table_size(npages));

Completed in 36 milliseconds