get_area_page_protection
= (get_area_page_protection(area, pageAddress) & B_WRITE_AREA) != 0;
uint32 pageProtection = get_area_page_protection(tempArea, address);
uint32 pageProtection = get_area_page_protection(tempArea, address);
uint32 protection = get_area_page_protection(area, address);
= (get_area_page_protection(area, pageAddress) & commitProtection) != 0;
uint32 protection = get_area_page_protection(area, (addr_t)address);