Searched refs:ARM_PTE_WRITEABLE (Results 1 – 3 of 3) sorted by relevance
866 #define ARM_PTE_WRITEABLE ARM_PTE_TEX1 macro
539 (((pte) & ARM_PTE_WRITEABLE) == ARM_PTE_WRITEABLE)544 (pte) |= ARM_PTE_WRITEABLE; \546 (pte) &= ~ARM_PTE_WRITEABLE; \7945 _Static_assert(ARM_PTE_COMPRESSED != ARM_PTE_WRITEABLE, "compressed bit aliases writeable");8132 if ((spte & (~ARM_PTE_WRITEABLE)) != (tmplate & (~ARM_PTE_WRITEABLE)) &&8417 if ((spte & (~ARM_PTE_WRITEABLE)) != (tmplate & (~ARM_PTE_WRITEABLE))) {
1413 #define ARM_PTE_WRITEABLE 0x0800000000000000ULL /* value for software writeable bit */ macro