/tools/include/nolibc/ |
D | nolibc.h | 346 #define my_syscall3(num, arg1, arg2, arg3) \ argument 352 register long _arg3 asm("rdx") = (long)(arg3); \ 364 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 370 register long _arg3 asm("rdx") = (long)(arg3); \ 383 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 389 register long _arg3 asm("rdx") = (long)(arg3); \ 403 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument 409 register long _arg3 asm("rdx") = (long)(arg3); \ 551 #define my_syscall3(num, arg1, arg2, arg3) \ argument 557 register long _arg3 asm("edx") = (long)(arg3); \ [all …]
|
/tools/power/x86/intel-speed-select/ |
D | isst-config.c | 196 void *arg1, void *arg2, void *arg3, in for_each_online_package_in_set() argument 230 callback(i, arg1, arg2, arg3, arg4); in for_each_online_package_in_set() 238 void *arg2, void *arg3, void *arg4) in for_each_online_target_cpu_in_set() argument 255 callback(i, arg1, arg2, arg3, arg4); in for_each_online_target_cpu_in_set() 668 static void exec_on_get_ctdp_cpu(int cpu, void *arg1, void *arg2, void *arg3, in exec_on_get_ctdp_cpu() argument 679 isst_ctdp_display_core_info(cpu, outf, arg3, in exec_on_get_ctdp_cpu() 715 void *arg3, void *arg4) in dump_isst_config_for_cpu() argument 755 static void set_tdp_level_for_cpu(int cpu, void *arg1, void *arg2, void *arg3, in set_tdp_level_for_cpu() argument 818 static void dump_pbf_config_for_cpu(int cpu, void *arg1, void *arg2, void *arg3, in dump_pbf_config_for_cpu() argument 858 static void set_pbf_for_cpu(int cpu, void *arg1, void *arg2, void *arg3, in set_pbf_for_cpu() argument [all …]
|
/tools/testing/selftests/x86/ |
D | ptrace_syscall.c | 44 uint32_t nr, arg0, arg1, arg2, arg3, arg4, arg5; member 62 "+S" (args->arg3), "+D" (args->arg4), "+r" (bp) in do_full_int80() 144 .arg3 = 13, .arg4 = 14, .arg5 = 15, in test_sys32_regs() 151 args.arg3 != 13 || args.arg4 != 14 || args.arg5 != 15) { in test_sys32_regs() 166 args.arg3 != 13 || args.arg4 != 14 || args.arg5 != 15) { in test_sys32_regs()
|
/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 66 #define _PyCapsule_New(arg1, arg2, arg3) \ argument 81 #define _PyCapsule_New(arg1, arg2, arg3) \ argument 82 PyCapsule_New((arg1), (arg2), (arg3))
|