Home
last modified time | relevance | path

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

/xnu-12377.61.12/libsyscall/mach/
H A Dmach_vm.c190 …int eventTypeFlags = stack_logging_type_vm_allocate | stack_logging_type_mapped_file_or_shared_mem; in mach_vm_map() local
191 …__syscall_logger(eventTypeFlags | userTagFlags, (uintptr_t)target, (uintptr_t)size, 0, (uintptr_t)… in mach_vm_map()
218 …int eventTypeFlags = stack_logging_type_vm_allocate | stack_logging_type_mapped_file_or_shared_mem; in mach_vm_remap() local
220 …__syscall_logger(eventTypeFlags | userTagFlags, (uintptr_t)target, (uintptr_t)size, 0, (uintptr_t)… in mach_vm_remap()
248 …int eventTypeFlags = stack_logging_type_vm_allocate | stack_logging_type_mapped_file_or_shared_mem; in mach_vm_remap_new() local
250 …__syscall_logger(eventTypeFlags | userTagFlags, (uintptr_t)target, (uintptr_t)size, 0, (uintptr_t)… in mach_vm_remap_new()
269 …int eventTypeFlags = stack_logging_type_vm_allocate | stack_logging_type_mapped_file_or_shared_mem; in mach_vm_read() local
272 __syscall_logger(eventTypeFlags, (uintptr_t)mach_task_self(), (uintptr_t)*dataCnt, 0, *data, 0); in mach_vm_read()
298 …int eventTypeFlags = stack_logging_type_vm_allocate | stack_logging_type_mapped_file_or_shared_mem; in vm_map() local
300 …__syscall_logger(eventTypeFlags | userTagFlags, (uintptr_t)target, (uintptr_t)size, 0, (uintptr_t)… in vm_map()
[all …]