Searched refs:areaProtection (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/sys/
H A Dmman.cpp127 uint32 areaProtection = 0; local
129 areaProtection |= B_READ_AREA;
131 areaProtection |= B_WRITE_AREA;
133 areaProtection |= B_EXECUTE_AREA;
136 areaProtection |= B_OVERCOMMITTING_AREA;
151 length, areaProtection, mapping, true, fd, offset);
/haiku/src/system/kernel/vm/
H A Dvm.cpp491 uint32 areaProtection = area->protection
493 memset(area->page_protections, areaProtection | (areaProtection << 4),
5448 uint32 areaProtection = area->protection local
5451 areaProtection | (areaProtection << 4), bytes - offset);
5454 entry = (entry & 0x0f) | (areaProtection << 4);

Completed in 52 milliseconds