Home
last modified time | relevance | path

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

/xnu-12377.81.4/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.c6331 m->vmp_no_cache = FALSE; in vm_page_deactivate_internal()
6514 m->vmp_no_cache = FALSE; in vm_page_activate()
6687 m->vmp_no_cache = FALSE; in vm_page_lru()
6709 m->vmp_no_cache = FALSE; in vm_page_lru()
7184 (p->vmp_no_cache ? "" : "!")); in _vm_page_print()
7615 m2->vmp_no_cache = m1->vmp_no_cache; in vm_page_relocate()
H A Dvm_fault.c698 if (m && !m->vmp_laundry && !m->vmp_busy && !m->vmp_no_cache && in vm_fault_deactivate_behind()
3425 m->vmp_no_cache)) { in vm_fault_enqueue_page()
3426 m->vmp_no_cache = TRUE; in vm_fault_enqueue_page()
H A Dvm_object.c1314 p->vmp_no_cache = FALSE; in vm_object_cache_evict()
H A Dvm_pageout.c3778 if (!m->vmp_no_cache &&
/xnu-12377.81.4/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,