Searched refs:arg5 (Results 1 - 25 of 62) sorted by last modified time

123

/linux-master/security/
H A Dsecurity.c3520 * @arg5: 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 &&
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, arg5);
2558 if (arg4 | arg5)
2583 if (arg2 | arg3 | arg4 | arg5)
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.h919 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);
1289 unsigned long arg5)
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.c464 unsigned long arg5)
471 register uintptr_t a5 asm ("a5") = (uintptr_t)(arg5);
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, \
591 "mov x6, %[arg5]\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.h192 unsigned long arg5);
/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.c367 unsigned long arg5; member in struct:smp_funcall
453 ccall_info.arg5);
/linux-master/drivers/platform/x86/
H A Dasus-wmi.c154 u32 arg5; member in struct:bios_args
/linux-master/tools/testing/selftests/sched/
H A Dcs_prctl_test.c78 unsigned long arg5)
82 res = prctl(option, arg2, arg3, arg4, arg5);
84 (long)arg4, arg5);
77 _prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) argument
/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c3940 u8 arg1, u8 arg2, u8 arg3, u8 arg4, u8 arg5)
3950 h2c.b_type_dma.data5 = arg5;
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.h116 long arg5 = (long)(t5)(a5)
133 register long r6 asm("6") = arg5
/linux-master/arch/riscv/kernel/
H A Dsbi.c25 unsigned long arg4, unsigned long arg5) __ro_after_init;
30 unsigned long arg5)
39 register uintptr_t a5 asm ("a5") = (uintptr_t)(arg5);
161 unsigned long arg4, unsigned long arg5)
213 unsigned long arg4, unsigned long arg5)
252 unsigned long arg5)
304 unsigned long arg4, unsigned long arg5)
318 hbase, start, size, arg4, arg5);
339 start, size, arg4, arg5);
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
/linux-master/arch/riscv/include/asm/
H A Dsbi.h298 unsigned long arg5);
/linux-master/tools/testing/selftests/kvm/include/
H A Ducall_common.h64 #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.h69 long arg3, long arg4, long arg5)
76 "g" (arg4), "g" (arg5)
68 stub_syscall5(long syscall, long arg1, long arg2, long arg3, long arg4, long arg5) argument
H A Dstub_32.h71 long arg3, long arg4, long arg5)
76 "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5)
70 stub_syscall5(long syscall, long arg1, long arg2, long arg3, long arg4, long arg5) argument
/linux-master/arch/parisc/kernel/
H A Dfirmware.c1841 unsigned int arg5; member in struct:narrow_stack
1866 real_stack.arg5 = va_arg(args, unsigned int);
1889 unsigned long arg5; member in struct:wide_stack
1917 real64_stack.arg5 = va_arg(args, unsigned long);
/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
H A Darch-mips.h134 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \
141 register long _arg5 = (long)(arg5); \
156 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \
163 register long _arg5 = (long)(arg5); \
/linux-master/security/yama/
H A Dyama_lsm.c217 * @arg5: argument
223 unsigned long arg4, unsigned long arg5)
222 yama_task_prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) argument

Completed in 613 milliseconds

123