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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c359 pv_rooted_entry_t pv_head_table; /* array of entries, one per page */ variable
452 * Each entry in the pv_head_table is locked by a bit in the
480 #define pai_to_pvh(pai) (&pv_head_table[pai])
1369 * Allocate memory for the pv_head_table and its lock bits,
1398 pv_head_table = (pv_rooted_entry_t) addr;
1399 addr = (vm_offset_t) (pv_head_table + npages);

Completed in 27 milliseconds