Home
last modified time | relevance | path

Searched refs:arg5 (Results 1 – 17 of 17) sorted by relevance

/arch/m68k/include/asm/
A Dlinkage.h31 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \ argument
33 "m" (arg4), "m" (arg5))
34 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
36 "m" (arg4), "m" (arg5), "m" (arg6))
A Dmath-emu.h246 .macro movestack nr,arg1,arg2,arg3,arg4,arg5
248 movestack (\nr-1),\arg2,\arg3,\arg4,\arg5
253 .macro printf bit=-1,string,nr=0,arg1,arg2,arg3,arg4,arg5
271 movestack \nr,\arg1,\arg2,\arg3,\arg4,\arg5
/arch/x86/um/shared/sysdep/
A Dstub_32.h72 long arg3, long arg4, long arg5) in stub_syscall5() argument
77 "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5) in stub_syscall5()
84 long arg3, long arg4, long arg5, in stub_syscall6() argument
99 "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5) in stub_syscall6()
A Dstub_64.h82 long arg3, long arg4, long arg5) in stub_syscall5() argument
89 "g" (arg4), "g" (arg5) in stub_syscall5()
96 long arg3, long arg4, long arg5, in stub_syscall6() argument
105 "g" (arg4), "g" (arg5), "g" (arg6) in stub_syscall6()
/arch/s390/include/asm/
A Dkvm_para.h40 #define HYPERCALL_PARM_5 HYPERCALL_PARM_4, unsigned long arg5
57 register unsigned long r6 asm("6") = arg5
67 #define HYPERCALL_ARGS_5 HYPERCALL_ARGS_4, arg5
A Dsyscall.h127 #define SYSCALL_PARM_5 SYSCALL_PARM_4, long arg5
144 register long r6 asm("6") = arg5
A Dstacktrace.h129 long arg5 = (long)(t5)(a5)
146 register long r6 asm("6") = arg5
/arch/riscv/kernel/
A Dsbi_ecall.c22 unsigned long arg4, unsigned long arg5, in __sbi_ecall() argument
34 register uintptr_t a5 asm ("a5") = (uintptr_t)(arg5); in __sbi_ecall()
A Dsbi.c25 unsigned long arg4, unsigned long arg5) __ro_after_init;
116 unsigned long arg4, unsigned long arg5) in __sbi_rfence_v01() argument
168 unsigned long arg4, unsigned long arg5) in __sbi_rfence_v01() argument
207 unsigned long arg5) in __sbi_rfence_v02_call() argument
259 unsigned long arg4, unsigned long arg5) in __sbi_rfence_v02() argument
273 hbase, start, size, arg4, arg5); in __sbi_rfence_v02()
294 start, size, arg4, arg5); in __sbi_rfence_v02()
/arch/sparc/kernel/
A Dsun4m_smp.c165 unsigned long arg5; member
188 ccall_info.arg5 = 0; in sun4m_cross_call()
239 ccall_info.arg5); in smp4m_cross_call_irq()
A Dsun4d_smp.c276 unsigned long arg5; member
362 ccall_info.arg5); in smp4d_cross_call_irq()
A Dleon_smp.c367 unsigned long arg5; member
453 ccall_info.arg5); in leon_cross_call_irq()
A Dhead_64.S312 stx %l3, [%sp + 2047 + 128 + 0x38] ! arg5: vaddr (KERNBASE)
/arch/parisc/include/asm/
A Dunistd.h117 #define syscall5(name, arg1, arg2, arg3, arg4, arg5) \ argument
118 K_INLINE_SYSCALL(name, 5, arg1, arg2, arg3, arg4, arg5)
A Dasmregs.h26 arg5: .reg r21
/arch/parisc/kernel/
A Dfirmware.c1841 unsigned int arg5; member
1866 real_stack.arg5 = va_arg(args, unsigned int); in real32_call()
1889 unsigned long arg5; member
1917 real64_stack.arg5 = va_arg(args, unsigned long); in real64_call()
/arch/riscv/include/asm/
A Dsbi.h466 unsigned long arg4, unsigned long arg5,

Completed in 39 milliseconds