Home
last modified time | relevance | path

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

/haiku/src/system/kernel/vm/
H A Dvm.cpp1004 uint8* areaOldProtections = area->page_protections; in cut_area() local
1012 bitmap_shift<uint8>(areaOldProtections, oldBytes * 8, -(secondAreaPagesShifted * 4)); in cut_area()
1016 memcpy(secondAreaNewProtections, areaOldProtections, secondAreaBytes); in cut_area()
1020 free_etc(areaOldProtections, allocationFlags); in cut_area()