Searched refs:vm_set_area_protection (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/kernel/vm/
H A Dvm.h124 status_t vm_set_area_protection(team_id team, area_id areaID,
/haiku/src/system/kernel/vm/
H A Dvm.cpp2878 vm_set_area_protection(team_id team, area_id areaID, uint32 newProtection, function
2883 TRACE(("vm_set_area_protection(team = %#" B_PRIx32 ", area = %#" B_PRIx32
2913 dprintf("vm_set_area_protection: team %" B_PRId32 " tried to "
2921 dprintf("vm_set_area_protection: team %" B_PRId32 " tried to "
6334 return vm_set_area_protection(VMAddressSpace::KernelID(), area,
6569 return vm_set_area_protection(VMAddressSpace::CurrentID(), area,
6874 status_t status = vm_set_area_protection(area->address_space->ID(),
/haiku/src/system/kernel/
H A Delf.cpp2084 status = vm_set_area_protection(team->id, mappedAreas[i], protection,

Completed in 123 milliseconds