Searched refs:MADV_WIPEONFORK (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | mman-common.h | 69 #define MADV_WIPEONFORK 18 /* Zero memory on fork, child only */ macro
|
| /linux-6.15/tools/include/uapi/asm-generic/ |
| H A D | mman-common.h | 69 #define MADV_WIPEONFORK 18 /* Zero memory on fork, child only */ macro
|
| /linux-6.15/arch/parisc/include/uapi/asm/ |
| H A D | mman.h | 62 #define MADV_WIPEONFORK 18 /* Zero memory on fork, child only */ macro
|
| /linux-6.15/arch/mips/include/uapi/asm/ |
| H A D | mman.h | 95 #define MADV_WIPEONFORK 18 /* Zero memory on fork, child only */ macro
|
| /linux-6.15/arch/xtensa/include/uapi/asm/ |
| H A D | mman.h | 103 #define MADV_WIPEONFORK 18 /* Zero memory on fork, child only */ macro
|
| /linux-6.15/arch/alpha/include/uapi/asm/ |
| H A D | mman.h | 68 #define MADV_WIPEONFORK 18 /* Zero memory on fork, child only */ macro
|
| /linux-6.15/mm/ |
| H A D | mseal.c | 32 case MADV_WIPEONFORK: in is_madv_discard()
|
| H A D | madvise.c | 1291 case MADV_WIPEONFORK: in madvise_vma_behavior() 1451 case MADV_WIPEONFORK: in madvise_behavior_valid()
|
| /linux-6.15/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-6.15/arch/parisc/kernel/ |
| H A D | sys_parisc.c | 399 case 71: behavior = MADV_WIPEONFORK; break; in parisc_madvise()
|
| /linux-6.15/Documentation/arch/arm64/ |
| H A D | memory-tagging-extension.rst | 179 with ``MADV_WIPEONFORK`` which will have the data and tags cleared (set
|
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | guard-regions.c | 1289 ASSERT_EQ(madvise(ptr, 10 * page_size, MADV_WIPEONFORK), 0); in TEST_F()
|