Home
last modified time | relevance | path

Searched refs:MADV_DONTDUMP (Results 1 – 11 of 11) sorted by relevance

/linux/tools/arch/mips/include/uapi/asm/
H A Dmman.h6 #define MADV_DONTDUMP 16 macro
/linux/tools/arch/alpha/include/uapi/asm/
H A Dmman.h6 #define MADV_DONTDUMP 16 macro
/linux/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h6 #define MADV_DONTDUMP 16 macro
/linux/tools/arch/parisc/include/uapi/asm/
H A Dmman.h6 #define MADV_DONTDUMP 16 macro
/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h65 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump, macro
/linux/include/uapi/asm-generic/
H A Dmman-common.h65 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump, macro
/linux/arch/xtensa/include/uapi/asm/
H A Dmman.h99 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump, macro
/linux/arch/alpha/include/uapi/asm/
H A Dmman.h64 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump, macro
/linux/arch/mips/include/uapi/asm/
H A Dmman.h91 #define MADV_DONTDUMP 16 /* Explicitly exclude from core dump, macro
/linux/arch/parisc/include/uapi/asm/
H A Dmman.h58 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump, macro
/linux/mm/
H A Dmadvise.c1078 case MADV_DONTDUMP: in madvise_vma_behavior()
1196 case MADV_DONTDUMP: in madvise_behavior_valid()
1385 * MADV_DONTDUMP - the application wants to prevent pages in the given range
1387 * MADV_DODUMP - cancel MADV_DONTDUMP: no longer exclude from core dump.