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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_debug.c98 * Retrieve information about a VM region,
103 * KERN_SUCCESS Retrieve region/object info.
125 vm_info_region_t region;
172 region.vir_start = entry->vme_start;
173 region.vir_end = entry->vme_end;
174 region.vir_object = (vm_offset_t) object;
175 region.vir_offset = entry->offset;
176 region.vir_needs_copy = entry->needs_copy;
177 region.vir_protection = entry->protection;
178 region
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.c167 * by linking the affected mapping structures. We initialise one region
190 if (pa < pmap_mem_regions[i].mrStart) continue; /* See if we fit in this region */
274 unsigned region; local
279 for (region = 0; region < (unsigned)pmap_mem_regions_count; region++) {
280 paddr = ((addr64_t)pmap_mem_regions[region].mrStart << 12); /* Get starting physical address */
281 size = (((addr64_t)pmap_mem_regions[region].mrEnd + 1) << 12) - paddr;
440 if(htslop) { /* If there was slop (i.e., wasted pages for alignment) add a new region */
H A Dhw_vm.s2486 lis r5,hi16(EXT(pmap_mem_regions)) ; Point to the start of the region table
2487 ori r5,r5,lo16(EXT(pmap_mem_regions)) ; Point to the start of the region table
3500 lis r9,hi16(EXT(pmap_mem_regions)) ; Point to the start of the region table
3502 ori r9,r9,lo16(EXT(pmap_mem_regions)) ; Point to the start of the region table
7996 lis r9,hi16(EXT(pmap_mem_regions)) ; Point to the start of the region table
7998 ori r9,r9,lo16(EXT(pmap_mem_regions)) ; Point to the start of the region table
8189 lis r8,hi16(EXT(pmap_mem_regions)) ; Get the top of the region table
8190 ori r8,r8,lo16(EXT(pmap_mem_regions)) ; Get the bottom of the region table
8319 lis r8,hi16(EXT(pmap_mem_regions)) ; Get the top of the region table
8320 ori r8,r8,lo16(EXT(pmap_mem_regions)) ; Get the bottom of the region tabl
[all...]

Completed in 58 milliseconds