Home
last modified time | relevance | path

Searched refs:shadow_depth_attr (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/tests/vm/configurator/ !
H A Dvm_configurator.h407 uint64_t shadow_depth_attr:1; member
462 .shadow_depth_attr = (default_value), \
H A Dvm_configurator.c612 … %sshadow depth: %hu%s", submap_prefix, HIGHLIGHT(info->shadow_depth, object.shadow_depth_attr)); in dump_region_info()
1773 … submap_prefix, HIGHLIGHT(object_checker_get_shadow_depth(obj_checker), object.shadow_depth_attr)); in dump_checker_info_with_highlighting()
3065 if (obj_checker->verify.shadow_depth_attr && in verify_allocation()
3070 bad_object_attr.shadow_depth_attr = true; in verify_allocation()