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

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_shared_region.c560 mach_vm_offset_t base_address, pmap_nesting_start; local
587 pmap_nesting_start = SHARED_REGION_NESTING_BASE_X86_64;
593 pmap_nesting_start = SHARED_REGION_NESTING_BASE_PPC64;
609 pmap_nesting_start = SHARED_REGION_NESTING_BASE_I386;
615 pmap_nesting_start = SHARED_REGION_NESTING_BASE_PPC;
622 pmap_nesting_start = SHARED_REGION_NESTING_BASE_ARM;
675 shared_region->sr_pmap_nesting_start = pmap_nesting_start;

Completed in 79 milliseconds