Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/arm64/sptm/pmap/
H A Dpmap.c619 pte_is_compressed(pt_entry_t pte, pt_entry_t *ptep) in pte_is_compressed() function
1509 assert(!pte_is_compressed(*ptep, ptep)); in pmap_map_high_window_bd()
1523 assert(!pte_is_compressed(*ptep, ptep)); in pmap_map_high_window_bd()
3062 if (__improbable(pte_is_compressed(*ptep, ptep))) {
3291 if (pte_is_compressed(prev_pte, cpte)) {
5382 changed_wiring = pte_is_compressed(prev_pte, pte_p) ?
5902 if (pte_is_compressed(spte, pte_p) && !(spte & ARM_PTE_COMPRESSED_ALT)) {
5950 if (pte_is_compressed(spte, pte_p)) {
7413 if (pte_is_compressed(spte, pte_p)) {
7924 if ((spte == ARM_PTE_EMPTY) || pte_is_compressed(spte, ptep)) {
[all …]