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

/haiku/src/system/kernel/vm/
H A Dvm.cpp513 get_area_page_protection(VMArea* area, addr_t pageAddress) function
941 = get_area_page_protection(secondArea, address);
2661 uint32 pageProtection = get_area_page_protection(tempArea, address);
2694 uint32 pageProtection = get_area_page_protection(tempArea, address);
4901 uint32 protection = get_area_page_protection(area, address);
6904 = (get_area_page_protection(area, pageAddress) & B_WRITE_AREA) != 0;
7106 uint32 protection = get_area_page_protection(area, (addr_t)address);

Completed in 80 milliseconds