Home
last modified time | relevance | path

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

/external/strace/xlat/
Dmbindflags.h6 #if defined(MPOL_MF_STRICT) || (defined(HAVE_DECL_MPOL_MF_STRICT) && HAVE_DECL_MPOL_MF_STRICT)
8 static_assert((MPOL_MF_STRICT) == (1), "MPOL_MF_STRICT != 1");
11 # define MPOL_MF_STRICT 1
38 XLAT(MPOL_MF_STRICT),
Dmbindflags.in1 MPOL_MF_STRICT 1
/external/kernel-headers/original/uapi/linux/
Dmempolicy.h44 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */ macro
51 #define MPOL_MF_VALID (MPOL_MF_STRICT | \
/external/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages10.c104 status, MPOL_MF_STRICT); in main()
/external/syzkaller/sys/linux/
Dsys_386.const293 MPOL_MF_STRICT = 1
Dsys_amd64.const293 MPOL_MF_STRICT = 1
Dsys_ppc64le.const293 MPOL_MF_STRICT = 1
Dsys_arm.const293 MPOL_MF_STRICT = 1
Dsys_arm64.const293 MPOL_MF_STRICT = 1
Dsys.txt938 mbind_flags = MPOL_MF_STRICT, MPOL_MF_MOVE, MPOL_MF_MOVE_ALL
/external/strace/
DChangeLog30397 (MPOL_MF_STRICT, MPOL_MF_MOVE, MPOL_MF_MOVE_ALL): Move