Searched refs:B_USER_PROTECTION (Results 1 – 17 of 17) sorted by relevance
14 #define B_USER_PROTECTION \ macro31 (B_USER_PROTECTION | B_OVERCOMMITTING_AREA | B_CLONEABLE_AREA)
453 page.supervisor = (attributes & B_USER_PROTECTION) == 0; in put_page_table_entry_in_pgtable()561 | (attributes & B_USER_PROTECTION ? B_WRITE_AREA : B_KERNEL_WRITE_AREA)); in map_tmap()606 | (attributes & B_USER_PROTECTION ? B_WRITE_AREA : B_KERNEL_WRITE_AREA)); in map_tmap()928 pt[index].supervisor = (attributes & B_USER_PROTECTION) == 0; in protect_tmap()929 if ((attributes & B_USER_PROTECTION) != 0) in protect_tmap()
256 | ((attributes & B_USER_PROTECTION) != 0 in Map()307 | ((attributes & B_USER_PROTECTION) != 0 in Map()903 if ((attributes & B_USER_PROTECTION) != 0) { in Protect()
654 if ((attributes & B_USER_PROTECTION) == 0) { in PutPageTableEntryInTable()
362 if ((attributes & B_USER_PROTECTION) != 0) {
435 | ((attributes & B_USER_PROTECTION) != 0 in Map()1104 if ((attributes & B_USER_PROTECTION) != 0) { in Protect()
174 | ((attributes & B_USER_PROTECTION) != 0 in Map()704 if ((attributes & B_USER_PROTECTION) != 0) { in Protect()
534 if ((attributes & B_USER_PROTECTION) != 0) { in PutPageTableEntryInTable()
416 if ((attributes & B_USER_PROTECTION) != 0) { in PutPageTableEntryInTable()
680 if ((attributes & B_USER_PROTECTION) != 0) { in Protect()
258 if ((attributes & B_USER_PROTECTION) != 0) { in Map()636 if ((attributes & B_USER_PROTECTION) != 0) { in Protect()
405 | ((attributes & B_USER_PROTECTION) != 0 in Map()998 if ((attributes & B_USER_PROTECTION) != 0) { in Protect()
823 if ((attributes & B_USER_PROTECTION) != 0) { in PutPageTableEntryInTable()
201 uint32 userFlags = protection & B_USER_PROTECTION; in AreaProtectionFlagsToString()
1186 area->protection_max = protectionMax & B_USER_PROTECTION; in map_backing_store()2303 protectionMax = protection | B_USER_PROTECTION; in _vm_map_file()2305 protectionMax = protection | (B_USER_PROTECTION & ~B_WRITE_AREA); in _vm_map_file()3047 != (newProtection & B_USER_PROTECTION)) { in vm_set_area_protection()4389 if (isUser && (protection & B_USER_PROTECTION) == 0 in vm_soft_fault()5985 if ((newProtection & ~(B_USER_PROTECTION | B_CLONEABLE_AREA)) != 0) in _user_set_area_protection()6220 if ((protection & ~B_USER_PROTECTION) != 0) in _user_set_memory_protection()6250 && (protection & area->protection_max) != (protection & B_USER_PROTECTION)) { in _user_set_memory_protection()