/external/strace/tests-mx32/ |
D | modify_ldt.c | 34 #if defined __NR_modify_ldt && defined HAVE_STRUCT_USER_DESC 76 rc = syscall(__NR_modify_ldt, 0, 0, 0); in main() 80 rc = syscall(__NR_modify_ldt, bogus_func, (kernel_long_t) -1, in main() 88 rc = syscall(__NR_modify_ldt, bogus_func, us + 1, 0); in main() 92 rc = syscall(__NR_modify_ldt, bogus_func, us, 42); in main() 96 rc = syscall(__NR_modify_ldt, bogus_func, us + 1, sizeof(*us)); in main() 106 rc = syscall(__NR_modify_ldt, bogus_func, bogus_int, sizeof(*us)); in main() 111 rc = syscall(__NR_modify_ldt, bogus_func, us, sizeof(*us)); in main() 122 rc = syscall(__NR_modify_ldt, bogus_func, us, sizeof(*us)); in main()
|
/external/strace/tests-m32/ |
D | modify_ldt.c | 34 #if defined __NR_modify_ldt && defined HAVE_STRUCT_USER_DESC 76 rc = syscall(__NR_modify_ldt, 0, 0, 0); in main() 80 rc = syscall(__NR_modify_ldt, bogus_func, (kernel_long_t) -1, in main() 88 rc = syscall(__NR_modify_ldt, bogus_func, us + 1, 0); in main() 92 rc = syscall(__NR_modify_ldt, bogus_func, us, 42); in main() 96 rc = syscall(__NR_modify_ldt, bogus_func, us + 1, sizeof(*us)); in main() 106 rc = syscall(__NR_modify_ldt, bogus_func, bogus_int, sizeof(*us)); in main() 111 rc = syscall(__NR_modify_ldt, bogus_func, us, sizeof(*us)); in main() 122 rc = syscall(__NR_modify_ldt, bogus_func, us, sizeof(*us)); in main()
|
/external/strace/tests/ |
D | modify_ldt.c | 34 #if defined __NR_modify_ldt && defined HAVE_STRUCT_USER_DESC 76 rc = syscall(__NR_modify_ldt, 0, 0, 0); in main() 80 rc = syscall(__NR_modify_ldt, bogus_func, (kernel_long_t) -1, in main() 88 rc = syscall(__NR_modify_ldt, bogus_func, us + 1, 0); in main() 92 rc = syscall(__NR_modify_ldt, bogus_func, us, 42); in main() 96 rc = syscall(__NR_modify_ldt, bogus_func, us + 1, sizeof(*us)); in main() 106 rc = syscall(__NR_modify_ldt, bogus_func, bogus_int, sizeof(*us)); in main() 111 rc = syscall(__NR_modify_ldt, bogus_func, us, sizeof(*us)); in main() 122 rc = syscall(__NR_modify_ldt, bogus_func, us, sizeof(*us)); in main()
|
/external/ltp/testcases/kernel/syscalls/fork/ |
D | fork05.c | 136 ltp_syscall(__NR_modify_ldt, func, ptr, bytecount); in modify_ldt()
|
/external/ltp/testcases/cve/ |
D | cve-2017-17053.c | 111 syscall(__NR_modify_ldt, 1, &desc, sizeof(desc)); in run_test()
|
D | cve-2015-3290.c | 197 TEST(tst_syscall(__NR_modify_ldt, 1, &data_desc, sizeof(data_desc))); in set_ldt()
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 468 #ifdef __NR_modify_ldt 469 { "modify_ldt", __NR_modify_ldt },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 158 #define __NR_modify_ldt 154 macro
|
D | unistd_32.h | 127 #define __NR_modify_ldt 123 macro
|
D | unistd_x32.h | 141 #define __NR_modify_ldt (__X32_SYSCALL_BIT + 154) macro
|
/external/strace/ |
D | scno.h | 470 #ifndef __NR_modify_ldt 471 # define __NR_modify_ldt (SYSCALL_BIT | 154) macro
|
/external/llvm-project/libc/config/linux/ |
D | syscall_numbers.h.inc | 845 #ifdef __NR_modify_ldt 846 #define SYS_modify_ldt __NR_modify_ldt
|