Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vm/configurator/
H A Dvm_configurator.h369 uint64_t size_attr:1; member
405 uint64_t size_attr:1; member
431 .size_attr = (default_value), \
460 .size_attr = (default_value), \
H A Dvm_configurator.c1737 HIGHLIGHT(checker_end_address(checker), entry.size_attr), in dump_checker_info_with_highlighting()
1738 HIGHLIGHT(checker->size, entry.size_attr), in dump_checker_info_with_highlighting()
1771 …"%s %sobject size: 0x%llx%s", submap_prefix, HIGHLIGHT(obj_checker->size, object.size_attr)); in dump_checker_info_with_highlighting()
2962 bad_entry_attr.size_attr = true; in verify_allocation()
3050 if (obj_checker->verify.size_attr && in verify_allocation()
3054 bad_object_attr.size_attr = true; in verify_allocation()
3076 } else if (bad_entry_attr.address_attr || bad_entry_attr.size_attr) { in verify_allocation()