Home
last modified time | relevance | path

Searched refs:arg1 (Results 1 – 25 of 65) sorted by relevance

123

/arch/m68k/include/asm/
Dlinkage.h22 #define __asmlinkage_protect1(ret, arg1) \ argument
23 __asmlinkage_protect_n(ret, "m" (arg1))
24 #define __asmlinkage_protect2(ret, arg1, arg2) \ argument
25 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2))
26 #define __asmlinkage_protect3(ret, arg1, arg2, arg3) \ argument
27 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3))
28 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \ argument
29 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
31 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \ argument
32 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
[all …]
/arch/x86/um/shared/sysdep/
Dstub_32.h24 static inline long stub_syscall1(long syscall, long arg1) in stub_syscall1() argument
28 __asm__ volatile ("int $0x80" : "=a" (ret) : "0" (syscall), "b" (arg1)); in stub_syscall1()
33 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() argument
37 __asm__ volatile ("int $0x80" : "=a" (ret) : "0" (syscall), "b" (arg1), in stub_syscall2()
43 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3() argument
47 __asm__ volatile ("int $0x80" : "=a" (ret) : "0" (syscall), "b" (arg1), in stub_syscall3()
53 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4() argument
58 __asm__ volatile ("int $0x80" : "=a" (ret) : "0" (syscall), "b" (arg1), in stub_syscall4()
64 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5() argument
69 __asm__ volatile ("int $0x80" : "=a" (ret) : "0" (syscall), "b" (arg1), in stub_syscall5()
Dstub_64.h29 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() argument
35 : "0" (syscall), "D" (arg1), "S" (arg2) : __syscall_clobber ); in stub_syscall2()
40 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3() argument
46 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3) in stub_syscall3()
52 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4() argument
59 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3), in stub_syscall4()
66 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5() argument
73 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3), in stub_syscall5()
/arch/sparc/include/asm/
Dsmp_32.h60 void (*cross_call)(smpfunc_t func, cpumask_t mask, unsigned long arg1,
74 static inline void xc1(smpfunc_t func, unsigned long arg1) in xc1() argument
76 sparc32_ipi_ops->cross_call(func, *cpu_online_mask, arg1, 0, 0, 0); in xc1()
78 static inline void xc2(smpfunc_t func, unsigned long arg1, unsigned long arg2) in xc2() argument
80 sparc32_ipi_ops->cross_call(func, *cpu_online_mask, arg1, arg2, 0, 0); in xc2()
83 static inline void xc3(smpfunc_t func, unsigned long arg1, unsigned long arg2, in xc3() argument
87 arg1, arg2, arg3, 0); in xc3()
90 static inline void xc4(smpfunc_t func, unsigned long arg1, unsigned long arg2, in xc4() argument
94 arg1, arg2, arg3, arg4); in xc4()
/arch/parisc/include/asm/
Dunistd.h117 #define _syscall1(type,name,type1,arg1) \ argument
118 type name(type1 arg1) \
120 return K_INLINE_SYSCALL(name, 1, arg1); \
123 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
124 type name(type1 arg1, type2 arg2) \
126 return K_INLINE_SYSCALL(name, 2, arg1, arg2); \
129 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
130 type name(type1 arg1, type2 arg2, type3 arg3) \
132 return K_INLINE_SYSCALL(name, 3, arg1, arg2, arg3); \
135 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
[all …]
/arch/x86/include/asm/
Dparavirt_types.h570 #define PVOP_CALL1(rettype, op, arg1) \ argument
571 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1))
572 #define PVOP_VCALL1(op, arg1) \ argument
573 __PVOP_VCALL(op, "", "", PVOP_CALL_ARG1(arg1))
575 #define PVOP_CALLEE1(rettype, op, arg1) \ argument
576 __PVOP_CALLEESAVE(rettype, op, "", "", PVOP_CALL_ARG1(arg1))
577 #define PVOP_VCALLEE1(op, arg1) \ argument
578 __PVOP_VCALLEESAVE(op, "", "", PVOP_CALL_ARG1(arg1))
581 #define PVOP_CALL2(rettype, op, arg1, arg2) \ argument
582 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1), \
[all …]
/arch/parisc/kernel/
Dreal2.S74 ldw 0(%arg1), %arg0 /* note overwriting arg0 */
75 ldw -8(%arg1), %arg2
76 ldw -12(%arg1), %arg3
77 ldw -4(%arg1), %arg1 /* obviously must do this one last! */
253 ldd 0*REG_SZ(%arg1), %arg0 /* note overwriting arg0 */
254 ldd 2*REG_SZ(%arg1), %arg2
255 ldd 3*REG_SZ(%arg1), %arg3
256 ldd 4*REG_SZ(%arg1), %r22
257 ldd 5*REG_SZ(%arg1), %r21
258 ldd 6*REG_SZ(%arg1), %r20
[all …]
Dpacache.S70 LDREG ITLB_OFF_STRIDE(%r1), %arg1
86 pitlbe,m %arg1(%sr1, %r28) /* Last pitlbe and addr adjust */
100 pitlbe,m %arg1(%sr1, %r28) /* pitlbe for one loop */
114 LDREG DTLB_OFF_STRIDE(%r1), %arg1
130 pdtlbe,m %arg1(%sr1, %r28) /* Last pdtlbe and addr adjust */
144 pdtlbe,m %arg1(%sr1, %r28) /* pdtlbe for one loop */
196 LDREG ICACHE_STRIDE(%r1), %arg1
207 fice,m %arg1(%sr1, %arg0) /* Last fice and addr adjust */
216 fice,m %arg1(%sr1, %arg0)
217 fice,m %arg1(%sr1, %arg0)
[all …]
Dhpmc.S149 ldo PDC_PIM_HPMC(%r0),arg1 /* Transfer HPMC data */
165 ldo 0(%r0),arg1 /* log IO errors */
190 ldo PDC_IODC_READ(%r0),arg1
210 ldo ENTRY_INIT_MOD_DEV(%r0), arg1
268 ldo 0(%r0),arg1 /* do reset */
/arch/s390/include/asm/
Dstacktrace.h78 #define CALL_ARGS_1(arg1) \ argument
79 register unsigned long r2 asm("2") = (unsigned long)(arg1)
80 #define CALL_ARGS_2(arg1, arg2) \ argument
81 CALL_ARGS_1(arg1); \
83 #define CALL_ARGS_3(arg1, arg2, arg3) \ argument
84 CALL_ARGS_2(arg1, arg2); \
86 #define CALL_ARGS_4(arg1, arg2, arg3, arg4) \ argument
87 CALL_ARGS_3(arg1, arg2, arg3); \
89 #define CALL_ARGS_5(arg1, arg2, arg3, arg4, arg5) \ argument
90 CALL_ARGS_4(arg1, arg2, arg3, arg4); \
[all …]
/arch/arm64/kernel/
Dcpu-reset.h14 unsigned long arg0, unsigned long arg1, unsigned long arg2);
18 unsigned long arg1, in cpu_soft_restart() argument
28 restart(el2_switch, entry, arg0, arg1, arg2); in cpu_soft_restart()
/arch/arm/mach-bcm/
Dbcm_kona_smc.c30 unsigned arg1; member
151 writel_relaxed(data->arg1, args++); in __bcm_kona_smc()
162 unsigned bcm_kona_smc(unsigned service_id, unsigned arg0, unsigned arg1, in bcm_kona_smc() argument
169 data.arg1 = arg1; in bcm_kona_smc()
Dbcm_kona_smc.h28 unsigned arg1,
/arch/mips/kernel/
Dsyscall.c207 SYSCALL_DEFINE3(sysmips, long, cmd, long, arg1, long, arg2) in SYSCALL_DEFINE3() argument
211 return mips_atomic_set(arg1, arg2); in SYSCALL_DEFINE3()
214 if (arg1 & ~3) in SYSCALL_DEFINE3()
217 if (arg1 & 1) in SYSCALL_DEFINE3()
221 if (arg1 & 2) in SYSCALL_DEFINE3()
/arch/alpha/include/asm/
Dpal.h42 extern inline void NAME(TYPE0 arg0, TYPE1 arg1) \
45 register TYPE1 __r17 __asm__("$17") = arg1; \
67 extern inline RTYPE NAME(TYPE0 arg0, TYPE1 arg1) \
71 register TYPE1 __r17 __asm__("$17") = arg1; \
98 #define __tbi(nr,arg,arg1...) \ argument
105 :"0" (__r16),"i" (PAL_tbi) ,##arg1 \
/arch/sparc/kernel/
Dsun4m_smp.c161 unsigned long arg1; member
173 static void sun4m_cross_call(smpfunc_t func, cpumask_t mask, unsigned long arg1, in sun4m_cross_call() argument
184 ccall_info.arg1 = arg1; in sun4m_cross_call()
236 ccall_info.func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, in smp4m_cross_call_irq()
/arch/arm/mach-omap2/
Domap-secure.c59 u32 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs, u32 arg1, u32 arg2, in omap_secure_dispatcher() argument
66 param[1] = arg1; in omap_secure_dispatcher()
154 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in rx51_secure_dispatcher() argument
160 param[1] = arg1; in rx51_secure_dispatcher()
Domap-secure.h68 u32 arg1, u32 arg2, u32 arg3, u32 arg4);
79 u32 arg1, u32 arg2, u32 arg3, u32 arg4);
/arch/ia64/kernel/
Dsal.c353 ia64_sal_oemcall(struct ia64_sal_retval *isrvp, u64 oemfunc, u64 arg1, in ia64_sal_oemcall() argument
358 SAL_CALL(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, arg7); in ia64_sal_oemcall()
364 ia64_sal_oemcall_nolock(struct ia64_sal_retval *isrvp, u64 oemfunc, u64 arg1, in ia64_sal_oemcall_nolock() argument
370 SAL_CALL_NOLOCK(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, in ia64_sal_oemcall_nolock()
378 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, in ia64_sal_oemcall_reentrant() argument
383 SAL_CALL_REENTRANT(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, in ia64_sal_oemcall_reentrant()
Desi.c90 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, in ia64_esi_call() argument
121 *isrvp = (*esi_proc)(func, arg1, arg2, arg3, in ia64_esi_call()
141 u64 func, u64 arg1, u64 arg2, u64 arg3, u64 arg4, in ia64_esi_call_phys() argument
167 esi_params[1] = arg1; in ia64_esi_call_phys()
/arch/x86/math-emu/
Dpoly.h63 static inline unsigned long mul_32_32(const unsigned long arg1, in mul_32_32() argument
68 :"0"(arg1), "g"(arg2) in mul_32_32()
Dfpu_emu.h193 asmlinkage int FPU_u_sub(FPU_REG const *arg1, FPU_REG const *arg2,
196 asmlinkage int FPU_u_mul(FPU_REG const *arg1, FPU_REG const *arg2,
199 asmlinkage int FPU_u_div(FPU_REG const *arg1, FPU_REG const *arg2,
201 asmlinkage int FPU_u_add(FPU_REG const *arg1, FPU_REG const *arg2,
/arch/parisc/boot/compressed/
Dhead.S60 copy %arg1, %r6 /* command line */
80 copy %r6, %arg1 /* command line */
/arch/sh/kernel/
Dsh_bios.c25 static inline long sh_bios_call(long func, long arg0, long arg1, long arg2, in sh_bios_call() argument
30 register long r5 __asm__("r5") = arg1; in sh_bios_call()
/arch/x86/kernel/
Dirq_32.c76 u32 *isp, *prev_esp, arg1; in execute_on_irq_stack() local
102 : "=a" (arg1), "=b" (isp) in execute_on_irq_stack()

123