Searched refs:ARM_PTE_WRITEABLE (Results 1 – 3 of 3) sorted by relevance
2402 #define ARM_PTE_WRITEABLE 0x0800000000000000ULL /* value for software writeable bit */ macro2404 #define ARM_PTE_WRITABLE ARM_PTE_WRITEABLE
575 (((pte) & ARM_PTE_WRITEABLE) == ARM_PTE_WRITEABLE)580 (pte) |= ARM_PTE_WRITEABLE; \582 (pte) &= ~ARM_PTE_WRITEABLE; \7991 _Static_assert(ARM_PTE_COMPRESSED != ARM_PTE_WRITEABLE, "compressed bit aliases writeable");8185 if ((spte & (~ARM_PTE_WRITEABLE)) != (tmplate & (~ARM_PTE_WRITEABLE)) &&8470 if ((spte & (~ARM_PTE_WRITEABLE)) != (tmplate & (~ARM_PTE_WRITEABLE))) {
671 (((pte) & ARM_PTE_WRITEABLE) == ARM_PTE_WRITEABLE)676 (pte) |= ARM_PTE_WRITEABLE; \678 (pte) &= ~ARM_PTE_WRITEABLE; \5525 spte = (spte & ~(ARM_PTE_APMASK | ARM_PTE_XMASK | ARM_PTE_WRITEABLE)) |5526 (tmplate & (ARM_PTE_APMASK | ARM_PTE_XMASK | ARM_PTE_WRITEABLE));