/openbmc/qemu/linux-user/ |
H A D | strace.c | 650 abi_long arg4, abi_long arg5, abi_long arg6) in print_newselect() 667 abi_long arg4, abi_long arg5, abi_long arg6) in print_semctl() 678 abi_long arg3, abi_long arg4, abi_long arg5) in print_shmat() 699 abi_long arg4, abi_long arg5, abi_long arg6) in print_ipc() 790 abi_long arg2, abi_long arg3, abi_long arg4, in print_syscall_ret_addr() 811 abi_long arg2, abi_long arg3, abi_long arg4, in print_syscall_ret_newselect() 841 abi_long arg2, abi_long arg3, abi_long arg4, in print_syscall_ret_adjtimex() 876 abi_long arg2, abi_long arg3, abi_long arg4, in print_syscall_ret_clock_gettime() 895 abi_long arg2, abi_long arg3, abi_long arg4, in print_syscall_ret_clock_gettime64() 913 abi_long arg2, abi_long arg3, abi_long arg4, in print_syscall_ret_gettimeofday() [all …]
|
/openbmc/qemu/bsd-user/ |
H A D | strace.c | 54 abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, in print_sysctl() 76 abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, in print_execve() 110 abi_long arg1, abi_long arg2, abi_long arg3, abi_long arg4, in print_ioctl() 129 abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, in print_sysarch() 165 abi_long arg4, abi_long arg5, abi_long arg6) in print_syscall() 220 abi_long arg4, abi_long arg5, abi_long arg6) in print_freebsd_syscall() 234 abi_long arg4, abi_long arg5, abi_long arg6) in print_netbsd_syscall() 248 abi_long arg4, abi_long arg5, abi_long arg6) in print_openbsd_syscall()
|
H A D | bsd-file.h | 88 abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, abi_long 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() 167 abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, abi_long 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() 239 abi_long arg3, abi_long arg4) in do_bsd_openat() 318 abi_long arg3, abi_long arg4) in do_bsd_faccessat() 364 abi_long arg3, abi_long arg4) in do_bsd_renameat() 391 abi_long arg3, abi_long arg4, abi_long arg5) in do_bsd_linkat() 500 abi_long arg2, abi_long arg3, abi_long arg4) in do_bsd_truncate() 518 abi_long arg2, abi_long arg3, abi_long arg4) in do_bsd_ftruncate() [all …]
|
/openbmc/linux/tools/include/nolibc/ |
H A D | arch-x86_64.h | 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
|
H A D | arch-riscv.h | 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
|
H A D | arch-mips.h | 110 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 130 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 152 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
H A D | arch-aarch64.h | 90 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 108 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 127 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
H A D | arch-i386.h | 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
|
H A D | arch-powerpc.h | 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
|
H A D | arch-loongarch.h | 90 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 108 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 127 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
H A D | arch-arm.h | 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
|
H A D | arch-s390.h | 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
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | linkage.h | 28 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \ argument 31 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \ argument 34 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
/openbmc/linux/drivers/firmware/meson/ |
H A D | meson_sm.c | 71 u32 arg3, u32 arg4) in __meson_sm_call() 105 u32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call() 144 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call_read() 193 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call_write()
|
/openbmc/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-config.c | 554 void *arg4) in for_each_online_power_domain_in_set() 610 void *arg2, void *arg3, void *arg4) in for_each_online_target_cpu_in_set() 1049 void get_isst_status(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) in get_isst_status() 1162 void *arg4) in exec_on_get_ctdp_cpu() 1332 void *arg3, void *arg4) in dump_clx_n_config_for_cpu() 1358 void *arg3, void *arg4) in dump_isst_config_for_cpu() 1408 void *arg4) in set_tdp_level_for_cpu() 1516 void *arg3, void *arg4) in clx_n_dump_pbf_config_for_cpu() 1536 void *arg4) in dump_pbf_config_for_cpu() 1885 void *arg4) in set_pbf_for_cpu() [all …]
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | sbi.c | 28 unsigned long arg3, unsigned long arg4, in sbi_ecall() 160 unsigned long arg4, unsigned long arg5) in __sbi_rfence_v01() 212 unsigned long arg4, unsigned long arg5) in __sbi_rfence_v01() 250 unsigned long size, unsigned long arg4, in __sbi_rfence_v02_call() 303 unsigned long arg4, unsigned long arg5) in __sbi_rfence_v02()
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-stat.h | 117 abi_long arg3, abi_long arg4) in do_freebsd11_fstatat() 134 abi_long arg3, abi_long arg4) in do_freebsd_fstatat() 485 abi_ulong arg2, abi_long nbytes, abi_ulong arg4) in do_freebsd11_getdirentries() 524 abi_ulong arg2, abi_long nbytes, abi_ulong arg4) in do_freebsd_getdirentries() 643 abi_long arg3, abi_long arg4, abi_long arg5) in do_freebsd_realpathat()
|
H A D | os-syscall.c | 218 abi_long arg2, abi_long arg3, abi_long arg4, in freebsd_syscall() 932 abi_long arg2, abi_long arg3, abi_long arg4, in do_freebsd_syscall()
|
H A D | os-strace.h | 24 abi_long arg1, abi_long arg2, abi_long arg3, abi_long arg4, in do_os_print_sysarch()
|
/openbmc/linux/arch/x86/um/shared/sysdep/ |
H A D | stub_64.h | 54 long arg4) in stub_syscall4() 68 long arg4, long arg5) in stub_syscall5()
|
H A D | stub_32.h | 54 long arg4) in stub_syscall4() 65 long arg4, long arg5) in stub_syscall5()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_syscall_macro.c | 14 unsigned long arg4 = 0; variable 69 unsigned long arg3, unsigned long arg4, unsigned long arg5) in BPF_KSYSCALL()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | sal.c | 354 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) in ia64_sal_oemcall() 365 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, in ia64_sal_oemcall_nolock() 378 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, in ia64_sal_oemcall_reentrant()
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | omap-secure.c | 60 u32 arg3, u32 arg4) in omap_secure_dispatcher() 156 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in rx51_secure_dispatcher()
|
/openbmc/qemu/tests/tcg/arm/ |
H A D | hello-arm.c | 71 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 88 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
|