Searched refs:mach_vm_allocate (Results 1 – 3 of 3) sorted by relevance
223 } mach_vm_allocate; member
638 DECL_TEMPLATE(darwin, mach_vm_allocate);
7034 PRE(mach_vm_allocate) in PRE() argument7052 MACH_ARG(mach_vm_allocate.size) = req->size; in PRE()7053 MACH_ARG(mach_vm_allocate.flags) = req->flags; in PRE()7055 AFTER = POST_FN(mach_vm_allocate); in PRE()7058 POST(mach_vm_allocate) in POST() argument7076 if (MACH_ARG(mach_vm_allocate.size)) { in POST()7078 reply->address, MACH_ARG(mach_vm_allocate.size), in POST()8241 CALL_PRE(mach_vm_allocate); in PRE()