Searched refs:object_attr (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/tests/vm/configurator/ ! |
| H A D | vm_configurator.c | 1760 T_LOG("%s %sobject id: %d%s", submap_prefix, HIGHLIGHT(0, entry.object_attr)); in dump_checker_info_with_highlighting() 1762 T_LOG("%s %sobject id: %s%s", submap_prefix, HIGHLIGHT("unknown", entry.object_attr)); in dump_checker_info_with_highlighting() 1764 …("%s %sobject id: %s%s", submap_prefix, HIGHLIGHT("unknown, not null", entry.object_attr)); in dump_checker_info_with_highlighting() 1794 if (checker->verify.object_attr == false) { in dump_checker_info() 2843 checker->verify.object_attr = false; in checker_deallocate_allocation() 2904 out_bad_entry_attr->object_attr = true; in learn_object_id() 3008 if (checker->verify.object_attr) { in verify_allocation() 3029 bad_entry_attr.object_attr = true; in verify_allocation() 3039 bad_entry_attr.object_attr = true; in verify_allocation() 3053 bad_entry_attr.object_attr = true; in verify_allocation() [all …]
|
| H A D | vm_configurator.h | 370 uint64_t object_attr:1; member 432 .object_attr = (default_value), \
|