Home
last modified time | relevance | path

Searched refs:nesting_depth (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/bsd/kern/
H A Dkern_core.c341 uint32_t nesting_depth = 0; in coredump() local
585 &vmoffset, &vmsize, &nesting_depth, in coredump()
603 nesting_depth++; in coredump()
/xnu-11215/osfmk/mach/
H A Dvm32_map.defs228 inout nesting_depth : natural_t;
235 inout nesting_depth : natural_t;
H A Dvm_map.defs406 inout nesting_depth : natural_t;
420 inout nesting_depth : natural_t;
H A Dmach_vm.defs428 inout nesting_depth : natural_t;
/xnu-11215/osfmk/vm/
H A Dvm_map_internal.h618 natural_t *nesting_depth,
H A Dvm_map.c14817 natural_t *nesting_depth, /* IN/OUT */ in vm_map_region_recurse_64() argument
14911 user_max_depth = *nesting_depth; in vm_map_region_recurse_64()
15157 *nesting_depth = 0; in vm_map_region_recurse_64()
15205 *nesting_depth = curr_depth; in vm_map_region_recurse_64()
/xnu-11215/osfmk/x86_64/
H A Dpmap.c3214 uint32_t nesting_depth = 0; in pmap_permissions_verify() local
3221 (mach_vm_address_t *) &cv, &vmsize, &nesting_depth, in pmap_permissions_verify()
3228 nesting_depth++; in pmap_permissions_verify()