Searched refs:__NR_madvise (Results 1 – 22 of 22) sorted by relevance
/external/strace/tests-m32/ |
D | ksysent.sed | 11 s/__NR_madvise1/__NR_madvise/
|
D | madvise.c | 42 long rc = syscall(__NR_madvise, addr, length, advice); in k_madvise()
|
/external/strace/tests-mx32/ |
D | ksysent.sed | 11 s/__NR_madvise1/__NR_madvise/
|
D | madvise.c | 42 long rc = syscall(__NR_madvise, addr, length, advice); in k_madvise()
|
/external/strace/tests/ |
D | ksysent.sed | 11 s/__NR_madvise1/__NR_madvise/
|
D | madvise.c | 42 long rc = syscall(__NR_madvise, addr, length, advice); in k_madvise()
|
/external/openssh/ |
D | sandbox-seccomp-filter.c | 178 #ifdef __NR_madvise 179 SC_ALLOW(__NR_madvise),
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 90 #ifdef __NR_madvise 91 { "madvise", __NR_madvise },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 32 #define __NR_madvise 28 macro
|
D | unistd_32.h | 223 #define __NR_madvise 219 macro
|
D | unistd_x32.h | 27 #define __NR_madvise (__X32_SYSCALL_BIT + 28) macro
|
/external/strace/ |
D | scno.h | 92 #ifndef __NR_madvise 93 # define __NR_madvise (SYSCALL_BIT | 28) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 638 #define __NR_madvise 233 macro 639 __SYSCALL(__NR_madvise, sys_madvise)
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd_n64.h | 31 #define __NR_madvise (__NR_Linux + 27) macro
|
D | unistd_n32.h | 31 #define __NR_madvise (__NR_Linux + 27) macro
|
D | unistd_o32.h | 222 #define __NR_madvise (__NR_Linux + 218) macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 183 #define __NR_madvise (__NR_SYSCALL_BASE + 220) macro
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 691 __NR_madvise = 219
|
D | sys_amd64.const | 691 __NR_madvise = 28
|
D | sys_arm.const | 691 __NR_madvise = 220
|
D | sys_ppc64le.const | 691 __NR_madvise = 205
|
D | sys_arm64.const | 691 __NR_madvise = 233
|