/kernel/linux/linux-5.10/security/keys/ |
H A D | compat.c | 18 u32, arg2, u32, arg3, u32, arg4, u32, arg5) in COMPAT_SYSCALL_DEFINE5() 28 return keyctl_update_key(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5() 34 return keyctl_describe_key(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5() 47 compat_ptr(arg4), arg5); in COMPAT_SYSCALL_DEFINE5() 50 return keyctl_read_key(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5() 53 return keyctl_chown_key(arg2, arg3, arg4); in COMPAT_SYSCALL_DEFINE5() 59 return keyctl_instantiate_key(arg2, compat_ptr(arg3), arg4, in COMPAT_SYSCALL_DEFINE5() 63 return keyctl_negate_key(arg2, arg3, arg4); in COMPAT_SYSCALL_DEFINE5() 75 return keyctl_get_security(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5() 81 return keyctl_reject_key(arg2, arg3, arg4, arg in COMPAT_SYSCALL_DEFINE5() [all...] |
/kernel/linux/linux-6.6/security/keys/ |
H A D | compat.c | 18 u32, arg2, u32, arg3, u32, arg4, u32, arg5) in COMPAT_SYSCALL_DEFINE5() 28 return keyctl_update_key(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5() 34 return keyctl_describe_key(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5() 47 compat_ptr(arg4), arg5); in COMPAT_SYSCALL_DEFINE5() 50 return keyctl_read_key(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5() 53 return keyctl_chown_key(arg2, arg3, arg4); in COMPAT_SYSCALL_DEFINE5() 59 return keyctl_instantiate_key(arg2, compat_ptr(arg3), arg4, in COMPAT_SYSCALL_DEFINE5() 63 return keyctl_negate_key(arg2, arg3, arg4); in COMPAT_SYSCALL_DEFINE5() 75 return keyctl_get_security(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5() 81 return keyctl_reject_key(arg2, arg3, arg4, arg in COMPAT_SYSCALL_DEFINE5() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | sdt.h | 344 #define _SDT_ASM_OPERANDS_4(arg1, arg2, arg3, arg4) \ 345 _SDT_ASM_OPERANDS_3(arg1, arg2, arg3), _SDT_ARG(4, arg4) 346 #define _SDT_ASM_OPERANDS_5(arg1, arg2, arg3, arg4, arg5) \ 347 _SDT_ASM_OPERANDS_4(arg1, arg2, arg3, arg4), _SDT_ARG(5, arg5) 348 #define _SDT_ASM_OPERANDS_6(arg1, arg2, arg3, arg4, arg5, arg6) \ 349 _SDT_ASM_OPERANDS_5(arg1, arg2, arg3, arg4, arg5), _SDT_ARG(6, arg6) 350 #define _SDT_ASM_OPERANDS_7(arg1, arg2, arg3, arg4, arg5, arg6, arg7) \ 351 _SDT_ASM_OPERANDS_6(arg1, arg2, arg3, arg4, arg5, arg6), _SDT_ARG(7, arg7) 352 #define _SDT_ASM_OPERANDS_8(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \ 353 _SDT_ASM_OPERANDS_7(arg1, arg2, arg3, arg4, arg [all...] |
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | linkage.h | 28 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \ 30 "m" (arg4)) 31 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \ 33 "m" (arg4), "m" (arg5)) 34 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \ 36 "m" (arg4), "m" (arg5), "m" (arg6))
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | linkage.h | 28 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \ 30 "m" (arg4)) 31 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \ 33 "m" (arg4), "m" (arg5)) 34 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \ 36 "m" (arg4), "m" (arg5), "m" (arg6))
|
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H A D | sbi.c | 21 unsigned long arg4, unsigned long arg5); 25 unsigned long arg3, unsigned long arg4, in sbi_ecall() 34 register uintptr_t a4 asm ("a4") = (uintptr_t)(arg4); in sbi_ecall() 143 unsigned long arg4, unsigned long arg5) in __sbi_rfence_v01() 161 arg4, 0, 0); in __sbi_rfence_v01() 192 unsigned long arg4, unsigned long arg5) in __sbi_rfence_v01() 260 unsigned long size, unsigned long arg4, in __sbi_rfence_v02_call() 277 size, arg4, 0); in __sbi_rfence_v02_call() 286 size, arg4, 0); in __sbi_rfence_v02_call() 294 size, arg4, in __sbi_rfence_v02_call() 23 sbi_ecall(int ext, int fid, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) sbi_ecall() argument 141 __sbi_rfence_v01(int fid, const unsigned long *hart_mask, unsigned long start, unsigned long size, unsigned long arg4, unsigned long arg5) __sbi_rfence_v01() argument 190 __sbi_rfence_v01(int fid, const unsigned long *hart_mask, unsigned long start, unsigned long size, unsigned long arg4, unsigned long arg5) __sbi_rfence_v01() argument 258 __sbi_rfence_v02_call(unsigned long fid, unsigned long hmask_val, unsigned long hbase, unsigned long start, unsigned long size, unsigned long arg4, unsigned long arg5) __sbi_rfence_v02_call() argument 311 __sbi_rfence_v02(int fid, const unsigned long *hart_mask, unsigned long start, unsigned long size, unsigned long arg4, unsigned long arg5) __sbi_rfence_v02() argument [all...] |
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | arch-arm.h | 124 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ 130 register long _arg4 __asm__ ("r3") = (long)(arg4); \ 144 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ 150 register long _arg4 __asm__ ("r3") = (long)(arg4); \ 165 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ 171 register long _arg4 __asm__ ("r3") = (long)(arg4); \
|
H A D | arch-i386.h | 96 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ 103 register long _arg4 __asm__ ("esi") = (long)(arg4); \ 115 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ 122 register long _arg4 __asm__ ("esi") = (long)(arg4); \ 135 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ 150 "S"(arg4), /* %esi */ \
|
H A D | arch-aarch64.h | 90 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ 96 register long _arg4 __asm__ ("x3") = (long)(arg4); \ 108 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ 114 register long _arg4 __asm__ ("x3") = (long)(arg4); \ 127 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ 133 register long _arg4 __asm__ ("x3") = (long)(arg4); \
|
H A D | arch-powerpc.h | 105 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ 112 register long _arg4 __asm__ ("r6") = (long)(arg4); \ 128 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ 135 register long _arg4 __asm__ ("r6") = (long)(arg4); \ 151 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ 158 register long _arg4 __asm__ ("r6") = (long)(arg4); \
|
H A D | arch-s390.h | 85 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ 91 register long _arg4 __asm__ ("5") = (long)(arg4); \ 102 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ 108 register long _arg4 __asm__ ("5") = (long)(arg4); \ 121 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ 127 register long _arg4 __asm__ ("5") = (long)(arg4); \
|
H A D | arch-mips.h | 110 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ 116 register long _arg4 __asm__ ("a3") = (long)(arg4); \ 130 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ 136 register long _arg4 __asm__ ("a3") = (long)(arg4); \ 152 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ 158 register long _arg4 __asm__ ("a3") = (long)(arg4); \
|
H A D | arch-x86_64.h | 97 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ 104 register long _arg4 __asm__ ("r10") = (long)(arg4); \ 116 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ 123 register long _arg4 __asm__ ("r10") = (long)(arg4); \ 136 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ 143 register long _arg4 __asm__ ("r10") = (long)(arg4); \
|
H A D | arch-loongarch.h | 90 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ 96 register long _arg4 __asm__ ("a3") = (long)(arg4); \ 108 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ 114 register long _arg4 __asm__ ("a3") = (long)(arg4); \ 127 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ 133 register long _arg4 __asm__ ("a3") = (long)(arg4); \
|
H A D | arch-riscv.h | 88 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ 94 register long _arg4 __asm__ ("a3") = (long)(arg4); \ 106 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ 112 register long _arg4 __asm__ ("a3") = (long)(arg4); \ 125 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ 131 register long _arg4 __asm__ ("a3") = (long)(arg4); \
|
/kernel/linux/linux-5.10/arch/x86/um/shared/sysdep/ |
H A D | stub_64.h | 53 long arg4) in stub_syscall4() 60 "g" (arg4) in stub_syscall4() 67 long arg4, long arg5) in stub_syscall5() 74 "g" (arg4), "g" (arg5) in stub_syscall5() 52 stub_syscall4(long syscall, long arg1, long arg2, long arg3, long arg4) stub_syscall4() argument 66 stub_syscall5(long syscall, long arg1, long arg2, long arg3, long arg4, long arg5) stub_syscall5() argument
|
H A D | stub_32.h | 54 long arg4) in stub_syscall4() 59 "c" (arg2), "d" (arg3), "S" (arg4)); in stub_syscall4() 65 long arg4, long arg5) in stub_syscall5() 70 "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5)); in stub_syscall5() 53 stub_syscall4(long syscall, long arg1, long arg2, long arg3, long arg4) stub_syscall4() argument 64 stub_syscall5(long syscall, long arg1, long arg2, long arg3, long arg4, long arg5) stub_syscall5() argument
|
/kernel/linux/linux-6.6/arch/x86/um/shared/sysdep/ |
H A D | stub_32.h | 54 long arg4) in stub_syscall4() 59 "c" (arg2), "d" (arg3), "S" (arg4)); in stub_syscall4() 65 long arg4, long arg5) in stub_syscall5() 70 "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5)); in stub_syscall5() 53 stub_syscall4(long syscall, long arg1, long arg2, long arg3, long arg4) stub_syscall4() argument 64 stub_syscall5(long syscall, long arg1, long arg2, long arg3, long arg4, long arg5) stub_syscall5() argument
|
H A D | stub_64.h | 54 long arg4) in stub_syscall4() 61 "g" (arg4) in stub_syscall4() 68 long arg4, long arg5) in stub_syscall5() 75 "g" (arg4), "g" (arg5) in stub_syscall5() 53 stub_syscall4(long syscall, long arg1, long arg2, long arg3, long arg4) stub_syscall4() argument 67 stub_syscall5(long syscall, long arg1, long arg2, long arg3, long arg4, long arg5) stub_syscall5() argument
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
H A D | nolibc.h | 364 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ 371 register long _arg4 asm("r10") = (long)(arg4); \ 383 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ 390 register long _arg4 asm("r10") = (long)(arg4); \ 403 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ 410 register long _arg4 asm("r10") = (long)(arg4); \ 569 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ 576 register long _arg4 asm("esi") = (long)(arg4); \ 588 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ 595 register long _arg4 asm("esi") = (long)(arg4); \ [all...] |
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | sbi.c | 24 unsigned long arg4, unsigned long arg5) __ro_after_init; 28 unsigned long arg3, unsigned long arg4, in sbi_ecall() 37 register uintptr_t a4 asm ("a4") = (uintptr_t)(arg4); in sbi_ecall() 160 unsigned long arg4, unsigned long arg5) in __sbi_rfence_v01() 183 arg4, 0, 0); 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() 267 size, arg4, 0); in __sbi_rfence_v02_call() 276 size, arg4, 0); in __sbi_rfence_v02_call() 284 size, arg4, in __sbi_rfence_v02_call() 26 sbi_ecall(int ext, int fid, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) sbi_ecall() argument 158 __sbi_rfence_v01(int fid, const struct cpumask *cpu_mask, unsigned long start, unsigned long size, unsigned long arg4, unsigned long arg5) __sbi_rfence_v01() argument 210 __sbi_rfence_v01(int fid, const struct cpumask *cpu_mask, unsigned long start, unsigned long size, unsigned long arg4, unsigned long arg5) __sbi_rfence_v01() argument 248 __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) __sbi_rfence_v02_call() argument 301 __sbi_rfence_v02(int fid, const struct cpumask *cpu_mask, unsigned long start, unsigned long size, unsigned long arg4, unsigned long arg5) __sbi_rfence_v02() argument [all...] |
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | unistd.h | 135 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ 136 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ 138 return K_INLINE_SYSCALL(name, 4, arg1, arg2, arg3, arg4); \ 142 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ 143 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \ 145 return K_INLINE_SYSCALL(name, 5, arg1, arg2, arg3, arg4, arg5); \
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | unistd.h | 131 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ 132 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ 134 return K_INLINE_SYSCALL(name, 4, arg1, arg2, arg3, arg4); \ 138 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ 139 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \ 141 return K_INLINE_SYSCALL(name, 5, arg1, arg2, arg3, arg4, arg5); \
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_syscall_macro.c | 14 unsigned long arg4 = 0; variable 53 bpf_probe_read_kernel(&arg4, sizeof(arg4), &PT_REGS_PARM4_SYSCALL(real_regs)); in BPF_KPROBE() 69 unsigned long arg3, unsigned long arg4, unsigned long arg5) in BPF_KSYSCALL() 79 arg4_syscall = arg4; in BPF_KSYSCALL() 68 BPF_KSYSCALL(prctl_enter, int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) BPF_KSYSCALL() argument
|
/kernel/linux/linux-5.10/include/linux/firmware/meson/ |
H A D | meson_sm.h | 22 u32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4); 25 u32 arg1, u32 arg2, u32 arg3, u32 arg4); 28 u32 arg1, u32 arg2, u32 arg3, u32 arg4);
|