Searched refs:ProtectPage (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/kernel/vm/
H A DVMTranslationMap.h63 status_t ProtectPage(VMArea* area, addr_t address,
147 VMTranslationMap::ProtectPage(VMArea* area, addr_t address, uint32 attributes) function in class:VMTranslationMap
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.h62 status_t ProtectPage(VMArea* area, addr_t address,
H A DRISCV64VMTranslationMap.cpp742 RISCV64VMTranslationMap::ProtectPage(VMArea* area, addr_t address, function in class:RISCV64VMTranslationMap
/haiku/src/system/kernel/vm/
H A Dvm.cpp942 map->ProtectPage(secondArea, address, pageProtection);
2670 map->ProtectPage(tempArea, address, protection);
2700 map->ProtectPage(tempArea, address, protection);
3032 map->ProtectPage(area, address, newProtection);
4995 context.map->ProtectPage(area, address, newProtection);
4996 // Note: We assume that ProtectPage() is atomic (i.e.
6951 map->ProtectPage(area, pageAddress, protection);

Completed in 63 milliseconds