Searched refs:page_protections (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/kernel/vm/
H A DVMArea.cpp36 page_protections(NULL),
47 free_etc(page_protections, address_space == VMAddressSpace::Kernel()
H A Dvm.cpp484 area->page_protections = (uint8*)malloc_etc(bytes,
487 if (area->page_protections == NULL)
493 memset(area->page_protections, areaProtection | (areaProtection << 4),
504 uint8& entry = area->page_protections[pageIndex / 2];
515 if (area->page_protections == NULL)
519 uint32 protection = area->page_protections[pageIndex / 2];
714 if (area->page_protections != NULL) {
716 area->page_protections, area->Size(), allocationFlags);
723 area->page_protections = newProtections;
743 if (area->page_protections !
[all...]
/haiku/headers/private/kernel/vm/
H A DVMArea.h120 uint8* page_protections; member in struct:VMArea

Completed in 163 milliseconds