Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dmadvise.h37 #ifdef MADV_DONTDUMP
38 #define QEMU_MADV_DONTDUMP MADV_DONTDUMP
/openbmc/linux/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h6 #define MADV_DONTDUMP 16 macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Dmman.h6 #define MADV_DONTDUMP 16 macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Dmman.h6 #define MADV_DONTDUMP 16 macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Dmman.h6 #define MADV_DONTDUMP 16 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dmman-common.h65 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump, macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h65 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump, macro
/openbmc/linux/include/uapi/asm-generic/
H A Dmman-common.h65 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump, macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dmman.h99 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump, macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dmman.h58 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump, macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dmman.h64 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump, macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dmman.h91 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump, macro
/openbmc/qemu/linux-headers/asm-mips/
H A Dmman.h91 #define MADV_DONTDUMP 16 /* Explicitly exclude from core dump, macro
/openbmc/linux/arch/parisc/kernel/
H A Dsys_parisc.c396 case 69: behavior = MADV_DONTDUMP; break; in parisc_madvise()
/openbmc/linux/mm/
H A Dmadvise.c1062 case MADV_DONTDUMP: in madvise_vma_behavior()
1179 case MADV_DONTDUMP: in madvise_behavior_valid()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c466 MADV_DONTDUMP); in _vu_add_mem_reg()
/openbmc/qemu/linux-user/
H A Dstrace.c3157 ENUM_TARGET(MADV_DONTDUMP),