Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/vm/
H A Dvm_page.h265 vmp_no_cache:1, /* page is not to be cached and should */ member
H A Dvm_resident.c5422 m->vmp_no_cache = FALSE; in vm_page_deactivate_internal()
5605 m->vmp_no_cache = FALSE; in vm_page_activate()
5778 m->vmp_no_cache = FALSE; in vm_page_lru()
5800 m->vmp_no_cache = FALSE; in vm_page_lru()
6218 (p->vmp_no_cache ? "" : "!")); in _vm_page_print()
6570 m2->vmp_no_cache = m1->vmp_no_cache; in vm_page_relocate()
H A Dvm_fault.c660 if (m && !m->vmp_laundry && !m->vmp_busy && !m->vmp_no_cache && in vm_fault_deactivate_behind()
3367 m->vmp_no_cache)) { in vm_fault_enqueue_page()
3368 m->vmp_no_cache = TRUE; in vm_fault_enqueue_page()
H A Dvm_object.c1187 p->vmp_no_cache = FALSE; in vm_object_cache_evict()
H A Dvm_pageout.c3570 if (!m->vmp_no_cache &&
/xnu-11417.121.6/tools/lldbmacros/
H A Dmemory.py4330 …ng.format(vmp.vmp_q_state, vmp.vmp_on_specialq, vmp.vmp_gobbled, vmp.vmp_laundry, vmp.vmp_no_cache,