Searched refs:vm_sanitize_offset (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.81.4/tools/cocci/ |
| H A D | vm-param-swap.cocci | 6 - kr = vm_sanitize_offset(&offset, vms_caller, addr, end, offset_u); 7 + kr = vm_sanitize_offset(offset_u, vms_caller, addr, end, &offset);
|
| /xnu-11215.81.4/osfmk/vm/ |
| H A D | vm_sanitize.c | 260 vm_sanitize_offset( in vm_sanitize_offset() function 832 kr = vm_sanitize_offset(offset_u, VM_SANITIZE_CALLER_TEST, addr, end, &offset); in vm_sanitize_offset_test() 848 kr = vm_sanitize_offset(offset_u, VM_SANITIZE_CALLER_TEST, addr, end, &offset); in vm_sanitize_offset_test()
|
| H A D | vm_sanitize_internal.h | 696 kern_return_t vm_sanitize_offset(
|
| H A D | vm_memory_entry.c | 291 kr = vm_sanitize_offset(offset_u, VM_SANITIZE_CALLER_MACH_MAKE_MEMORY_ENTRY, in mach_make_memory_entry_generic_sanitize() 987 kr = vm_sanitize_offset(offset_u, VM_SANITIZE_CALLER_MACH_MAKE_MEMORY_ENTRY, in mach_make_memory_entry_from_parent_entry_sanitize()
|