Searched refs:MADV_WIPEONFORK (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/include/uapi/asm-generic/ |
| H A D | mman-common.h | 69 #define MADV_WIPEONFORK 18 /* Zero memory on fork, child only */ macro
|
| /linux/tools/testing/selftests/mm/ |
| H A D | pfnmap.c | 164 MADV_WIPEONFORK, in TEST_F()
|
| H A D | guard-regions.c | 1332 ASSERT_EQ(madvise(ptr, 10 * page_size, MADV_WIPEONFORK), 0); in TEST_F()
|
| /linux/Documentation/userspace-api/ |
| H A D | mseal.rst | 95 MADV_DONTNEED_LOCKED, MADV_FREE, MADV_DONTFORK, MADV_WIPEONFORK 106 MADV_FREE, MADV_DONTNEED_LOCKED, and MADV_WIPEONFORK, can introduce
|
| /linux/arch/parisc/kernel/ |
| H A D | sys_parisc.c | 399 case 71: behavior = MADV_WIPEONFORK; break; in parisc_madvise()
|
| /linux/mm/ |
| H A D | madvise.c | 1284 case MADV_WIPEONFORK: in is_discard() 1398 case MADV_WIPEONFORK: in madvise_vma_behavior() 1555 case MADV_WIPEONFORK: in madvise_behavior_valid()
|
| /linux/Documentation/arch/arm64/ |
| H A D | memory-tagging-extension.rst | 179 with ``MADV_WIPEONFORK`` which will have the data and tags cleared (set
|