/arch/m68k/include/asm/ |
D | linkage.h | 22 #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/ |
D | stub_32.h | 24 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()
|
D | stub_64.h | 30 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() argument 36 : "0" (syscall), "D" (arg1), "S" (arg2) : __syscall_clobber ); in stub_syscall2() 41 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3() argument 47 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3) in stub_syscall3() 53 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4() argument 60 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3), in stub_syscall4() 67 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5() argument 74 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3), in stub_syscall5()
|
/arch/sparc/include/asm/ |
D | smp_32.h | 57 void (*cross_call)(void *func, cpumask_t mask, unsigned long arg1, 71 static inline void xc1(void *func, unsigned long arg1) in xc1() argument 73 sparc32_ipi_ops->cross_call(func, *cpu_online_mask, arg1, 0, 0, 0); in xc1() 75 static inline void xc2(void *func, unsigned long arg1, unsigned long arg2) in xc2() argument 77 sparc32_ipi_ops->cross_call(func, *cpu_online_mask, arg1, arg2, 0, 0); in xc2() 80 static inline void xc3(void *func, unsigned long arg1, unsigned long arg2, in xc3() argument 84 arg1, arg2, arg3, 0); in xc3() 87 static inline void xc4(void *func, unsigned long arg1, unsigned long arg2, in xc4() argument 91 arg1, arg2, arg3, arg4); in xc4()
|
/arch/parisc/include/asm/ |
D | unistd.h | 113 #define _syscall1(type,name,type1,arg1) \ argument 114 type name(type1 arg1) \ 116 return K_INLINE_SYSCALL(name, 1, arg1); \ 119 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 120 type name(type1 arg1, type2 arg2) \ 122 return K_INLINE_SYSCALL(name, 2, arg1, arg2); \ 125 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 126 type name(type1 arg1, type2 arg2, type3 arg3) \ 128 return K_INLINE_SYSCALL(name, 3, arg1, arg2, arg3); \ 131 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument [all …]
|
/arch/x86/include/asm/ |
D | paravirt_types.h | 508 #define PVOP_CALL1(rettype, op, arg1) \ argument 509 __PVOP_CALL(rettype, op, PVOP_CALL_ARG1(arg1)) 510 #define PVOP_VCALL1(op, arg1) \ argument 511 __PVOP_VCALL(op, PVOP_CALL_ARG1(arg1)) 512 #define PVOP_ALT_VCALL1(op, arg1, alt, cond) \ argument 513 __PVOP_ALT_VCALL(op, alt, cond, PVOP_CALL_ARG1(arg1)) 515 #define PVOP_CALLEE1(rettype, op, arg1) \ argument 516 __PVOP_CALLEESAVE(rettype, op, PVOP_CALL_ARG1(arg1)) 517 #define PVOP_VCALLEE1(op, arg1) \ argument 518 __PVOP_VCALLEESAVE(op, PVOP_CALL_ARG1(arg1)) [all …]
|
D | irq_stack.h | 174 #define SYSVEC_CONSTRAINTS , [arg1] "r" (regs) 194 #define IRQ_CONSTRAINTS , [arg1] "r" (regs), [arg2] "r" ((unsigned long)vector)
|
/arch/parisc/kernel/ |
D | real2.S | 61 ldw 0(%arg1), %arg0 /* note overwriting arg0 */ 62 ldw -8(%arg1), %arg2 63 ldw -12(%arg1), %arg3 64 ldw -4(%arg1), %arg1 /* obviously must do this one last! */ 240 ldd 0*REG_SZ(%arg1), %arg0 /* note overwriting arg0 */ 241 ldd 2*REG_SZ(%arg1), %arg2 242 ldd 3*REG_SZ(%arg1), %arg3 243 ldd 4*REG_SZ(%arg1), %r22 244 ldd 5*REG_SZ(%arg1), %r21 245 ldd 6*REG_SZ(%arg1), %r20 [all …]
|
D | pacache.S | 70 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 …]
|
D | hpmc.S | 147 ldo PDC_PIM_HPMC(%r0),arg1 /* Transfer HPMC data */ 163 ldo 0(%r0),arg1 /* log IO errors */ 188 ldo PDC_IODC_READ(%r0),arg1 208 ldo ENTRY_INIT_MOD_DEV(%r0), arg1 266 ldo 0(%r0),arg1 /* do reset */
|
D | head.S | 69 stw,ma %arg1,4(%r1) 83 ldi msg1_end-msg1,%arg1 86 copy %arg1, %r11 90 ldi ENTRY_IO_COUT,%arg1 260 ldo PDC_PSW_SET_DEFAULTS(%r0),%arg1 /* 2 */ 278 ldi PDC_BTLB_PURGE_ALL,%arg1
|
/arch/arm/mach-bcm/ |
D | bcm_kona_smc.c | 18 unsigned arg1; member 128 writel_relaxed(data->arg1, args++); in __bcm_kona_smc() 139 unsigned bcm_kona_smc(unsigned service_id, unsigned arg0, unsigned arg1, in bcm_kona_smc() argument 146 data.arg1 = arg1; in bcm_kona_smc()
|
/arch/alpha/include/asm/ |
D | pal.h | 42 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/mips/kernel/ |
D | syscall.c | 207 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/sparc/kernel/ |
D | sun4m_smp.c | 161 unsigned long arg1; member 173 static void sun4m_cross_call(void *func, cpumask_t mask, unsigned long arg1, in sun4m_cross_call() argument 184 ccall_info.arg1 = arg1; in sun4m_cross_call() 238 func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, ccall_info.arg4, in smp4m_cross_call_irq()
|
D | sun4d_smp.c | 272 unsigned long arg1; member 284 static void sun4d_cross_call(void *func, cpumask_t mask, unsigned long arg1, in sun4d_cross_call() argument 300 register unsigned long a1 asm("i1") = arg1; in sun4d_cross_call() 361 func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, ccall_info.arg4, in smp4d_cross_call_irq()
|
/arch/s390/include/asm/ |
D | kvm_para.h | 36 #define HYPERCALL_PARM_1 , unsigned long arg1 45 register unsigned long r2 asm("2") = arg1 63 #define HYPERCALL_ARGS_1 , arg1
|
/arch/arm/mach-at91/ |
D | sam_secure.c | 17 struct arm_smccc_res sam_smccc_call(u32 fn, u32 arg0, u32 arg1) in sam_smccc_call() argument 24 arm_smccc_smc(SAM_SIP_SMC_STD_CALL_VAL(fn), arg0, arg1, 0, 0, 0, 0, 0, in sam_smccc_call()
|
/arch/ia64/kernel/ |
D | sal.c | 353 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()
|
D | esi.c | 90 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/arm/mach-omap2/ |
D | omap-secure.c | 59 u32 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs, u32 arg1, u32 arg2, in omap_secure_dispatcher() argument 71 param[1] = arg1; in omap_secure_dispatcher() 156 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in rx51_secure_dispatcher() argument 162 param[1] = arg1; in rx51_secure_dispatcher()
|
/arch/x86/math-emu/ |
D | poly.h | 63 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()
|
D | fpu_emu.h | 193 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/ |
D | head.S | 60 copy %arg1, %r6 /* command line */ 80 copy %r6, %arg1 /* command line */
|
/arch/sh/kernel/ |
D | sh_bios.c | 25 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()
|