Home
last modified time | relevance | path

Searched refs:left_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
762 assert_allocation_checker_and_entry(left_checker, left_entry_start, size, &left_info); in test_one_shared_pair()
765 assert(left_info.object_id_full != 0); in test_one_shared_pair()
766 assert(left_info.object_id_full == right_info.object_id_full); in test_one_shared_pair()
767 assert(left_info.ref_count == 2); in test_one_shared_pair()
769 assert(left_info.share_mode == SM_TRUESHARED); in test_one_shared_pair()
771 assert(left_info.offset == 0); in test_one_shared_pair()
773 assert(left_info.user_tag != right_info.user_tag); in test_one_shared_pair()
883 vm_region_submap_info_data_64_t left_info; in test_cow_entry() local
884 assert_allocation_checker_and_entry(left_checker, start, size, &left_info); in test_cow_entry()
[all …]