X86_PAE_PTE_WRITABLE
| X86_PAE_PTE_WRITABLE | X86_PAE_PTE_GLOBAL | X86_PAE_PTE_PRESENT;
|| (pageTableEntry & X86_PAE_PTE_WRITABLE) != 0;
page |= X86_PAE_PTE_WRITABLE;
page |= X86_PAE_PTE_WRITABLE;
| X86_PAE_PTE_PRESENT | X86_PAE_PTE_WRITABLE | X86_PAE_PTE_GLOBAL;
if ((entry & X86_PAE_PTE_WRITABLE) != 0)
(fOldEntry & X86_PAE_PTE_WRITABLE) != 0 ? 'W' : '-',
(entry & X86_PAE_PTE_WRITABLE) != 0 ? 'W' : '-',
*_flags |= ((entry & X86_PAE_PTE_WRITABLE) != 0 ? B_WRITE_AREA : 0)
*_flags |= ((entry & X86_PAE_PTE_WRITABLE) != 0 ? B_KERNEL_WRITE_AREA : 0)
*_flags |= ((entry & X86_PAE_PTE_WRITABLE) != 0 ? B_WRITE_AREA : 0)
*_flags |= ((entry & X86_PAE_PTE_WRITABLE) != 0 ? B_KERNEL_WRITE_AREA : 0)
newFlags |= X86_PAE_PTE_WRITABLE;
newFlags |= X86_PAE_PTE_WRITABLE;
|X86_PAE_PTE_WRITABLE \