Searched refs:arg2 (Results 1 - 25 of 182) sorted by path

12345678

/linux-master/arch/m68k/include/asm/
H A Dlinkage.h24 #define __asmlinkage_protect2(ret, arg1, arg2) \
25 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2))
26 #define __asmlinkage_protect3(ret, arg1, arg2, arg3) \
27 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3))
28 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \
29 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
31 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \
32 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
34 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \
35 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "
[all...]
H A Dmath-emu.h246 .macro movestack nr,arg1,arg2,arg3,arg4,arg5 variable
248 movestack (\nr-1),\arg2,\arg3,\arg4,\arg5
253 .macro printf bit=-1,string,nr=0,arg1,arg2,arg3,arg4,arg5 variable
271 movestack \nr,\arg1,\arg2,\arg3,\arg4,\arg5 variable
/linux-master/arch/parisc/boot/compressed/
H A Dhead.S61 copy %arg2, %r7 /* rd-start */
81 copy %r7, %arg2 /* rd-start */
/linux-master/arch/parisc/include/asm/
H A Dasmregs.h13 arg2: .reg %r24
H A Dunistd.h119 #define _syscall2(type,name,type1,arg1,type2,arg2) \
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) \
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) \
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,type
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dps3stor.h57 u64 arg1, u64 arg2, u64 arg3, u64 arg4);
/linux-master/arch/sh/kernel/
H A Dsh_bios.c25 static inline long sh_bios_call(long func, long arg0, long arg1, long arg2, argument
31 register long r6 __asm__("r6") = arg2;
/linux-master/arch/x86/math-emu/
H A 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,
H A Dpoly.h64 const unsigned long arg2)
68 :"0"(arg1), "g"(arg2)
63 mul_32_32(const unsigned long arg1, const unsigned long arg2) argument
/linux-master/arch/x86/um/
H A Dsyscalls_32.c5 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dbw_fixed.h43 const struct bw_fixed arg2)
45 return (arg1.value <= arg2.value) ? arg1 : arg2;
49 const struct bw_fixed arg2)
51 return (arg2.value <= arg1.value) ? arg1 : arg2;
102 const struct bw_fixed arg2)
106 res.value = arg1.value + arg2.value;
111 static inline struct bw_fixed bw_sub(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
115 res.value = arg1.value - arg2
42 bw_min2(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
48 bw_max2(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
101 bw_add(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
121 bw_div(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
126 bw_mod(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
136 bw_equ(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
141 bw_neq(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
146 bw_leq(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
151 bw_meq(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
156 bw_ltn(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
161 bw_mtn(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
[all...]
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c37 unsigned long arg2,
48 ret = plpar_hcall_norets(opcode, arg1, arg2, arg3, arg4,
59 " arg1=%lx arg2=%lx arg3=%lx arg4=%lx"
62 arg1, arg2, arg3, arg4, arg5, arg6, arg7);
73 unsigned long arg2,
88 arg1, arg2, arg3, arg4, arg5,
97 cb_cat = EHEA_BMASK_GET(H_MEHEAPORT_CAT, arg2);
105 " arg1=%lx arg2=%lx arg3=%lx arg4=%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/drivers/net/fddi/skfp/h/
H A Dtargetos.h63 #define FDDI_TRACE(string, arg1, arg2, arg3) // Performance analysis.
65 #define NDD_TRACE(string, arg1, arg2, arg3) // Performance analysis.
/linux-master/arch/arm/mach-bcm/
H A Dbcm_kona_smc.c19 unsigned arg2; member in struct:bcm_kona_smc_data
129 writel_relaxed(data->arg2, args++);
140 unsigned arg2, unsigned arg3)
147 data.arg2 = arg2;
139 bcm_kona_smc(unsigned service_id, unsigned arg0, unsigned arg1, unsigned arg2, unsigned arg3) argument
H A Dbcm_kona_smc.h19 unsigned arg2,
/linux-master/arch/arm/mach-exynos/
H A Dsmc.h37 extern void exynos_smc(u32 cmd, u32 arg1, u32 arg2, u32 arg3);
/linux-master/arch/arm/mach-omap2/
H A Domap-secure.c55 * @arg1, arg2, arg3 args4: Parameters passed to secure API
59 u32 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs, u32 arg1, u32 arg2, argument
72 param[2] = arg2;
148 * @arg1, arg2, arg3 args4: Parameters passed to secure API
156 u32 arg1, u32 arg2, u32 arg3, u32 arg4)
163 param[2] = arg2;
155 rx51_secure_dispatcher(u32 idx, u32 process, u32 flag, u32 nargs, u32 arg1, u32 arg2, u32 arg3, u32 arg4) argument
H A Domap-secure.h68 u32 arg1, u32 arg2, u32 arg3, u32 arg4);
/linux-master/arch/arm64/include/asm/
H A Dkexec.h101 unsigned long arg2);
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dpsci-relay.c64 unsigned long arg1, unsigned long arg2)
68 arm_smccc_1_1_smc(fn, arg0, arg1, arg2, &res);
63 psci_call(unsigned long fn, unsigned long arg0, unsigned long arg1, unsigned long arg2) argument
/linux-master/arch/m68k/kernel/
H A Dhead.S425 .macro move_stack nr,arg1,arg2,arg3,arg4
427 move_stack "(\nr-1)",\arg2,\arg3,\arg4
433 .macro \name arg1,arg2,arg3,arg4
434 move_stack \nr,\arg1,\arg2,\arg3,\arg4
456 .macro mmu_map_eq arg1,arg2,arg3
457 mmu_map \arg1,\arg1,\arg2,\arg3
/linux-master/arch/mips/kernel/
H A Drelocate_kernel.S19 PTR_L a2, arg2
150 arg2: PTR_WD 0x0 label
H A Dsyscall.c208 SYSCALL_DEFINE3(sysmips, long, cmd, long, arg1, long, arg2)
212 return mips_atomic_set(arg1, arg2);
/linux-master/arch/parisc/kernel/
H A Dentry.S1921 copy %r3, %arg2 /* caller original %sp */
2048 ldo -FTRACE_FRAME_SIZE(%r1), %arg2
2159 ldo 2*FRAME_SIZE(%arg2), %sp
H A Dfirmware.c1844 unsigned int arg2; member in struct:narrow_stack
1863 real_stack.arg2 = va_arg(args, unsigned int);
1886 unsigned long arg2; member in struct:wide_stack
1914 real64_stack.arg2 = va_arg(args, unsigned long);

Completed in 382 milliseconds

12345678