Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_page.h279 uint8_t vmp_no_cache:1; /* page is not to be cached and should */ member
H A Dvm_resident.c5657 m->vmp_no_cache = FALSE; in vm_page_deactivate_internal()
5840 m->vmp_no_cache = FALSE; in vm_page_activate()
6013 m->vmp_no_cache = FALSE; in vm_page_lru()
6035 m->vmp_no_cache = FALSE; in vm_page_lru()
6453 (p->vmp_no_cache ? "" : "!")); in _vm_page_print()
6818 m2->vmp_no_cache = m1->vmp_no_cache; in vm_page_relocate()
H A Dvm_fault.c694 if (m && !m->vmp_laundry && !m->vmp_busy && !m->vmp_no_cache && in vm_fault_deactivate_behind()
3404 m->vmp_no_cache)) { in vm_fault_enqueue_page()
3405 m->vmp_no_cache = TRUE; in vm_fault_enqueue_page()
H A Dvm_object.c1248 p->vmp_no_cache = FALSE; in vm_object_cache_evict()
H A Dvm_pageout.c3595 if (!m->vmp_no_cache &&
/xnu-12377.1.9/tools/lldbmacros/
H A Dmemory.py4289 …ng.format(vmp.vmp_q_state, vmp.vmp_on_specialq, vmp.vmp_gobbled, vmp.vmp_laundry, vmp.vmp_no_cache,