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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.c155 pmap_t cursor_pmap; /* Pointer to last pmap allocated or previous if removed from in-use list */ variable
366 cursor_pmap = &kernel_pmap_store;
703 ckpmap = cursor_pmap; /* Get starting point for free ID search */
714 if(ckpmap == cursor_pmap) { /* See if we have 2^20 already allocated */
808 if(cursor_pmap == pmap) cursor_pmap = (pmap_t)pmap->pmap_link.prev; /* If we are releasing the cursor, back up */
H A Dpmap.h238 extern pmap_t cursor_pmap; /* The pmap to start allocations with */
H A Dmappings.c1065 refpmap = (pmap_t)cursor_pmap->pmap_link.next;
1067 while (refpmap != cursor_pmap) {

Completed in 23 milliseconds