/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | sdt.h | 354 #define _SDT_ASM_OPERANDS_8(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \ 356 _SDT_ARG(8, arg8) 357 #define _SDT_ASM_OPERANDS_9(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9) \ 358 _SDT_ASM_OPERANDS_8(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8), \ 360 #define _SDT_ASM_OPERANDS_10(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10) \ 361 _SDT_ASM_OPERANDS_9(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9), \ 363 #define _SDT_ASM_OPERANDS_11(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11) \ 364 _SDT_ASM_OPERANDS_10(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10), \ 366 #define _SDT_ASM_OPERANDS_12(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12) \ 367 _SDT_ASM_OPERANDS_11(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11), \ [all …]
|
/openbmc/qemu/bsd-user/arm/ |
H A D | target_arch_cpu.h | 71 int32_t arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8; in target_cpu_loop() local 86 arg8 = 0; in target_cpu_loop() 99 arg8 = 0; in target_cpu_loop() 111 get_user_s32(arg8, params); in target_cpu_loop() 114 arg4, arg5, arg6, arg7, arg8); in target_cpu_loop()
|
/openbmc/qemu/bsd-user/aarch64/ |
H A D | target_arch_cpu.h | 50 uint64_t code, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8; in target_cpu_loop() local 73 arg8 = 0; in target_cpu_loop() 82 arg8 = env->xregs[7]; in target_cpu_loop() 85 arg4, arg5, arg6, arg7, arg8); in target_cpu_loop()
|
/openbmc/qemu/include/user/ |
H A D | syscall-trace.h | 28 abi_long arg7, abi_long arg8) in record_syscall_start() argument 32 arg5, arg6, arg7, arg8); in record_syscall_start()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_uprobe_autoattach.c | 52 , int arg8 in BPF_UPROBE() argument 75 a[7] = arg8; in BPF_UPROBE()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | uprobe_autoattach.c | 10 int arg7, int arg8) in autoattach_trigger_func() argument 13 return arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + 1; in autoattach_trigger_func()
|
/openbmc/qemu/bsd-user/i386/ |
H A D | target_arch_cpu.h | 124 int32_t arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8; in target_cpu_loop() local 147 get_user_s32(arg8, params); in target_cpu_loop() 157 arg8); in target_cpu_loop()
|
/openbmc/qemu/linux-user/mips/ |
H A D | cpu_loop.c | 95 abi_ulong arg5 = 0, arg6 = 0, arg7 = 0, arg8 = 0; in cpu_loop() local 102 if ((ret = get_user_ual(arg8, sp_reg + 28)) != 0) { in cpu_loop() 129 arg5, arg6, arg7, arg8); in cpu_loop()
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-syscall.c | 220 abi_long arg8) in freebsd_syscall() argument 258 arg4, arg5, arg6, arg7, arg8); in freebsd_syscall() 803 arg8); in freebsd_syscall() 934 abi_long arg8) in do_freebsd_syscall() argument 943 arg7, arg8); in do_freebsd_syscall()
|
/openbmc/linux/include/linux/ |
H A D | trace_events.h | 923 u64 arg8); 926 u64 arg8, u64 arg9); 929 u64 arg8, u64 arg9, u64 arg10); 932 u64 arg8, u64 arg9, u64 arg10, u64 arg11); 935 u64 arg8, u64 arg9, u64 arg10, u64 arg11, u64 arg12);
|
/openbmc/linux/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_phyp.c | 79 unsigned long arg8, in ehea_plpar_hcall9() argument 89 arg6, arg7, arg8, arg9); in ehea_plpar_hcall9() 113 arg6, arg7, arg8, arg9, in ehea_plpar_hcall9()
|
/openbmc/qemu/bsd-user/ |
H A D | bsd-mem.h | 68 abi_long arg8) in do_bsd_mmap() argument 72 arg7 = arg8; in do_bsd_mmap()
|
H A D | qemu.h | 180 abi_long arg8);
|
/openbmc/qemu/linux-user/ |
H A D | user-internals.h | 66 abi_long arg8);
|
H A D | syscall.c | 9193 abi_long arg8) in _syscall2() 11014 arg6, arg7, arg8, 0); in _syscall2() 13858 abi_long arg8) in do_syscall() argument 13878 arg2, arg3, arg4, arg5, arg6, arg7, arg8); in do_syscall() 13885 arg5, arg6, arg7, arg8); in do_syscall()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | firmware.c | 1838 unsigned int arg8; member 1869 real_stack.arg8 = va_arg(args, unsigned int); in real32_call() 1892 unsigned long arg8; member 1920 real64_stack.arg8 = va_arg(args, unsigned long); in real64_call()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 120 #define arg8 STACK_OFFSET+16(%rsp) macro 1593 GCM_INIT %arg6, arg7, arg8, arg9 1681 GCM_INIT %arg6, arg7, arg8, arg9
|
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | pfc-r8a7778.c | 1267 #define SH_PFC_MUX8(name, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \ argument 1271 arg7##_MARK, arg8##_MARK, }
|