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

/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dvm32_map.defs223 inout nesting_depth : natural_t;
230 inout nesting_depth : natural_t;
H A Dvm_map.defs402 inout nesting_depth : natural_t;
416 inout nesting_depth : natural_t;
H A Dmach_vm.defs415 inout nesting_depth : natural_t;
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_core.c233 uint32_t nesting_depth = 0; local
370 &vmoffset, &vmsize, &nesting_depth,
387 nesting_depth++;
/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dmachvm_tests.c183 natural_t nesting_depth = 0; local
256 &nesting_depth, (vm_region_info_t)submap,
/macosx-10.9.5/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap.c2557 uint32_t nesting_depth = 0; local
2565 (mach_vm_address_t *) &cv, &vmsize, &nesting_depth,
2572 nesting_depth++;
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_map.h844 natural_t *nesting_depth,
H A Dvm_map.c9850 natural_t *nesting_depth, /* IN/OUT */
9934 user_max_depth = *nesting_depth;
10137 *nesting_depth = curr_depth;
9846 vm_map_region_recurse_64( vm_map_t map, vm_map_offset_t *address, vm_map_size_t *size, natural_t *nesting_depth, vm_region_submap_info_64_t submap_info, mach_msg_type_number_t *count) argument

Completed in 155 milliseconds