Searched refs:__NR_modify_ldt (Results 1 - 19 of 19) sorted by relevance

/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h214 #define __NR_modify_ldt 154 macro
H A Dvki-scnums-ppc32-linux.h160 #define __NR_modify_ldt 123 macro
H A Dvki-scnums-ppc64-linux.h160 #define __NR_modify_ldt 123 macro
H A Dvki-scnums-x86-linux.h160 #define __NR_modify_ldt 123 macro
H A Dvki-scnums-mips32-linux.h163 #define __NR_modify_ldt (__NR_Linux + 123) macro
/external/libchrome/sandbox/linux/system_headers/
H A Dx86_64_linux_syscalls.h629 #if !defined(__NR_modify_ldt)
630 #define __NR_modify_ldt 154 macro
H A Dx86_32_linux_syscalls.h505 #if !defined(__NR_modify_ldt)
506 #define __NR_modify_ldt 123 macro
H A Dmips_linux_syscalls.h508 #if !defined(__NR_modify_ldt)
509 #define __NR_modify_ldt (__NR_Linux + 123) macro
/external/minijail/linux-x86/
H A Dlibsyscalls.gen.c468 #ifdef __NR_modify_ldt
469 { "modify_ldt", __NR_modify_ldt },
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h127 #define __NR_modify_ldt 123 macro
H A Dunistd_64.h158 #define __NR_modify_ldt 154 macro
H A Dunistd_x32.h141 #define __NR_modify_ldt (__X32_SYSCALL_BIT + 154) macro
/external/strace/
H A Dscno.h470 #ifndef __NR_modify_ldt
471 # define __NR_modify_ldt (SYSCALL_BIT | 154) macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.cc509 case __NR_modify_ldt:
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.c578 // __NR_modify_ldt 123
579 GO(__NR_modify_ldt, "3s 1m");
580 SY(__NR_modify_ldt, x0+1, x0, x0+1); FAILx(EINVAL);
H A Dscalar.stderr.exp1533 123: __NR_modify_ldt 3s 1m
/external/valgrind/memcheck/tests/darwin/
H A Dscalar.c1163 // __NR_modify_ldt 123
1164 GO(__NR_modify_ldt, "3s 1m");
1165 SY(__NR_modify_ldt, x0+1, x0, x0+1); FAILx(EINVAL);
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h146 #define __NR_modify_ldt (__NR_Linux + 123) macro
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-x86-linux.c201 __NR_modify_ldt syscall. In such a situation the kernel will then
1308 PLAX_(__NR_modify_ldt, sys_modify_ldt), // 123

Completed in 189 milliseconds