Home
last modified time | relevance | path

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

/xnu-11215.61.5/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.61.5/bsd/sys/
H A Dmman.h229 #define MINCORE_INCORE 0x1 /* Page is incore */ macro
/xnu-11215.61.5/tests/
H A Dvm_test_mach_map.c837 } while (vec & MINCORE_INCORE);
842 } while (vec & MINCORE_INCORE);
/xnu-11215.61.5/bsd/kern/
H A Dkern_mman.c1624 mincoreinfo |= MINCORE_INCORE; in mincore()