/external/strace/tests/ |
D | init_module.c | 35 #if defined(__NR_init_module) 59 rc = syscall(__NR_init_module, NULL, F8ILL_KULONG_MASK, NULL); in main() 63 rc = syscall(__NR_init_module, bogus_addr, 0, bogus_param1); in main() 72 rc = syscall(__NR_init_module, bogus_addr, 0, bogus_param1); in main() 79 rc = syscall(__NR_init_module, bogus_addr, bogus_len, in main() 85 rc = syscall(__NR_init_module, NULL, bogus_len, bogus_param2); in main() 91 rc = syscall(__NR_init_module, NULL, bogus_len, bogus_param2); in main()
|
/external/strace/tests-mx32/ |
D | init_module.c | 35 #if defined(__NR_init_module) 59 rc = syscall(__NR_init_module, NULL, F8ILL_KULONG_MASK, NULL); in main() 63 rc = syscall(__NR_init_module, bogus_addr, 0, bogus_param1); in main() 72 rc = syscall(__NR_init_module, bogus_addr, 0, bogus_param1); in main() 79 rc = syscall(__NR_init_module, bogus_addr, bogus_len, in main() 85 rc = syscall(__NR_init_module, NULL, bogus_len, bogus_param2); in main() 91 rc = syscall(__NR_init_module, NULL, bogus_len, bogus_param2); in main()
|
/external/strace/tests-m32/ |
D | init_module.c | 35 #if defined(__NR_init_module) 59 rc = syscall(__NR_init_module, NULL, F8ILL_KULONG_MASK, NULL); in main() 63 rc = syscall(__NR_init_module, bogus_addr, 0, bogus_param1); in main() 72 rc = syscall(__NR_init_module, bogus_addr, 0, bogus_param1); in main() 79 rc = syscall(__NR_init_module, bogus_addr, bogus_len, in main() 85 rc = syscall(__NR_init_module, NULL, bogus_len, bogus_param2); in main() 91 rc = syscall(__NR_init_module, NULL, bogus_len, bogus_param2); in main()
|
/external/ltp/include/lapi/ |
D | init_module.h | 17 return tst_syscall(__NR_init_module, module_image, len, param_values); in init_module()
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 531 #ifdef __NR_init_module 532 { "init_module", __NR_init_module },
|
/external/kernel-headers/original/uapi/asm-arm64/asm/ |
D | unistd_64.h | 109 #define __NR_init_module 105 macro
|
/external/kernel-headers/original/uapi/asm-riscv/asm/ |
D | unistd_32.h | 98 #define __NR_init_module 105 macro
|
D | unistd_64.h | 108 #define __NR_init_module 105 macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 179 #define __NR_init_module 175 macro
|
D | unistd_32.h | 132 #define __NR_init_module 128 macro
|
/external/strace/ |
D | scno.h | 533 #ifndef __NR_init_module 534 # define __NR_init_module (SYSCALL_BIT | 175) macro
|
/external/trusty/musl/arch/riscv64/bits/ |
D | syscall.h.in | 105 #define __NR_init_module 105 macro
|
/external/trusty/musl/arch/aarch64/bits/ |
D | syscall.h.in | 106 #define __NR_init_module 105 macro
|
/external/musl/arch/riscv32/bits/ |
D | syscall.h.in | 96 #define __NR_init_module 105 macro
|
/external/musl/arch/or1k/bits/ |
D | syscall.h.in | 107 #define __NR_init_module 105 macro
|
/external/trusty/musl/arch/or1k/bits/ |
D | syscall.h.in | 107 #define __NR_init_module 105 macro
|
/external/musl/arch/riscv64/bits/ |
D | syscall.h.in | 105 #define __NR_init_module 105 macro
|
/external/musl/arch/loongarch64/bits/ |
D | syscall.h.in | 103 #define __NR_init_module 105 macro
|
/external/musl/arch/aarch64/bits/ |
D | syscall.h.in | 106 #define __NR_init_module 105 macro
|
/external/trusty/musl/arch/mipsn32/bits/ |
D | syscall.h.in | 169 #define __NR_init_module 6168 macro
|
/external/musl/arch/mips64/bits/ |
D | syscall.h.in | 169 #define __NR_init_module 5168 macro
|
/external/musl/arch/x86_64/bits/ |
D | syscall.h.in | 176 #define __NR_init_module 175 macro
|
/external/trusty/musl/arch/x86_64/bits/ |
D | syscall.h.in | 176 #define __NR_init_module 175 macro
|
/external/trusty/musl/arch/mips64/bits/ |
D | syscall.h.in | 169 #define __NR_init_module 5168 macro
|
/external/trusty/musl/arch/s390x/bits/ |
D | syscall.h.in | 93 #define __NR_init_module 128 macro
|