rusty_mos::memory::regions

Constant PTE_D

Source
pub const PTE_D: u32 = _; // 256u32
Expand description

Dirty bit, but really a write-enable bit. 1 to allow writes, 0 and any store using this translation will cause a tlb mod exception (TLB Mod).