Searched refs:X86_PTE_WRITABLE (Results 1 – 5 of 5) sorted by relevance
40 #define X86_PTE_WRITABLE 0x00000002 macro52 #define X86_PTE_PROTECTION_MASK (X86_PTE_WRITABLE | X86_PTE_USER)
635 *_flags |= ((entry & X86_PTE_WRITABLE) != 0 ? B_WRITE_AREA : 0) in Query()639 *_flags |= ((entry & X86_PTE_WRITABLE) != 0 ? B_KERNEL_WRITE_AREA : 0) in Query()677 *_flags |= ((entry & X86_PTE_WRITABLE) != 0 ? B_WRITE_AREA : 0) in QueryInterrupt()681 *_flags |= ((entry & X86_PTE_WRITABLE) != 0 ? B_KERNEL_WRITE_AREA : 0) in QueryInterrupt()707 newProtectionFlags |= X86_PTE_WRITABLE; in Protect()709 newProtectionFlags = X86_PTE_WRITABLE; in Protect()
184 | X86_PTE_WRITABLE | X86_PTE_GLOBAL | X86_PTE_PRESENT; in Map()500 || (pageTableEntry & X86_PTE_WRITABLE) != 0; in IsKernelPageAccessible()537 page |= X86_PTE_WRITABLE; in PutPageTableEntryInTable()539 page |= X86_PTE_WRITABLE; in PutPageTableEntryInTable()
477 || (pageTableEntry & X86_PTE_WRITABLE) != 0; in IsKernelPageAccessible()
210 | X86_PTE_WRITABLE in _TranslatePageTable()