Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_sanitize_internal.h325 #define VM_SANITIZE_UNSAFE_IS_ZERO(_var) VM_SANITIZE_UNSAFE_IS_EQUAL(_var, 0) macro
H A Dvm_memory_entry.c322 if (VM_SANITIZE_UNSAFE_IS_ZERO(*size_u)) { in mach_make_memory_entry_named_create()
525 if (VM_SANITIZE_UNSAFE_IS_ZERO(*size_u)) { in mach_make_memory_entry_copy()
641 if (VM_SANITIZE_UNSAFE_IS_ZERO(*size_u)) { in mach_make_memory_entry_share()
H A Dvm_user.c1095 if (VM_SANITIZE_UNSAFE_IS_ZERO(access)) { in mach_vm_wire_external()
H A Dvm_map.c11715 if (VM_SANITIZE_UNSAFE_IS_ZERO(len_u)) { in vm_map_copyin_internal()