Home
last modified time | relevance | path

Searched refs:VM_PAGE_GET_COLOR (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/osfmk/vm/
H A Dvm_page.h581 #define VM_PAGE_GET_COLOR(m) VM_PAGE_GET_COLOR_PNUM(VM_PAGE_GET_PHYS_PAGE(m)) macro
584 #define VM_PAGE_GET_COLOR(m) VM_PAGE_GET_COLOR_PNUM(VM_PAGE_GET_PHYS_PAGE(m)) macro
H A Dvm_mteinfo.c1073 uint32_t color = VM_PAGE_GET_COLOR(tag_page); in cell_list_requeue()
H A Dvm_resident.c7260 if (VM_PAGE_GET_COLOR(m) != color) { in vm_page_verify_free_list()
7262 color, npages, m, VM_PAGE_GET_COLOR(m), color); in vm_page_verify_free_list()