Home
last modified time | relevance | path

Searched refs:arg6 (Results 1 – 25 of 54) sorted by relevance

123

/openbmc/qemu/bsd-user/
H A Dstrace.c54 abi_long arg6) in print_sysctl() argument
71 (uint32_t)arg2, arg3, arg4, arg5, arg6); in print_sysctl()
76 abi_long arg6) in print_execve() argument
110 abi_long arg5, abi_long arg6) in print_ioctl() argument
129 abi_long arg6) in print_sysarch() argument
164 abi_long arg4, abi_long arg5, abi_long arg6) in print_syscall() argument
177 arg6); in print_syscall()
185 arg6); in print_syscall()
219 abi_long arg4, abi_long arg5, abi_long arg6) in print_freebsd_syscall() argument
223 arg3, arg4, arg5, arg6); in print_freebsd_syscall()
[all …]
H A Dqemu.h169 abi_long arg5, abi_long arg6, abi_long arg7,
173 abi_long arg5, abi_long arg6);
176 abi_long arg5, abi_long arg6);
201 abi_long arg4, abi_long arg5, abi_long arg6);
206 abi_long arg4, abi_long arg5, abi_long arg6);
211 abi_long arg4, abi_long arg5, abi_long arg6);
258 abi_ulong arg3, abi_ulong arg4, abi_ulong arg5, abi_ulong arg6);
H A Dbsd-file.h88 abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6) in do_bsd_pread() argument
99 arg5 = arg6; in do_bsd_pread()
125 abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6) in do_bsd_preadv() argument
133 arg5 = arg6; in do_bsd_preadv()
167 abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6) in do_bsd_pwrite() argument
178 arg5 = arg6; in do_bsd_pwrite()
204 abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6) in do_bsd_pwritev() argument
212 arg5 = arg6; in do_bsd_pwritev()
752 abi_long arg6) in do_bsd_mknodat() argument
760 ret = get_errno(mknodat(arg1, p, arg3, target_arg64(arg5, arg6))); in do_bsd_mknodat()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dsdt.h348 #define _SDT_ASM_OPERANDS_6(arg1, arg2, arg3, arg4, arg5, arg6) \
349 _SDT_ASM_OPERANDS_5(arg1, arg2, arg3, arg4, arg5), _SDT_ARG(6, arg6)
350 #define _SDT_ASM_OPERANDS_7(arg1, arg2, arg3, arg4, arg5, arg6, arg7) \
353 _SDT_ASM_OPERANDS_7(arg1, arg2, arg3, arg4, arg5, arg6, arg7), \
356 _SDT_ASM_OPERANDS_8(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8), \
383 #define STAP_PROBE6(provider, name, arg1, arg2, arg3, arg4, arg5, arg6) \
384 _SDT_PROBE(provider, name, 6, (arg1, arg2, arg3, arg4, arg5, arg6))
388 _SDT_PROBE(provider, name, 8, (arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8))
393 (arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10))
396 (arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11))
[all …]
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_cpu.h71 int32_t arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8; in target_cpu_loop() local
83 get_user_s32(arg6, params); in target_cpu_loop()
97 get_user_s32(arg6, params); in target_cpu_loop()
107 get_user_s32(arg6, params); in target_cpu_loop()
114 arg4, arg5, arg6, arg7, arg8); in target_cpu_loop()
/openbmc/qemu/bsd-user/freebsd/
H A Dos-syscall.c219 abi_long arg5, abi_long arg6, abi_long arg7, in freebsd_syscall() argument
258 arg4, arg5, arg6, arg7, arg8); in freebsd_syscall()
437 ret = do_bsd_pread(cpu_env, arg1, arg2, arg3, arg4, arg5, arg6); in freebsd_syscall()
445 ret = do_bsd_preadv(cpu_env, arg1, arg2, arg3, arg4, arg5, arg6); in freebsd_syscall()
453 ret = do_bsd_pwrite(cpu_env, arg1, arg2, arg3, arg4, arg5, arg6); in freebsd_syscall()
461 ret = do_bsd_pwritev(cpu_env, arg1, arg2, arg3, arg4, arg5, arg6); in freebsd_syscall()
629 ret = do_bsd_mknodat(cpu_env, arg1, arg2, arg3, arg4, arg5, arg6); in freebsd_syscall()
802 ret = do_bsd_mmap(cpu_env, arg1, arg2, arg3, arg4, arg5, arg6, arg7, in freebsd_syscall()
933 abi_long arg5, abi_long arg6, abi_long arg7, in do_freebsd_syscall() argument
939 print_freebsd_syscall(num, arg1, arg2, arg3, arg4, arg5, arg6); in do_freebsd_syscall()
[all …]
H A Dos-strace.h25 abi_long arg5, abi_long arg6) in do_os_print_sysarch() argument
28 do_freebsd_arch_print_sysarch(name, arg1, arg2, arg3, arg4, arg5, arg6); in do_os_print_sysarch()
/openbmc/linux/arch/s390/include/asm/
H A Dkvm_para.h41 #define HYPERCALL_PARM_6 HYPERCALL_PARM_5, unsigned long arg6
60 register unsigned long r7 asm("7") = arg6
68 #define HYPERCALL_ARGS_6 HYPERCALL_ARGS_5, arg6
H A Dsyscall.h109 #define SYSCALL_PARM_6 SYSCALL_PARM_5, long arg6
128 register long r7 asm("7") = arg6
/openbmc/linux/arch/ia64/kernel/
H A Dsal.c354 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) in ia64_sal_oemcall() argument
358 SAL_CALL(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, arg7); in ia64_sal_oemcall()
365 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, in ia64_sal_oemcall_nolock() argument
370 SAL_CALL_NOLOCK(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, in ia64_sal_oemcall_nolock()
379 u64 arg6, u64 arg7) in ia64_sal_oemcall_reentrant() argument
383 SAL_CALL_REENTRANT(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, in ia64_sal_oemcall_reentrant()
H A Desi.c90 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, in ia64_esi_call() argument
122 arg4, arg5, arg6, arg7); in ia64_esi_call()
142 u64 arg5, u64 arg6, u64 arg7) in ia64_esi_call_phys() argument
172 esi_params[6] = arg6; in ia64_esi_call_phys()
/openbmc/qemu/linux-user/
H A Dstrace.h23 abi_long arg4, abi_long arg5, abi_long arg6);
26 abi_long arg4, abi_long arg5, abi_long arg6);
/openbmc/qemu/include/user/
H A Dsyscall-trace.h26 abi_long arg5, abi_long arg6, in record_syscall_start() argument
31 arg5, arg6, arg7, arg8); in record_syscall_start()
/openbmc/linux/arch/m68k/include/asm/
H A Dlinkage.h34 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
36 "m" (arg4), "m" (arg5), "m" (arg6))
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_uprobe_autoattach.c46 , int arg6 in BPF_UPROBE() argument
69 a[5] = arg6; in BPF_UPROBE()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_autoattach.c9 int arg4, int arg5, int arg6, in autoattach_trigger_func() argument
13 return arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + 1; in autoattach_trigger_func()
/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c531 arg6, res) \ argument
549 [arg4] "r"(arg4), [arg5] "r"(arg5), [arg6] "r"(arg6) \
555 uint64_t arg6, struct arm_smccc_res *res) in smccc_hvc() argument
558 arg6, res); in smccc_hvc()
563 uint64_t arg6, struct arm_smccc_res *res) in smccc_smc() argument
566 arg6, res); in smccc_smc()
/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_cpu.h124 int32_t arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8; in target_cpu_loop() local
143 get_user_s32(arg6, params); in target_cpu_loop()
155 arg6, in target_cpu_loop()
/openbmc/linux/tools/include/nolibc/
H A Darch-i386.h135 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
138 long _arg6 = (long)(arg6); /* Always in memory */ \
H A Darch-aarch64.h127 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
135 register long _arg6 __asm__ ("x5") = (long)(arg6); \
H A Darch-riscv.h125 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
133 register long _arg6 __asm__ ("a5") = (long)(arg6); \
H A Darch-x86_64.h136 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
145 register long _arg6 __asm__ ("r9") = (long)(arg6); \
H A Darch-loongarch.h127 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
135 register long _arg6 __asm__ ("a5") = (long)(arg6); \
H A Darch-powerpc.h151 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
160 register long _arg6 __asm__ ("r8") = (long)(arg6); \
/openbmc/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c41 unsigned long arg6, in ehea_plpar_hcall_norets() argument
49 arg5, arg6, arg7); in ehea_plpar_hcall_norets()
62 arg1, arg2, arg3, arg4, arg5, arg6, arg7); in ehea_plpar_hcall_norets()
77 unsigned long arg6, in ehea_plpar_hcall9() argument
89 arg6, arg7, arg8, arg9); in ehea_plpar_hcall9()
113 arg6, arg7, arg8, arg9, in ehea_plpar_hcall9()

123