Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vm/
H A Dconfigurator_test.c944 vm_region_submap_info_data_64_t cow_info, plain_info; in test_cow_nocow_common() local
945 assert_allocation_checker_and_entry(cow_checker, cow_start_address, entry_size, &cow_info); in test_cow_nocow_common()
948 assert(cow_info.share_mode == SM_COW); in test_cow_nocow_common()
950 assert(cow_info.object_id_full != 0); in test_cow_nocow_common()
951 assert(cow_info.object_id_full != plain_info.object_id_full); in test_cow_nocow_common()
952 assert(cow_info.ref_count == 2); in test_cow_nocow_common()
953 assert(cow_info.offset == 0); in test_cow_nocow_common()