Searched refs:pte_is_compressed (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/osfmk/arm64/sptm/pmap/ |
| H A D | pmap.c | 651 pte_is_compressed(pt_entry_t pte, pt_entry_t *ptep) in pte_is_compressed() function 1588 assert(!pte_is_compressed(*ptep, ptep)); in pmap_map_high_window_bd() 1602 assert(!pte_is_compressed(*ptep, ptep)); in pmap_map_high_window_bd() 3625 if (__improbable(pte_is_compressed(*ptep, ptep))) { 3856 if (pte_is_compressed(prev_pte, cpte)) { 6201 changed_wiring = pte_is_compressed(prev_pte, pte_p) ? 6636 if (pte_is_compressed(spte, pte_p) && !(spte & ARM_PTE_COMPRESSED_ALT)) { 6684 if (pte_is_compressed(spte, pte_p)) { 8170 if (pte_is_compressed(spte, pte_p)) { 8683 if ((spte == ARM_PTE_EMPTY) || pte_is_compressed(spte, ptep)) { [all …]
|