Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/arm64/sptm/pmap/ !
H A Dpmap.c651 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()
3237 if (__improbable(pte_is_compressed(*ptep, ptep))) {
3468 if (pte_is_compressed(prev_pte, cpte)) {
5786 changed_wiring = pte_is_compressed(prev_pte, pte_p) ?
6215 if (pte_is_compressed(spte, pte_p) && !(spte & ARM_PTE_COMPRESSED_ALT)) {
6263 if (pte_is_compressed(spte, pte_p)) {
7745 if (pte_is_compressed(spte, pte_p)) {
8258 if ((spte == ARM_PTE_EMPTY) || pte_is_compressed(spte, ptep)) {
[all …]