Home
last modified time | relevance | path

Searched refs:ARM_PTE_WRITEABLE (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.61.5/osfmk/arm/pmap/
H A Dpmap.c567 (((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))) {
/xnu-11215.61.5/osfmk/arm64/
H A Dproc_reg.h1756 #define ARM_PTE_WRITEABLE 0x0800000000000000ULL /* value for software writeable bit */ macro
/xnu-11215.61.5/osfmk/arm64/sptm/pmap/
H A Dpmap.c637 (((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));