Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/
H A Dexc_guard_helper_test.c64 is_hole(mach_vm_address_t query_start, mach_vm_size_t query_size) in is_hole() function
208 if (!is_hole(allocated + PAGE_SIZE, PAGE_SIZE)) {
216 if (!is_hole(allocated, PAGE_SIZE * 3)) {
223 if (!is_hole(allocated, PAGE_SIZE * 3)) {
/xnu-12377.1.9/tests/vm/
H A Dconfigurator_test.c89 is_hole(mach_vm_address_t start, mach_vm_size_t size, uint32_t submap_depth) in is_hole() function
113 is_hole(mach_vm_address_t start, mach_vm_size_t size) in is_hole() function
115 return is_hole(start, size, 0 /* submap_depth */); in is_hole()
133 assert(is_hole(start, size, checker->submap_depth)); in assert_hole_checker_and_entry()
303 assert(is_hole(start, size, 0 /* submap_depth */)); in destructively_assert_nonpermanent_checker_and_entry()