Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/arm64/sptm/pmap/
H A Dpmap.c5847 const uint64_t pte_perms = pte_to_xprr_perm(pte); local
5878 } else if (__improbable(pte_perms == XPRR_USER_JIT_PERM)) {
5900 } else if (pte_perms == XPRR_USER_RX_PERM) {
5902 } else if ((pte_perms == XPRR_USER_RW_PERM) ||
5903 (pte_was_writeable(pte) && (pte_perms == XPRR_USER_RO_PERM))) {