Home
last modified time | relevance | path

Searched refs:__NR_modify_ldt (Results 1 – 12 of 12) sorted by relevance

/external/strace/tests-mx32/
Dmodify_ldt.c34 #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/
Dmodify_ldt.c34 #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/
Dmodify_ldt.c34 #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/
Dfork05.c136 ltp_syscall(__NR_modify_ldt, func, ptr, bytecount); in modify_ldt()
/external/ltp/testcases/cve/
Dcve-2017-17053.c111 syscall(__NR_modify_ldt, 1, &desc, sizeof(desc)); in run_test()
Dcve-2015-3290.c197 TEST(tst_syscall(__NR_modify_ldt, 1, &data_desc, sizeof(data_desc))); in set_ldt()
/external/minijail/linux-x86/
Dlibsyscalls.gen.c468 #ifdef __NR_modify_ldt
469 { "modify_ldt", __NR_modify_ldt },
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h158 #define __NR_modify_ldt 154 macro
Dunistd_32.h127 #define __NR_modify_ldt 123 macro
Dunistd_x32.h141 #define __NR_modify_ldt (__X32_SYSCALL_BIT + 154) macro
/external/strace/
Dscno.h470 #ifndef __NR_modify_ldt
471 # define __NR_modify_ldt (SYSCALL_BIT | 154) macro
/external/llvm-project/libc/config/linux/
Dsyscall_numbers.h.inc845 #ifdef __NR_modify_ldt
846 #define SYS_modify_ldt __NR_modify_ldt