Searched refs:VM_SANITIZE_UNSAFE_IS_EQUAL (Results 1 – 4 of 4) sorted by relevance
358 #define VM_SANITIZE_UNSAFE_IS_EQUAL(_var, _val) ((_var).UNSAFE == (_val)) macro363 #define VM_SANITIZE_UNSAFE_IS_ZERO(_var) VM_SANITIZE_UNSAFE_IS_EQUAL(_var, 0)
595 assert(VM_SANITIZE_UNSAFE_IS_EQUAL(size, copy->size)); in mach_vm_read_overwrite()703 assert(VM_SANITIZE_UNSAFE_IS_EQUAL(size, copy->size)); in mach_vm_copy()
11426 if (!VM_SANITIZE_UNSAFE_IS_EQUAL(copy_size_u, copy->size)) { in vm_map_copyout_internal()
241 if (!VM_SANITIZE_UNSAFE_IS_EQUAL( in mmap_sanitize()