Searched refs:mach_vm_protect (Results 1 – 4 of 4) sorted by relevance
78 if (mach_vm_protect(mach_task_self(), pageStart, len, 0, initialProtection | VM_PROT_WRITE)) in makeLargeMallocFailSilently()88 if (mach_vm_protect(mach_task_self(), pageStart, len, 0, initialProtection)) in makeLargeMallocFailSilently()
240 } mach_vm_protect; member
6050 PRE(mach_vm_protect) in PRE() argument6069 MACH_ARG(mach_vm_protect.address) = req->address; in PRE()6070 MACH_ARG(mach_vm_protect.size) = req->size; in PRE()6071 MACH_ARG(mach_vm_protect.set_maximum) = req->set_maximum; in PRE()6072 MACH_ARG(mach_vm_protect.new_protection) = req->new_protection; in PRE()6074 AFTER = POST_FN(mach_vm_protect); in PRE()6077 POST(mach_vm_protect) in POST() argument6092 Addr start = VG_PGROUNDDN(MACH_ARG(mach_vm_protect.address)); in POST()6093 Addr end = VG_PGROUNDUP(MACH_ARG(mach_vm_protect.address) + in POST()6094 MACH_ARG(mach_vm_protect.size)); in POST()[all …]
540 DECL_TEMPLATE(darwin, mach_vm_protect);