Searched refs:vm_set_area_protection (Results 1 – 3 of 3) sorted by relevance
/haiku/headers/private/kernel/vm/ |
H A D | vm.h | 123 status_t vm_set_area_protection(team_id team, area_id areaID,
|
/haiku/src/system/kernel/vm/ |
H A D | vm.cpp | 3005 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 D | elf.cpp | 2086 status = vm_set_area_protection(team->id, mappedAreas[i], protection, in elf_load_user_image()
|