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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.c157 struct zone *pmap_zone; /* zone of pmap structures */ variable in typeref:struct:zone
587 pmap_zone = zinit(pmapSize, 400 * pmapSize, 4096, "pmap");
589 zone_debug_disable(pmap_zone); /* Can't debug this one 'cause it messes with size and alignment */
695 pmap = (pmap_t) zalloc(pmap_zone); /* Get one */
816 zfree(pmap_zone, pmap);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c613 struct zone *pmap_zone; /* zone of pmap structures */ variable in typeref:struct:zone
1438 pmap_zone = zinit(s, 400*s, 4096, "pmap"); /* XXX */
1600 p = (pmap_t) zalloc(pmap_zone);
1884 zfree(pmap_zone, p);

Completed in 28 milliseconds