Searched refs:arg5 (Results 26 - 50 of 62) sorted by relevance

123

/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/arch/sparc/kernel/
H A Dsun4m_smp.c165 unsigned long arg5; member in struct:smp_funcall
188 ccall_info.arg5 = 0;
239 ccall_info.arg5);
H A Dsun4d_smp.c276 unsigned long arg5; member in struct:smp_funcall
362 ccall_info.arg5);
H A Dleon_smp.c367 unsigned long arg5; member in struct:smp_funcall
453 ccall_info.arg5);
/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/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c40 unsigned long arg5,
49 arg5, arg6, arg7);
60 " arg5=%lx arg6=%lx arg7=%lx\n",
62 arg1, arg2, arg3, arg4, arg5, arg6, arg7);
76 unsigned long arg5,
88 arg1, arg2, arg3, arg4, arg5,
106 " arg5=%lx arg6=%lx arg7=%lx arg8=%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.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/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpf_syscall_macro.c55 ASSERT_EQ(skel->bss->arg5, exp_arg5, "syscall_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/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 Darm-smccc.h424 #define __constraint_read_7 __constraint_read_6, "r" (arg5)
464 register typeof(a5) arg5 asm("r5") = __a5
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
/linux-master/security/keys/
H A Dkeyctl.c1874 unsigned long, arg4, unsigned long, arg5)
1912 (key_serial_t) arg5);
1932 (key_serial_t) arg5);
1961 (key_serial_t) arg5);
1968 (key_serial_t) arg5);
1979 (struct keyctl_kdf_params __user *) arg5);
1991 (struct keyctl_pkey_query __user *)arg5);
2001 (void __user *)arg5);
2008 (const void __user *)arg5);
2014 (unsigned int)arg5);
[all...]
/linux-master/tools/testing/selftests/kvm/include/riscv/
H A Dprocessor.h192 unsigned long arg5);
/linux-master/tools/testing/selftests/x86/
H A Dsyscall_numbering.c121 register long long arg5 asm("r8") = 0;
138 "r" (arg4), "r" (arg5), "r" (arg6)
/linux-master/drivers/pnp/pnpbios/
H A Dbioscalls.c82 u16 arg4, u16 arg5, u16 arg6, u16 arg7,
132 "c"((arg4) | (((u32) arg5) << 16)),
81 call_pnp_bios(u16 func, u16 arg1, u16 arg2, u16 arg3, u16 arg4, u16 arg5, u16 arg6, u16 arg7, void *ts1_base, u32 ts1_size, void *ts2_base, u32 ts2_size) argument
/linux-master/arch/parisc/include/asm/
H A Dasmregs.h26 arg5: .reg r21
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.h126 u32 arg3, u32 arg4, u32 arg5);
/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
/linux-master/arch/riscv/include/asm/
H A Dsbi.h298 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/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
/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/security/
H A Dcommoncap.c1257 * @arg5: The argument data for this function
1267 unsigned long arg4, unsigned long arg5)
1349 if (arg3 | arg4 | arg5)
1359 if (((!cap_valid(arg3)) | arg4 | arg5))
1266 cap_task_prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) argument
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S117 #define arg5 r8 define
278 add %arg5, InLen(%arg2)
281 PARTIAL_BLOCK %arg3 %arg4 %arg5 %r11 %xmm8 \operation
283 sub %r11, %arg5 # sub partial block data used
284 mov %arg5, %r13 # save the number of bytes
335 mov %arg5, %r13
336 and $15, %r13 # %r13 = arg5 (mod 16)
350 cmp $16, %arg5
1702 GCM_INIT %arg3, %arg4,%arg5, %arg6

Completed in 302 milliseconds

123