Home
last modified time | relevance | path

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

/xnu-10002.41.9/libsyscall/mach/
H A Dmach_vm.c189 …int eventTypeFlags = stack_logging_type_vm_allocate | stack_logging_type_mapped_file_or_shared_mem; in mach_vm_map() local
190 …__syscall_logger(eventTypeFlags | userTagFlags, (uintptr_t)target, (uintptr_t)size, 0, (uintptr_t)… in mach_vm_map()
217 …int eventTypeFlags = stack_logging_type_vm_allocate | stack_logging_type_mapped_file_or_shared_mem; in mach_vm_remap() local
219 …__syscall_logger(eventTypeFlags | userTagFlags, (uintptr_t)target, (uintptr_t)size, 0, (uintptr_t)… in mach_vm_remap()
247 …int eventTypeFlags = stack_logging_type_vm_allocate | stack_logging_type_mapped_file_or_shared_mem; in mach_vm_remap_new() local
249 …__syscall_logger(eventTypeFlags | userTagFlags, (uintptr_t)target, (uintptr_t)size, 0, (uintptr_t)… in mach_vm_remap_new()
268 …int eventTypeFlags = stack_logging_type_vm_allocate | stack_logging_type_mapped_file_or_shared_mem; in mach_vm_read() local
271 __syscall_logger(eventTypeFlags, (uintptr_t)mach_task_self(), (uintptr_t)*dataCnt, 0, *data, 0); in mach_vm_read()
297 …int eventTypeFlags = stack_logging_type_vm_allocate | stack_logging_type_mapped_file_or_shared_mem; in vm_map() local
299 …__syscall_logger(eventTypeFlags | userTagFlags, (uintptr_t)target, (uintptr_t)size, 0, (uintptr_t)… in vm_map()
[all …]