Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vm/
H A Dconfigurator_test.c761 vm_region_submap_info_data_64_t left_info, right_info; in test_one_shared_pair() local
763 assert_allocation_checker_and_entry(right_checker, right_entry_start, size, &right_info); in test_one_shared_pair()
766 assert(left_info.object_id_full == right_info.object_id_full); in test_one_shared_pair()
768 assert(right_info.ref_count == 2); in test_one_shared_pair()
770 assert(right_info.share_mode == SM_TRUESHARED); in test_one_shared_pair()
772 assert(right_info.offset == right_object_offset); in test_one_shared_pair()
773 assert(left_info.user_tag != right_info.user_tag); in test_one_shared_pair()
887 vm_region_submap_info_data_64_t right_info; in test_cow_entry() local
888 assert_allocation_checker_and_entry(right_checker, start + size, size, &right_info); in test_cow_entry()
891 assert(left_info.object_id_full == right_info.object_id_full); in test_cow_entry()
[all …]