Loading...
--- xnu/xnu-10002.1.13/tools/syscall_map.lua
+++ xnu/xnu-12377.41.6/tools/syscall_map.lua
@@ -388,6 +388,12 @@
'mach_timespec_t *wakeup_time',
},
},
+ { number = 63, name = 'mach_vm_reclaim_update_kernel_accounting_trap',
+ arguments = {
+ 'mach_port_name_t target',
+ 'uint64_t *bytes_reclaimed',
+ },
+ },
{ number = 70, name = 'host_create_mach_voucher',
arguments = {
@@ -432,6 +438,9 @@
'uint64_t identifier',
'mach_vm_address_t buffer',
'mach_vm_size_t size',
+ 'mach_vm_size_t size2',
+ 'mach_vm_size_t offset',
+ 'mach_vm_address_t status',
},
},