Searched refs:X86_64_PTE_WRITABLE (Results 1 – 3 of 3) sorted by relevance
62 #define X86_64_PTE_WRITABLE (1LL << 1) macro73 | X86_64_PTE_WRITABLE \
637 *_flags |= ((entry & X86_64_PTE_WRITABLE) != 0 ? B_WRITE_AREA : 0) in Query()642 *_flags |= ((entry & X86_64_PTE_WRITABLE) != 0 ? B_KERNEL_WRITE_AREA : 0) in Query()683 newProtectionFlags |= X86_64_PTE_WRITABLE; in Protect()689 newProtectionFlags = X86_64_PTE_WRITABLE; in Protect()
419 page |= X86_64_PTE_WRITABLE; in PutPageTableEntryInTable()425 page |= X86_64_PTE_WRITABLE; in PutPageTableEntryInTable()