Loading...
tools/syscall_map.lua xnu-8792.61.2 xnu-11215.41.3
--- xnu/xnu-8792.61.2/tools/syscall_map.lua
+++ xnu/xnu-11215.41.3/tools/syscall_map.lua
@@ -423,6 +423,17 @@
         'mach_port_name_t notify',
         'mach_msg_type_name_t notifyPoly',
         'mach_port_name_t *previous',
+      },
+    },
+    { number = 88, name = 'exclaves_ctl',
+      arguments = {
+        'mach_port_name_t name',
+        'uint32_t operation_and_flags',
+        'uint64_t identifier',
+        'mach_vm_address_t buffer',
+        'mach_vm_size_t size',
+        'mach_vm_size_t size2',
+        'mach_vm_size_t offset',
       },
     },