Home
last modified time | relevance | path

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

/haiku/src/system/kernel/vm/
H A Dvm.cpp1037 uint32 pageProtection in cut_area() local
1039 map->ProtectPage(secondArea, address, pageProtection); in cut_area()
2783 uint32 pageProtection = get_area_page_protection(tempArea, address); in vm_copy_on_write_area() local
2784 if ((pageProtection & B_KERNEL_READ_AREA) != 0) in vm_copy_on_write_area()
2786 if ((pageProtection & B_READ_AREA) != 0) in vm_copy_on_write_area()
2816 uint32 pageProtection = get_area_page_protection(tempArea, address); in vm_copy_on_write_area() local
2817 if ((pageProtection & B_KERNEL_READ_AREA) != 0) in vm_copy_on_write_area()
2819 if ((pageProtection & B_READ_AREA) != 0) in vm_copy_on_write_area()