Searched refs:PR_SET_UNALIGN (Results 1 – 24 of 24) sorted by relevance
/external/strace/xlat/ |
D | prctl_options.h | 41 #if defined(PR_SET_UNALIGN) || (defined(HAVE_DECL_PR_SET_UNALIGN) && HAVE_DECL_PR_SET_UNALIGN) 43 static_assert((PR_SET_UNALIGN) == (6), "PR_SET_UNALIGN != 6"); 46 # define PR_SET_UNALIGN 6 379 XLAT(PR_SET_UNALIGN),
|
D | prctl_options.in | 6 PR_SET_UNALIGN 6
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 15 #define PR_SET_UNALIGN 6 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 18 #define PR_SET_UNALIGN 6 macro
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 971 #ifdef PR_SET_UNALIGN 972 { "PR_SET_UNALIGN", (unsigned long) PR_SET_UNALIGN },
|
/external/strace/ |
D | prctl.c | 382 case PR_SET_UNALIGN: in SYS_FUNC()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 432 PR_SET_UNALIGN = 6
|
D | sys_amd64.const | 432 PR_SET_UNALIGN = 6
|
D | sys_arm.const | 432 PR_SET_UNALIGN = 6
|
D | sys_ppc64le.const | 432 PR_SET_UNALIGN = 6
|
D | sys_arm64.const | 432 PR_SET_UNALIGN = 6
|
D | sys.txt | 954 …THSIG, PR_SET_SECUREBITS, PR_SET_TIMERSLACK, PR_SET_TIMING, PR_SET_TSC, PR_SET_UNALIGN, PR_MCE_KILL
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 1086 PR_SET_UNALIGN = 0x6 const
|
D | zerrors_linux_mipsle.go | 1344 PR_SET_UNALIGN = 0x6 const
|
D | zerrors_linux_s390x.go | 1343 PR_SET_UNALIGN = 0x6 const
|
D | zerrors_linux_arm.go | 1343 PR_SET_UNALIGN = 0x6 const
|
D | zerrors_linux_ppc64le.go | 1346 PR_SET_UNALIGN = 0x6 const
|
D | zerrors_linux_mips64.go | 1344 PR_SET_UNALIGN = 0x6 const
|
D | zerrors_linux_ppc64.go | 1346 PR_SET_UNALIGN = 0x6 const
|
D | zerrors_linux_amd64.go | 1345 PR_SET_UNALIGN = 0x6 const
|
D | zerrors_linux_mips64le.go | 1344 PR_SET_UNALIGN = 0x6 const
|
D | zerrors_linux_386.go | 1345 PR_SET_UNALIGN = 0x6 const
|
D | zerrors_linux_mips.go | 1344 PR_SET_UNALIGN = 0x6 const
|
D | zerrors_linux_arm64.go | 1346 PR_SET_UNALIGN = 0x6 const
|