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

/haiku/headers/private/kernel/arch/m68k/
H A Darch_mmu.h68 uint32 write_protect : 1;
76 uint32 write_protect : 1;
91 uint32 write_protect : 1;
103 uint32 write_protect : 1;
H A Darch_030_mmu.h28 uint32 write_protect : 1; member in struct:short_page_directory_entry
41 uint32 write_protect : 1; member in struct:long_page_directory_entry
55 uint32 write_protect : 1; member in struct:short_page_table_entry
72 uint32 write_protect : 1; member in struct:long_page_table_entry
H A Darch_040_mmu.h37 uint32 write_protect : 1; member in struct:short_page_directory_entry
51 uint32 write_protect : 1; member in struct:short_page_table_entry
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp455 page.write_protect = (attributes & B_KERNEL_WRITE_AREA) == 0;
457 page.write_protect = (attributes & B_WRITE_AREA) == 0;
761 *_flags |= ((pt[index].write_protect ? 0 : B_KERNEL_WRITE_AREA) | B_KERNEL_READ_AREA)
843 *_flags |= (pt[index].write_protect ? 0 : B_WRITE_AREA) | B_READ_AREA;
845 *_flags |= (pt[index].write_protect ? 0 : B_KERNEL_WRITE_AREA)
930 pt[index].write_protect = (attributes & B_WRITE_AREA) == 0;
932 pt[index].write_protect = (attributes & B_KERNEL_WRITE_AREA) == 0;
1080 pt[i].write_protect = 0;
/haiku/headers/private/kernel/
H A Dacpi.h307 uint8 write_protect; member in struct:acpi_resource_fixed_memory32
313 uint8 write_protect; member in struct:acpi_memory_attribute
/haiku/headers/private/drivers/
H A Dscsi_cmds.h547 write_protect : 3
569 write_protect : 3

Completed in 112 milliseconds