Home
last modified time | relevance | path

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

/xnu-11417.140.69/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.c5653 m->vmp_no_cache = FALSE; in vm_page_deactivate_internal()
5836 m->vmp_no_cache = FALSE; in vm_page_activate()
6009 m->vmp_no_cache = FALSE; in vm_page_lru()
6031 m->vmp_no_cache = FALSE; in vm_page_lru()
6449 (p->vmp_no_cache ? "" : "!")); in _vm_page_print()
6814 m2->vmp_no_cache = m1->vmp_no_cache; in vm_page_relocate()
H A Dvm_fault.c674 if (m && !m->vmp_laundry && !m->vmp_busy && !m->vmp_no_cache && in vm_fault_deactivate_behind()
3381 m->vmp_no_cache)) { in vm_fault_enqueue_page()
3382 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.c3566 if (!m->vmp_no_cache &&
/xnu-11417.140.69/tools/lldbmacros/
H A Dmemory.py4336 …ng.format(vmp.vmp_q_state, vmp.vmp_on_specialq, vmp.vmp_gobbled, vmp.vmp_laundry, vmp.vmp_no_cache,