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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.h464 } cpu_pmap_t; typedef in typeref:struct:cpu_pmap
H A Dpmap.c4168 static cpu_pmap_t cpu_pmap_master;
4175 cpu_pmap_t *cp;
4188 (vm_offset_t *) &cp, sizeof(cpu_pmap_t));
4193 bzero((void *)cp, sizeof(cpu_pmap_t));
4232 kfree((void *) cp, sizeof(cpu_pmap_t));

Completed in 25 milliseconds