Searched refs:VM_SANITIZE_UNSAFE_IS_EQUAL (Results 1 – 4 of 4) sorted by relevance
360 #define VM_SANITIZE_UNSAFE_IS_EQUAL(_var, _val) ((_var).UNSAFE == (_val)) macro365 #define VM_SANITIZE_UNSAFE_IS_ZERO(_var) VM_SANITIZE_UNSAFE_IS_EQUAL(_var, 0)
599 assert(VM_SANITIZE_UNSAFE_IS_EQUAL(size, copy->size)); in mach_vm_read_overwrite()741 assert(VM_SANITIZE_UNSAFE_IS_EQUAL(size, copy->size)); in mach_vm_copy()
11782 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()