Searched refs:MADV_DONTDUMP (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/arch/alpha/include/uapi/asm/
H A Dmman.h6 #define MADV_DONTDUMP 16 macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Dmman.h6 #define MADV_DONTDUMP 16 macro
/linux-master/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h6 #define MADV_DONTDUMP 16 macro
/linux-master/include/uapi/asm-generic/
H A Dmman-common.h65 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump, macro
67 #define MADV_DODUMP 17 /* Clear the MADV_DONTDUMP flag */
/linux-master/tools/include/uapi/asm-generic/
H A Dmman-common.h65 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump, macro
67 #define MADV_DODUMP 17 /* Clear the MADV_DONTDUMP flag */
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Dmman.h6 #define MADV_DONTDUMP 16 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dmman.h64 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump, macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dmman.h99 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump, macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dmman.h58 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump, macro
/linux-master/arch/mips/include/uapi/asm/
H A Dmman.h91 #define MADV_DONTDUMP 16 /* Explicitly exclude from core dump, macro
/linux-master/arch/parisc/kernel/
H A Dsys_parisc.c396 case 69: behavior = MADV_DONTDUMP; break;
/linux-master/mm/
H A Dmadvise.c1053 case MADV_DONTDUMP:
1170 case MADV_DONTDUMP:
1359 * MADV_DONTDUMP - the application wants to prevent pages in the given range
1361 * MADV_DODUMP - cancel MADV_DONTDUMP: no longer exclude from core dump.

Completed in 127 milliseconds