Searched refs:ARM_PTE_WRITEABLE (Results 1 – 3 of 3) sorted by relevance
567 (((pte) & ARM_PTE_WRITEABLE) == ARM_PTE_WRITEABLE)572 (pte) |= ARM_PTE_WRITEABLE; \574 (pte) &= ~ARM_PTE_WRITEABLE; \7910 _Static_assert(ARM_PTE_COMPRESSED != ARM_PTE_WRITEABLE, "compressed bit aliases writeable");8104 if ((spte & (~ARM_PTE_WRITEABLE)) != (tmplate & (~ARM_PTE_WRITEABLE)) &&8389 if ((spte & (~ARM_PTE_WRITEABLE)) != (tmplate & (~ARM_PTE_WRITEABLE))) {
1756 #define ARM_PTE_WRITEABLE 0x0800000000000000ULL /* value for software writeable bit */ macro
637 (((pte) & ARM_PTE_WRITEABLE) == ARM_PTE_WRITEABLE)642 (pte) |= ARM_PTE_WRITEABLE; \644 (pte) &= ~ARM_PTE_WRITEABLE; \4922 spte = (spte & ~(ARM_PTE_APMASK | ARM_PTE_XMASK | ARM_PTE_WRITEABLE)) |4923 (tmplate & (ARM_PTE_APMASK | ARM_PTE_XMASK | ARM_PTE_WRITEABLE));