Searched refs:MADV_WIPEONFORK (Results 1 – 11 of 11) sorted by relevance
/linux/include/uapi/asm-generic/ |
H A D | mman-common.h | 69 #define MADV_WIPEONFORK 18 /* Zero memory on fork, child only */ macro
|
/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/arch/alpha/include/uapi/asm/ |
H A D | mman.h | 68 #define MADV_WIPEONFORK 18 /* Zero memory on fork, child only */ macro
|
/linux/arch/xtensa/include/uapi/asm/ |
H A D | mman.h | 103 #define MADV_WIPEONFORK 18 /* Zero memory on fork, child only */ macro
|
/linux/arch/parisc/include/uapi/asm/ |
H A D | mman.h | 62 #define MADV_WIPEONFORK 18 /* Zero memory on fork, child only */ macro
|
/linux/arch/mips/include/uapi/asm/ |
H A D | mman.h | 95 #define MADV_WIPEONFORK 18 /* Zero memory on fork, child only */ macro
|
/linux/mm/ |
H A D | mseal.c | 32 case MADV_WIPEONFORK: in is_madv_discard()
|
H A D | madvise.c | 1067 case MADV_WIPEONFORK: in madvise_vma_behavior() 1198 case MADV_WIPEONFORK: in madvise_behavior_valid()
|
/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/Documentation/arch/arm64/ |
H A D | memory-tagging-extension.rst | 179 with ``MADV_WIPEONFORK`` which will have the data and tags cleared (set
|