Home | History | Annotate | Download | only in src

Lines Matching refs:CALL_MMAP

120        (invoked using CALL_MMAP/CALL_MUNMAP) to get and release system
1299 #define CALL_MMAP(s) MFAIL
1315 #define CALL_MMAP(s) mmap(0, (s), MMAP_PROT, MMAP_FLAGS, -1, 0)
1323 #define CALL_MMAP(s) ((dev_zero_fd < 0) ? \
1329 #define DIRECT_MMAP(s) CALL_MMAP(s)
1362 #define CALL_MMAP(s) os2mmap(s)
1399 #define CALL_MMAP(s) win32mmap(s)
3520 char* mp = (char*)(CALL_MMAP(rsize));
4502 char* tbase = (char*)(CALL_MMAP(tsize));