Lines Matching refs:left_info
761 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()
890 assert(left_info.object_id_full != 0); in test_cow_entry()
891 assert(left_info.object_id_full == right_info.object_id_full); in test_cow_entry()
892 assert(left_info.ref_count == 2); in test_cow_entry()
894 assert(left_info.share_mode == SM_COW); in test_cow_entry()
896 assert(left_info.offset == 0); in test_cow_entry()