Searched refs:ARM_PTE_WRITEABLE (Results 1 – 3 of 3) sorted by relevance
1803 #define ARM_PTE_WRITEABLE 0x0800000000000000ULL /* value for software writeable bit */ macro1804 #define ARM_PTE_WRITABLE ARM_PTE_WRITEABLE
568 (((pte) & ARM_PTE_WRITEABLE) == ARM_PTE_WRITEABLE)573 (pte) |= ARM_PTE_WRITEABLE; \575 (pte) &= ~ARM_PTE_WRITEABLE; \7905 _Static_assert(ARM_PTE_COMPRESSED != ARM_PTE_WRITEABLE, "compressed bit aliases writeable");8099 if ((spte & (~ARM_PTE_WRITEABLE)) != (tmplate & (~ARM_PTE_WRITEABLE)) &&8384 if ((spte & (~ARM_PTE_WRITEABLE)) != (tmplate & (~ARM_PTE_WRITEABLE))) {
639 (((pte) & ARM_PTE_WRITEABLE) == ARM_PTE_WRITEABLE)644 (pte) |= ARM_PTE_WRITEABLE; \646 (pte) &= ~ARM_PTE_WRITEABLE; \4944 spte = (spte & ~(ARM_PTE_APMASK | ARM_PTE_XMASK | ARM_PTE_WRITEABLE)) |4945 (tmplate & (ARM_PTE_APMASK | ARM_PTE_XMASK | ARM_PTE_WRITEABLE));