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

/haiku/src/system/kernel/vm/
H A Dvm.cpp2804 uint8* targetPageProtections = NULL; local
2808 targetPageProtections = (uint8*)malloc_etc(bytes,
2812 if (targetPageProtections == NULL)
2815 memcpy(targetPageProtections, source->page_protections, bytes);
2819 if ((targetPageProtections[i]
2847 free_etc(targetPageProtections, HEAP_DONT_LOCK_KERNEL_SPACE);
2851 if (targetPageProtections != NULL)
2852 target->page_protections = targetPageProtections;

Completed in 46 milliseconds