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

/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_shared_region.c609 mach_vm_offset_t base_address, pmap_nesting_start; local
636 pmap_nesting_start = SHARED_REGION_NESTING_BASE_X86_64;
642 pmap_nesting_start = SHARED_REGION_NESTING_BASE_PPC64;
658 pmap_nesting_start = SHARED_REGION_NESTING_BASE_I386;
664 pmap_nesting_start = SHARED_REGION_NESTING_BASE_PPC;
715 shared_region->sr_pmap_nesting_start = pmap_nesting_start;

Completed in 147 milliseconds