| /tools/include/nolibc/ |
| D | arch-riscv.h | 68 #define my_syscall3(num, arg1, arg2, arg3) \ argument 85 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 103 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 122 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
| D | arch-aarch64.h | 70 #define my_syscall3(num, arg1, arg2, arg3) \ argument 87 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 105 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 124 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
| D | arch-mips.h | 94 #define my_syscall3(num, arg1, arg2, arg3) \ argument 114 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 134 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 156 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
| D | arch-i386.h | 78 #define my_syscall3(num, arg1, arg2, arg3) \ argument 96 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 115 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 135 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
| D | arch-powerpc.h | 84 #define my_syscall3(num, arg1, arg2, arg3) \ argument 105 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 128 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 151 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
| D | arch-x86_64.h | 79 #define my_syscall3(num, arg1, arg2, arg3) \ argument 97 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 116 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 136 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
| D | arch-loongarch.h | 71 #define my_syscall3(num, arg1, arg2, arg3) \ argument 88 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 106 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 125 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
| D | arch-arm.h | 105 #define my_syscall3(num, arg1, arg2, arg3) \ argument 124 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 144 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 165 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
| D | arch-s390.h | 70 #define my_syscall3(num, arg1, arg2, arg3) \ argument 86 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 103 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 122 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
| D | sys.h | 808 int sys_prctl(int option, unsigned long arg2, unsigned long arg3, in sys_prctl() 815 int prctl(int option, unsigned long arg2, unsigned long arg3, in prctl()
|
| /tools/testing/selftests/kvm/include/ |
| D | ucall_common.h | 53 #define GUEST_SYNC_ARGS(stage, arg1, arg2, arg3, arg4) \ argument 60 #define GUEST_SYNC4(arg0, arg1, arg2, arg3) \ argument 62 #define GUEST_SYNC5(arg0, arg1, arg2, arg3, arg4) \ argument 64 #define GUEST_SYNC6(arg0, arg1, arg2, arg3, arg4, arg5) \ argument
|
| /tools/power/x86/intel-speed-select/ |
| D | isst-config.c | 531 void *arg1, void *arg2, void *arg3, in for_each_online_power_domain_in_set() 600 void *arg2, void *arg3, void *arg4) in for_each_online_target_cpu_in_set() 1120 void get_isst_status(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) in get_isst_status() 1232 static void exec_on_get_ctdp_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, in exec_on_get_ctdp_cpu() 1403 void *arg3, void *arg4) in dump_clx_n_config_for_cpu() 1429 void *arg3, void *arg4) in dump_isst_config_for_cpu() 1478 static void set_tdp_level_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, in set_tdp_level_for_cpu() 1588 void *arg3, void *arg4) in clx_n_dump_pbf_config_for_cpu() 1607 static void dump_pbf_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, in dump_pbf_config_for_cpu() 1956 static void set_pbf_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, in set_pbf_for_cpu() [all …]
|
| D | isst-daemon.c | 119 void *arg3, void *arg4) in _poll_for_config_change()
|
| /tools/testing/selftests/bpf/progs/ |
| D | bpf_syscall_macro.c | 12 unsigned long arg3 = 0; variable 67 unsigned long arg3, unsigned long arg4, unsigned long arg5) in BPF_KSYSCALL()
|
| D | test_uprobe_autoattach.c | 38 , int arg3 in BPF_UPROBE()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| D | uprobe_autoattach.c | 8 static noinline int autoattach_trigger_func(int arg1, int arg2, int arg3, in autoattach_trigger_func()
|
| /tools/testing/selftests/kvm/lib/aarch64/ |
| D | processor.c | 585 #define __smccc_call(insn, function_id, arg0, arg1, arg2, arg3, arg4, arg5, \ argument 609 uint64_t arg2, uint64_t arg3, uint64_t arg4, uint64_t arg5, in smccc_hvc() 617 uint64_t arg2, uint64_t arg3, uint64_t arg4, uint64_t arg5, in smccc_smc()
|
| /tools/testing/selftests/x86/ |
| D | ptrace_syscall.c | 44 uint32_t nr, arg0, arg1, arg2, arg3, arg4, arg5; member
|
| /tools/testing/selftests/sched/ |
| D | cs_prctl_test.c | 77 static int _prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, in _prctl()
|
| /tools/testing/selftests/kvm/lib/riscv/ |
| D | processor.c | 464 unsigned long arg3, unsigned long arg4, in sbi_ecall()
|
| /tools/perf/util/scripting-engines/ |
| D | trace-event-python.c | 72 #define _PyCapsule_New(arg1, arg2, arg3) \ argument 87 #define _PyCapsule_New(arg1, arg2, arg3) \ argument
|