Searched refs:arg4 (Results 1 - 25 of 76) sorted by last modified time

1234

/linux-master/security/
H A Dsecurity.c3519 * @arg4: argument
3529 unsigned long arg4, unsigned long arg5)
3536 thisrc = hp->hook.task_prctl(option, arg2, arg3, arg4, arg5);
3528 security_task_prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) argument
/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/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 Dsyscalls.h696 unsigned long arg4, unsigned long arg5);
784 unsigned long arg4, unsigned long arg5);
H A Dsecurity.h174 unsigned long arg4, unsigned long arg5);
466 unsigned long arg4, unsigned long arg5);
1288 unsigned long arg4,
1291 return cap_task_prctl(option, arg2, arg3, arg4, arg5);
1286 security_task_prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) argument
H A Dlsm_hook_defs.h249 unsigned long arg3, unsigned long arg4, unsigned long arg5)
/linux-master/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c463 unsigned long arg3, unsigned long arg4,
470 register uintptr_t a4 asm ("a4") = (uintptr_t)(arg4);
461 sbi_ecall(int ext, int fid, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) argument
/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/testing/selftests/kvm/include/riscv/
H A Dprocessor.h191 unsigned long arg3, unsigned long arg4,
/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/sparc/kernel/
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/drivers/platform/x86/
H A Dasus-wmi.c153 u32 arg4; /* Some ROG laptops require a full 5 input args */ member in struct:bios_args
353 u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4, u32 *retval)
360 .arg4 = arg4,
3024 u32 arg1 = 0, arg2 = 0, arg3 = 0, arg4 = 0; local
3037 arg4 += (100 * percents[i + 4] / 255) << shift;
3043 arg1, arg2, arg3, arg4, &ret);
352 asus_wmi_evaluate_method5(u32 method_id, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4, u32 *retval) 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/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c3940 u8 arg1, u8 arg2, u8 arg3, u8 arg4, u8 arg5)
3949 h2c.b_type_dma.data4 = arg4;
3939 rtl8723bu_set_ps_tdma(struct rtl8xxxu_priv *priv, u8 arg1, u8 arg2, u8 arg3, u8 arg4, u8 arg5) argument
H A Drtl8xxxu.h2149 u8 arg1, u8 arg2, u8 arg3, u8 arg4, u8 arg5);
/linux-master/arch/s390/include/asm/
H A Dstacktrace.h113 long arg4 = (long)(t4)(a4)
130 register long r5 asm("5") = arg4
/linux-master/arch/arm/mach-omap2/
H A Domap-secure.c60 u32 arg3, u32 arg4)
74 param[4] = arg4;
156 u32 arg1, u32 arg2, u32 arg3, u32 arg4)
165 param[4] = arg4;
59 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs, u32 arg1, u32 arg2, u32 arg3, u32 arg4) argument
155 rx51_secure_dispatcher(u32 idx, u32 process, u32 flag, u32 nargs, u32 arg1, u32 arg2, u32 arg3, u32 arg4) argument
/linux-master/arch/riscv/kernel/
H A Dsbi.c25 unsigned long arg4, unsigned long arg5) __ro_after_init;
29 unsigned long arg3, unsigned long arg4,
38 register uintptr_t a4 asm ("a4") = (uintptr_t)(arg4);
161 unsigned long arg4, unsigned long arg5)
184 arg4, 0, 0);
213 unsigned long arg4, unsigned long arg5)
251 unsigned long size, unsigned long arg4,
268 size, arg4, 0);
277 size, arg4, 0);
285 size, arg4,
27 sbi_ecall(int ext, int fid, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) argument
159 __sbi_rfence_v01(int fid, const struct cpumask *cpu_mask, unsigned long start, unsigned long size, unsigned long arg4, unsigned long arg5) argument
211 __sbi_rfence_v01(int fid, const struct cpumask *cpu_mask, unsigned long start, unsigned long size, unsigned long arg4, unsigned long arg5) argument
249 __sbi_rfence_v02_call(unsigned long fid, unsigned long hmask, unsigned long hbase, unsigned long start, unsigned long size, unsigned long arg4, unsigned long arg5) argument
302 __sbi_rfence_v02(int fid, const struct cpumask *cpu_mask, unsigned long start, unsigned long size, unsigned long arg4, unsigned long arg5) argument
[all...]
/linux-master/arch/riscv/include/asm/
H A Dsbi.h297 unsigned long arg3, unsigned long arg4,
/linux-master/tools/testing/selftests/kvm/include/
H A Ducall_common.h53 #define GUEST_SYNC_ARGS(stage, arg1, arg2, arg3, arg4) \
54 ucall(UCALL_SYNC, 6, "hello", stage, arg1, arg2, arg3, arg4)
62 #define GUEST_SYNC5(arg0, arg1, arg2, arg3, arg4) \
63 ucall(UCALL_SYNC, 5, arg0, arg1, arg2, arg3, arg4)
64 #define GUEST_SYNC6(arg0, arg1, arg2, arg3, arg4, arg5) \
65 ucall(UCALL_SYNC, 6, arg0, arg1, arg2, arg3, arg4, arg5)
/linux-master/arch/x86/um/shared/sysdep/
H A Dstub_64.h55 long arg4)
62 "g" (arg4)
69 long arg3, long arg4, long arg5)
76 "g" (arg4), "g" (arg5)
54 stub_syscall4(long syscall, long arg1, long arg2, long arg3, long arg4) argument
68 stub_syscall5(long syscall, long arg1, long arg2, long arg3, long arg4, long arg5) argument
H A Dstub_32.h59 long arg3, long arg4)
64 "c" (arg2), "d" (arg3), "S" (arg4)
71 long arg3, long arg4, long arg5)
76 "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5)
58 stub_syscall4(long syscall, long arg1, long arg2, long arg3, long arg4) argument
70 stub_syscall5(long syscall, long arg1, long arg2, long arg3, long arg4, long arg5) argument
/linux-master/arch/parisc/kernel/
H A Dfirmware.c1842 unsigned int arg4; member in struct:narrow_stack
1865 real_stack.arg4 = va_arg(args, unsigned int);
1888 unsigned long arg4; member in struct:wide_stack
1916 real64_stack.arg4 = va_arg(args, unsigned long);
/linux-master/drivers/firmware/meson/
H A Dmeson_sm.c72 u32 arg3, u32 arg4)
76 arm_smccc_smc(cmd, arg0, arg1, arg2, arg3, arg4, 0, 0, &res);
101 * @arg4: SMC32 Argument 4
106 s32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4)
118 lret = __meson_sm_call(cmd, arg0, arg1, arg2, arg3, arg4);
138 * @arg4: SMC32 Argument 4
146 u32 arg1, u32 arg2, u32 arg3, u32 arg4)
160 if (meson_sm_call(fw, cmd_index, &size, arg0, arg1, arg2, arg3, arg4) < 0)
194 * @arg4: SMC32 Argument 4
200 u32 arg1, u32 arg2, u32 arg3, u32 arg4)
71 __meson_sm_call(u32 cmd, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) argument
105 meson_sm_call(struct meson_sm_firmware *fw, unsigned int cmd_index, s32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) argument
144 meson_sm_call_read(struct meson_sm_firmware *fw, void *buffer, unsigned int bsize, unsigned int cmd_index, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) argument
198 meson_sm_call_write(struct meson_sm_firmware *fw, void *buffer, unsigned int size, unsigned int cmd_index, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) argument
[all...]
/linux-master/tools/include/nolibc/
H A Dsys.h803 * unsigned long arg4, unsigned long arg5);
808 unsigned long arg4, unsigned long arg5)
810 return my_syscall5(__NR_prctl, option, arg2, arg3, arg4, arg5);
815 unsigned long arg4, unsigned long arg5)
817 return __sysret(sys_prctl(option, arg2, arg3, arg4, arg5));
807 sys_prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) argument
814 prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) argument

Completed in 454 milliseconds

1234