Home
last modified time | relevance | path

Searched refs:MINCORE_INCORE (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.1.10/tests/vm/
H A Danon_max_size.c59 } while (vec & MINCORE_INCORE);
64 } while (vec & MINCORE_INCORE);
H A Dneural_footprint.c262 } while (vec & MINCORE_INCORE); in compress_pages()
/xnu-11215.1.10/bsd/sys/
H A Dmman.h221 #define MINCORE_INCORE 0x1 /* Page is incore */ macro
/xnu-11215.1.10/tests/
H A Dvm_test_mach_map.c834 } while (vec & MINCORE_INCORE);
839 } while (vec & MINCORE_INCORE);
/xnu-11215.1.10/bsd/kern/
H A Dkern_mman.c1461 mincoreinfo |= MINCORE_INCORE; in mincore()