Home
last modified time | relevance | path

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

/haiku/headers/private/kernel/vm/
H A Dvm.h123 status_t vm_set_area_protection(team_id team, area_id areaID,
/haiku/src/system/kernel/vm/
H A Dvm.cpp3005 vm_set_area_protection(team_id team, area_id areaID, uint32 newProtection, in vm_set_area_protection() function
5753 return vm_set_area_protection(VMAddressSpace::KernelID(), area, in set_area_protection()
5988 return vm_set_area_protection(VMAddressSpace::CurrentID(), area, in _user_set_area_protection()
6293 status_t status = vm_set_area_protection(area->address_space->ID(), in _user_set_memory_protection()
/haiku/src/system/kernel/
H A Delf.cpp2086 status = vm_set_area_protection(team->id, mappedAreas[i], protection, in elf_load_user_image()