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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_shared_region.c485 mach_vm_offset_t base_address, pmap_nesting_start; local
512 pmap_nesting_start = SHARED_REGION_NESTING_BASE_X86_64;
518 pmap_nesting_start = SHARED_REGION_NESTING_BASE_PPC64;
534 pmap_nesting_start = SHARED_REGION_NESTING_BASE_I386;
540 pmap_nesting_start = SHARED_REGION_NESTING_BASE_PPC;
547 pmap_nesting_start = SHARED_REGION_NESTING_BASE_ARM;
600 shared_region->sr_pmap_nesting_start = pmap_nesting_start;

Completed in 22 milliseconds