Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/vm/
H A Dvm_page.h326 uint8_t vmp_no_cache:1; /* page is not to be cached and should */ member
H A Dvm_resident.c6330 m->vmp_no_cache = FALSE; in vm_page_deactivate_internal()
6513 m->vmp_no_cache = FALSE; in vm_page_activate()
6686 m->vmp_no_cache = FALSE; in vm_page_lru()
6708 m->vmp_no_cache = FALSE; in vm_page_lru()
7183 (p->vmp_no_cache ? "" : "!")); in _vm_page_print()
7614 m2->vmp_no_cache = m1->vmp_no_cache; in vm_page_relocate()
H A Dvm_fault.c697 if (m && !m->vmp_laundry && !m->vmp_busy && !m->vmp_no_cache && in vm_fault_deactivate_behind()
3424 m->vmp_no_cache)) { in vm_fault_enqueue_page()
3425 m->vmp_no_cache = TRUE; in vm_fault_enqueue_page()
H A Dvm_object.c1315 p->vmp_no_cache = FALSE; in vm_object_cache_evict()
H A Dvm_pageout.c3778 if (!m->vmp_no_cache &&
/xnu-12377.41.6/tools/lldbmacros/
H A Dmemory.py4293 …ng.format(vmp.vmp_q_state, vmp.vmp_on_specialq, vmp.vmp_gobbled, vmp.vmp_laundry, vmp.vmp_no_cache,