Searched refs:MINCORE_INCORE (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ | ||
| H A D | mman.h | 218 #define MINCORE_INCORE 0x1 /* Page is incore */ macro |
| /xnu-8019.80.24/bsd/kern/ | ||
| H A D | kern_mman.c | 1325 mincoreinfo |= MINCORE_INCORE; in mincore() |