Home
last modified time | relevance | path

Searched refs:MADV_HWPOISON (Results 1 – 25 of 25) sorted by relevance

/external/strace/xlat/
Dmadvise_cmds.h215 #if defined(MADV_HWPOISON) || (defined(HAVE_DECL_MADV_HWPOISON) && HAVE_DECL_MADV_HWPOISON)
217 static_assert((MADV_HWPOISON) == (100), "MADV_HWPOISON != 100");
220 # define MADV_HWPOISON 100
312 XLAT(MADV_HWPOISON),
Dmadvise_cmds.in73 MADV_HWPOISON 100
/external/ltp/include/lapi/
Dmmap.h38 #ifndef MADV_HWPOISON
39 # define MADV_HWPOISON 100 macro
/external/kernel-headers/original/uapi/asm-generic/
Dmman-common.h53 #define MADV_HWPOISON 100 /* poison a page for testing */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dmman.h88 #define MADV_HWPOISON 100 /* poison a page for testing */ macro
/external/ltp/testcases/kernel/syscalls/madvise/
Dmadvise07.c67 if (madvise(mem, msize, MADV_HWPOISON) == -1) { in run_child()
Dmadvise01.c57 {MADV_HWPOISON, "MADV_HWPOISON", &sfile}, /* since Linux 2.6.32 */
/external/syzkaller/sys/linux/
Dsys_386.const238 MADV_HWPOISON = 100
Dsys_amd64.const238 MADV_HWPOISON = 100
Dsys_arm.const238 MADV_HWPOISON = 100
Dsys_ppc64le.const238 MADV_HWPOISON = 100
Dsys_arm64.const238 MADV_HWPOISON = 100
Dsys.txt930 …ADV_WILLNEED, MADV_DONTNEED, MADV_REMOVE, MADV_DONTFORK, MADV_DOFORK, MADV_HWPOISON, MADV_SOFT_OFF…
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go755 MADV_HWPOISON = 0x64 const
Dzerrors_linux_mipsle.go940 MADV_HWPOISON = 0x64 const
Dzerrors_linux_s390x.go940 MADV_HWPOISON = 0x64 const
Dzerrors_linux_arm.go940 MADV_HWPOISON = 0x64 const
Dzerrors_linux_ppc64le.go940 MADV_HWPOISON = 0x64 const
Dzerrors_linux_mips64.go940 MADV_HWPOISON = 0x64 const
Dzerrors_linux_ppc64.go940 MADV_HWPOISON = 0x64 const
Dzerrors_linux_amd64.go941 MADV_HWPOISON = 0x64 const
Dzerrors_linux_mips64le.go940 MADV_HWPOISON = 0x64 const
Dzerrors_linux_386.go941 MADV_HWPOISON = 0x64 const
Dzerrors_linux_mips.go940 MADV_HWPOISON = 0x64 const
Dzerrors_linux_arm64.go943 MADV_HWPOISON = 0x64 const