Searched refs:mach_vm_allocate (Results 1 – 3 of 3) sorted by relevance
231 } mach_vm_allocate; member
684 DECL_TEMPLATE(darwin, mach_vm_allocate);
7039 PRE(mach_vm_allocate) in PRE() argument7057 MACH_ARG(mach_vm_allocate.size) = req->size; in PRE()7058 MACH_ARG(mach_vm_allocate.flags) = req->flags; in PRE()7060 AFTER = POST_FN(mach_vm_allocate); in PRE()7063 POST(mach_vm_allocate) in POST() argument7081 if (MACH_ARG(mach_vm_allocate.size)) { in POST()7083 reply->address, MACH_ARG(mach_vm_allocate.size), in POST()8256 CALL_PRE(mach_vm_allocate); in PRE()