Searched refs:arg4 (Results 26 - 50 of 76) sorted by relevance

1234

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_autoattach.c9 int arg4, int arg5, int arg6,
13 return arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + 1;
56 ASSERT_EQ(skel->bss->a[3], 4, "arg4");
8 autoattach_trigger_func(int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8) argument
H A Dtest_bpf_syscall_macro.c48 /* it cannot copy arg4 when uses PT_REGS_PARM4 on x86_64 */
54 ASSERT_EQ(skel->bss->arg4, exp_arg4, "syscall_arg4");
61 /* it cannot copy arg4 when uses PT_REGS_PARM4_CORE on x86_64 */
/linux-master/arch/sparc/kernel/
H A Dsun4m_smp.c164 unsigned long arg4; member in struct:smp_funcall
175 unsigned long arg4)
187 ccall_info.arg4 = arg4;
238 func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, ccall_info.arg4,
173 sun4m_cross_call(void *func, cpumask_t mask, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) argument
H A Dsun4d_smp.c275 unsigned long arg4; member in struct:smp_funcall
286 unsigned long arg4)
303 register unsigned long a4 asm("i4") = arg4;
361 func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, ccall_info.arg4,
284 sun4d_cross_call(void *func, cpumask_t mask, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) argument
H A Dleon_smp.c366 unsigned long arg4; member in struct:smp_funcall
377 unsigned long arg4)
391 register unsigned long a4 asm("i4") = arg4;
452 func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, ccall_info.arg4,
375 leon_cross_call(void *func, cpumask_t mask, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) argument
/linux-master/arch/s390/include/asm/
H A Dsyscall.h107 #define SYSCALL_PARM_4 SYSCALL_PARM_3, long arg4
122 register long r5 asm("5") = arg4
H A Dstacktrace.h113 long arg4 = (long)(t4)(a4)
130 register long r5 asm("5") = arg4
/linux-master/arch/m68k/include/asm/
H A Dmath-emu.h246 .macro movestack nr,arg1,arg2,arg3,arg4,arg5 variable
248 movestack (\nr-1),\arg2,\arg3,\arg4,\arg5
253 .macro printf bit=-1,string,nr=0,arg1,arg2,arg3,arg4,arg5 variable
271 movestack \nr,\arg1,\arg2,\arg3,\arg4,\arg5 variable
/linux-master/security/keys/
H A Dkeyctl.c1874 unsigned long, arg4, unsigned long, arg5)
1887 (size_t) arg4);
1895 (unsigned) arg4);
1911 (const char __user *) arg4,
1917 (size_t) arg4);
1922 (gid_t) arg4);
1931 (size_t) arg4,
1937 (key_serial_t) arg4);
1952 (size_t) arg4);
1960 (unsigned) arg4,
[all...]
/linux-master/kernel/
H A Dsys.c2141 unsigned long arg4, unsigned long arg5)
2152 if (arg5 || (arg4 && (opt != PR_SET_MM_AUXV &&
2159 return prctl_set_mm_map(opt, (const void __user *)addr, arg4);
2169 return prctl_set_auxv(mm, addr, arg4);
2397 unsigned long arg4, unsigned long arg5)
2401 if (arg3 || arg4 || arg5)
2431 unsigned long arg4, unsigned long arg5)
2433 if (arg2 || arg3 || arg4 || arg5)
2449 unsigned long, arg4, unsigned long, arg5)
2455 error = security_task_prctl(option, arg2, arg3, arg4, arg
2140 prctl_set_mm(int opt, unsigned long addr, unsigned long arg4, unsigned long arg5) argument
2396 prctl_set_mdwe(unsigned long bits, unsigned long arg3, unsigned long arg4, unsigned long arg5) argument
2430 prctl_get_mdwe(unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) argument
[all...]
/linux-master/tools/testing/selftests/kvm/include/aarch64/
H A Dprocessor.h215 uint64_t arg2, uint64_t arg3, uint64_t arg4, uint64_t arg5,
226 uint64_t arg2, uint64_t arg3, uint64_t arg4, uint64_t arg5,
/linux-master/arch/arm/mach-omap2/
H A Domap-secure.h68 u32 arg1, u32 arg2, u32 arg3, u32 arg4);
/linux-master/tools/testing/selftests/x86/
H A Dptrace_syscall.c44 uint32_t nr, arg0, arg1, arg2, arg3, arg4, arg5; member in struct:syscall_args32
62 "+S" (args->arg3), "+D" (args->arg4), "+r" (bp)
144 .arg3 = 13, .arg4 = 14, .arg5 = 15,
151 args.arg3 != 13 || args.arg4 != 14 || args.arg5 != 15) {
166 args.arg3 != 13 || args.arg4 != 14 || args.arg5 != 15) {
H A Dsyscall_numbering.c120 register long long arg4 asm("r10") = 0;
138 "r" (arg4), "r" (arg5), "r" (arg6)
/linux-master/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c583 #define __smccc_call(insn, function_id, arg0, arg1, arg2, arg3, arg4, arg5, \
590 "mov x5, %[arg4]\n" \
602 [arg4] "r"(arg4), [arg5] "r"(arg5), [arg6] "r"(arg6) \
607 uint64_t arg2, uint64_t arg3, uint64_t arg4, uint64_t arg5,
610 __smccc_call(hvc, function_id, arg0, arg1, arg2, arg3, arg4, arg5,
615 uint64_t arg2, uint64_t arg3, uint64_t arg4, uint64_t arg5,
618 __smccc_call(smc, function_id, arg0, arg1, arg2, arg3, arg4, arg5,
606 smccc_hvc(uint32_t function_id, uint64_t arg0, uint64_t arg1, uint64_t arg2, uint64_t arg3, uint64_t arg4, uint64_t arg5, uint64_t arg6, struct arm_smccc_res *res) argument
614 smccc_smc(uint32_t function_id, uint64_t arg0, uint64_t arg1, uint64_t arg2, uint64_t arg3, uint64_t arg4, uint64_t arg5, uint64_t arg6, struct arm_smccc_res *res) argument
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-config.c530 void *arg4)
578 callback(&id, arg1, arg2, arg3, arg4);
586 void *arg2, void *arg3, void *arg4)
605 callback(&id, arg1, arg2, arg3, arg4);
1100 void get_isst_status(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) argument
1105 int *max_level = (int *)arg4;
1213 void *arg4)
1224 *(unsigned int *)arg4,
1383 void *arg3, void *arg4)
1409 void *arg3, void *arg4)
527 for_each_online_power_domain_in_set(void (*callback)(struct isst_id *, void *, void *, void *, void *), void *arg1, void *arg2, void *arg3, void *arg4) argument
584 for_each_online_target_cpu_in_set( void (*callback)(struct isst_id *, void *, void *, void *, void *), void *arg1, void *arg2, void *arg3, void *arg4) argument
1212 exec_on_get_ctdp_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) argument
1382 dump_clx_n_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) argument
1408 dump_isst_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) argument
1458 set_tdp_level_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) argument
1567 clx_n_dump_pbf_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) argument
1587 dump_pbf_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) argument
1936 set_pbf_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) argument
2051 dump_fact_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) argument
2097 set_fact_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) argument
2291 enable_clos_qos_config(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) argument
2355 dump_clos_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) argument
2394 get_clos_info_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) argument
2431 set_clos_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) argument
2505 set_clos_assoc_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) argument
2546 get_clos_assoc_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) argument
2629 get_set_trl(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) argument
[all...]
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c39 unsigned long arg4,
48 ret = plpar_hcall_norets(opcode, arg1, arg2, arg3, arg4,
59 " arg1=%lx arg2=%lx arg3=%lx arg4=%lx"
62 arg1, arg2, arg3, arg4, arg5, arg6, arg7);
75 unsigned long arg4,
88 arg1, arg2, arg3, arg4, arg5,
105 " arg1=%lx arg2=%lx arg3=%lx arg4=%lx"
112 arg1, arg2, arg3, arg4, arg5,
35 ehea_plpar_hcall_norets(unsigned long opcode, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5, unsigned long arg6, unsigned long arg7) argument
70 ehea_plpar_hcall9(unsigned long opcode, unsigned long *outs, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5, unsigned long arg6, unsigned long arg7, unsigned long arg8, unsigned long arg9) argument
/linux-master/tools/testing/selftests/sched/
H A Dcs_prctl_test.c77 static int _prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, argument
82 res = prctl(option, arg2, arg3, arg4, arg5);
84 (long)arg4, arg5);
/linux-master/arch/x86/include/asm/
H A Dparavirt_types.h505 #define PVOP_CALL4(rettype, op, arg1, arg2, arg3, arg4) \
508 PVOP_CALL_ARG3(arg3), PVOP_CALL_ARG4(arg4))
509 #define PVOP_VCALL4(op, arg1, arg2, arg3, arg4) \
511 PVOP_CALL_ARG3(arg3), PVOP_CALL_ARG4(arg4))
/linux-master/include/linux/
H A Dtrace_events.h917 u64 arg3, u64 arg4);
919 u64 arg3, u64 arg4, u64 arg5);
921 u64 arg3, u64 arg4, u64 arg5, u64 arg6);
923 u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7);
925 u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7,
928 u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7,
931 u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7,
934 u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7,
937 u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7,
H A Darm-smccc.h423 #define __constraint_read_6 __constraint_read_5, "r" (arg4)
459 register typeof(a4) arg4 asm("r4") = __a4
/linux-master/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S188 #define arg4 %rcx define
272 PARTIAL_BLOCK \GHASH_MUL, arg3, arg4, arg5, %r11, %xmm8, \ENC_DEC
409 lea (arg4,%r11,1), %r10
426 vmovdqu (arg4, %r11, 1), %xmm1
656 vmovdqu (arg4), %xmm6 # xmm6 = HashKey
967 ## arg1, arg2, arg3, arg4 are used as pointers only, not modified
1024 vmovdqu (arg4, %r11), \T1
1126 vmovdqu (arg4, %r11), \T1
1133 vmovdqu 16*1(arg4, %r11), \T1
1140 vmovdqu 16*2(arg4,
[all...]
/linux-master/drivers/firmware/
H A Darm_sdei.c41 unsigned long arg4, struct arm_smccc_res *res);
138 unsigned long arg3, unsigned long arg4,
145 sdei_firmware_call(function_id, arg0, arg1, arg2, arg3, arg4,
841 unsigned long arg4, struct arm_smccc_res *res)
843 arm_smccc_smc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res);
850 unsigned long arg4, struct arm_smccc_res *res)
852 arm_smccc_hvc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res);
136 invoke_sdei_fn(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, u64 *result) argument
838 sdei_smccc_smc(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, struct arm_smccc_res *res) argument
847 sdei_smccc_hvc(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, struct arm_smccc_res *res) argument
/linux-master/tools/testing/selftests/kvm/include/riscv/
H A Dprocessor.h191 unsigned long arg3, unsigned long arg4,
/linux-master/drivers/ps3/
H A Dps3stor_lib.c309 * @arg4: Fourth command argument
315 u64 arg2, u64 arg3, u64 arg4)
325 arg2, arg3, arg4, &dev->tag);
314 ps3stor_send_command(struct ps3_storage_device *dev, u64 cmd, u64 arg1, u64 arg2, u64 arg3, u64 arg4) argument

Completed in 438 milliseconds

1234