Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/vm/
H A Danon_max_size.c58 } while (vec & MINCORE_INCORE);
63 } while (vec & MINCORE_INCORE);
/xnu-10063.101.15/bsd/sys/
H A Dmman.h221 #define MINCORE_INCORE 0x1 /* Page is incore */ macro
/xnu-10063.101.15/tests/
H A Dvm_test_mach_map.c832 } while (vec & MINCORE_INCORE);
837 } while (vec & MINCORE_INCORE);
/xnu-10063.101.15/bsd/kern/
H A Dkern_mman.c1444 mincoreinfo |= MINCORE_INCORE; in mincore()