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

/darwin-on-arm/xnu/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;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_core.c239 uint32_t nesting_depth = 0; local
370 &vmoffset, &vmsize, &nesting_depth,
387 nesting_depth++;
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmachvm_tests.c183 natural_t nesting_depth = 0; local
256 &nesting_depth, (vm_region_info_t)submap,
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c2278 uint32_t nesting_depth = 0; local
2286 (mach_vm_address_t *) &cv, &vmsize, &nesting_depth,
2293 nesting_depth++;
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_map.h818 natural_t *nesting_depth,
H A Dvm_map.c9216 natural_t *nesting_depth, /* IN/OUT */
9293 user_max_depth = *nesting_depth;
9496 *nesting_depth = curr_depth;
9212 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 50 milliseconds