Searched refs:MADV_CORE (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | mman.h | 168 #define MADV_CORE 9 /* revert to including pages in a core file */ macro
|
| /freebsd/sys/contrib/libsodium/src/libsodium/sodium/ |
| H A D | utils.c | 79 #if !defined(MADV_DODUMP) && defined(MADV_CORE) 80 # define MADV_DODUMP MADV_CORE
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_mmap.c | 389 return (kern_madvise(td, addr, len, MADV_CORE)); in linux_madvise_common()
|
| /freebsd/tests/sys/posixshm/ |
| H A D | posixshm_test.c | 1547 largepage_madvise(addr, ps[0], MADV_CORE, EINVAL); in ATF_TC_BODY() 1548 largepage_madvise(addr, ps[i], MADV_CORE, 0); in ATF_TC_BODY()
|
| /freebsd/sys/vm/ |
| H A D | vm_map.c | 3067 case MADV_CORE: in vm_map_madvise() 3136 case MADV_CORE: in vm_map_madvise()
|
| /freebsd/contrib/jemalloc/ |
| H A D | configure.ac | 2268 madvise((void *)0, 0, MADV_CORE);
|