Searched refs:ARM_PTE_WRITEABLE (Results 1 – 2 of 2) sorted by relevance
507 (((pte) & ARM_PTE_WRITEABLE) == ARM_PTE_WRITEABLE)512 (pte) |= ARM_PTE_WRITEABLE; \514 (pte) &= ~ARM_PTE_WRITEABLE; \7559 _Static_assert(ARM_PTE_COMPRESSED != ARM_PTE_WRITEABLE, "compressed bit aliases writeable");7746 if ((spte & (~ARM_PTE_WRITEABLE)) != (tmplate & (~ARM_PTE_WRITEABLE)) &&8031 if ((spte & (~ARM_PTE_WRITEABLE)) != (tmplate & (~ARM_PTE_WRITEABLE))) {
1669 #define ARM_PTE_WRITEABLE 0x0800000000000000ULL /* value for software writeable bit */ macro