Searched refs:arg1 (Results 26 - 50 of 180) sorted by relevance

12345678

/linux-master/arch/x86/include/asm/
H A Dparavirt_types.h476 #define PVOP_CALL1(rettype, op, arg1) \
477 __PVOP_CALL(rettype, op, PVOP_CALL_ARG1(arg1))
478 #define PVOP_VCALL1(op, arg1) \
479 __PVOP_VCALL(op, PVOP_CALL_ARG1(arg1))
480 #define PVOP_ALT_VCALL1(op, arg1, alt, cond) \
481 __PVOP_ALT_VCALL(op, alt, cond, PVOP_CALL_ARG1(arg1))
483 #define PVOP_CALLEE1(rettype, op, arg1) \
484 __PVOP_CALLEESAVE(rettype, op, PVOP_CALL_ARG1(arg1))
485 #define PVOP_VCALLEE1(op, arg1) \
486 __PVOP_VCALLEESAVE(op, PVOP_CALL_ARG1(arg1))
[all...]
H A Dirq_stack.h107 "movq %[arg1], %%rdi \n" \
174 #define SYSVEC_CONSTRAINTS , [arg1] "r" (regs)
194 #define IRQ_CONSTRAINTS , [arg1] "r" (regs), [arg2] "r" ((unsigned long)vector)
/linux-master/arch/parisc/kernel/
H A Dreal2.S61 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),
[all...]
H A 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(
[all...]
H A Dhpmc.S88 * r25 (arg1) procedure arg
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 */
/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/s390/include/asm/
H A Dkvm_para.h36 #define HYPERCALL_PARM_1 , unsigned long arg1
45 register unsigned long r2 asm("2") = arg1
63 #define HYPERCALL_ARGS_1 , arg1
/linux-master/tools/testing/selftests/bpf/
H A Dsdt.h339 #define _SDT_ASM_OPERANDS_1(arg1) _SDT_ARG(1, arg1)
340 #define _SDT_ASM_OPERANDS_2(arg1, arg2) \
341 _SDT_ASM_OPERANDS_1(arg1), _SDT_ARG(2, arg2)
342 #define _SDT_ASM_OPERANDS_3(arg1, arg2, arg3) \
343 _SDT_ASM_OPERANDS_2(arg1, arg2), _SDT_ARG(3, arg3)
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, arg
[all...]
/linux-master/arch/alpha/include/asm/
H A 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...) \
105 :"0" (__r16),"i" (PAL_tbi) ,##arg1 \
/linux-master/arch/x86/math-emu/
H A Dpoly.h63 static inline unsigned long mul_32_32(const unsigned long arg1, argument
68 :"0"(arg1), "g"(arg2)
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_uprobe_autoattach.c36 , int arg1
59 a[0] = arg1;
H A Dbpf_syscall_macro.c10 int arg1 = 0; variable
49 arg1 = tmp;
/linux-master/tools/perf/scripts/python/Perf-Trace-Util/
H A DContext.c27 #define _PyCapsule_GetPointer(arg1, arg2) \
28 PyCObject_AsVoidPtr(arg1)
29 #define _PyBytes_FromStringAndSize(arg1, arg2) \
30 PyString_FromStringAndSize((arg1), (arg2))
36 #define _PyCapsule_GetPointer(arg1, arg2) \
37 PyCapsule_GetPointer((arg1), (arg2))
38 #define _PyBytes_FromStringAndSize(arg1, arg2) \
39 PyBytes_FromStringAndSize((arg1), (arg2))
/linux-master/drivers/firmware/meson/
H A Dmeson_sm.c71 static s32 __meson_sm_call(u32 cmd, u32 arg0, u32 arg1, u32 arg2, argument
76 arm_smccc_smc(cmd, arg0, arg1, arg2, arg3, arg4, 0, 0, &res);
98 * @arg1: SMC32 Argument 1
106 s32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4)
118 lret = __meson_sm_call(cmd, arg0, arg1, arg2, arg3, arg4);
135 * @arg1: SMC32 Argument 1
146 u32 arg1, u32 arg2, u32 arg3, u32 arg4)
160 if (meson_sm_call(fw, cmd_index, &size, arg0, arg1, arg2, arg3, arg4) < 0)
191 * @arg1: SMC32 Argument 1
200 u32 arg1, u3
105 meson_sm_call(struct meson_sm_firmware *fw, unsigned int cmd_index, s32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) argument
144 meson_sm_call_read(struct meson_sm_firmware *fw, void *buffer, unsigned int bsize, unsigned int cmd_index, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) argument
198 meson_sm_call_write(struct meson_sm_firmware *fw, void *buffer, unsigned int size, unsigned int cmd_index, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) argument
[all...]
/linux-master/arch/mips/kernel/
H A Dsyscall.c208 SYSCALL_DEFINE3(sysmips, long, cmd, long, arg1, long, arg2)
212 return mips_atomic_set(arg1, arg2);
215 if (arg1 & ~3)
218 if (arg1 & 1)
222 if (arg1 & 2)
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c177 u32 arg1, arg2, arg3; local
190 memcpy(&arg1, drv_string, sizeof(u32));
194 cmd.req.arg[1] = arg1;
1034 u32 arg1; local
1043 arg1 = id | (enable_mirroring ? BIT_4 : 0);
1044 arg1 |= pci_func << 8;
1051 cmd.req.arg[1] = arg1;
1072 u32 arg1; local
1091 arg1 = func | QLCNIC_STATS_VERSION << 8 | QLCNIC_STATS_PORT << 12;
1092 arg1 |
1250 u32 arg1; local
1288 __qlcnic_get_eswitch_port_config(struct qlcnic_adapter *adapter, u32 *arg1, u32 *arg2) argument
1328 u32 arg1, arg2 = 0; local
1409 u32 arg1, arg2; local
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dps3stor.h57 u64 arg1, u64 arg2, u64 arg3, u64 arg4);
/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
71 param[1] = arg1;
148 * @arg1, arg2, arg3 args4: Parameters passed to secure API
156 u32 arg1, u32 arg2, u32 arg3, u32 arg4)
162 param[1] = arg1;
155 rx51_secure_dispatcher(u32 idx, u32 process, u32 flag, u32 nargs, u32 arg1, u32 arg2, u32 arg3, u32 arg4) argument
/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
30 register long r5 __asm__("r5") = arg1;
/linux-master/arch/parisc/boot/compressed/
H A Dhead.S60 copy %arg1, %r6 /* command line */
80 copy %r6, %arg1 /* command line */
/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/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_autoattach.c8 static noinline int autoattach_trigger_func(int arg1, int arg2, int arg3, argument
13 return arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + 1;
52 ASSERT_EQ(skel->bss->a[0], 1, "arg1");
/linux-master/net/ceph/crush/
H A Dmapper.c944 if ((curstep->arg1 >= 0 &&
945 curstep->arg1 < map->max_devices) ||
946 (-1-curstep->arg1 >= 0 &&
947 -1-curstep->arg1 < map->max_buckets &&
948 map->buckets[-1-curstep->arg1])) {
949 w[0] = curstep->arg1;
952 dprintk(" bad take value %d\n", curstep->arg1);
957 if (curstep->arg1 > 0)
958 choose_tries = curstep->arg1;
962 if (curstep->arg1 >
[all...]
/linux-master/arch/sparc/kernel/
H A Dsun4m_smp.c161 unsigned long arg1; member in struct:smp_funcall
173 static void sun4m_cross_call(void *func, cpumask_t mask, unsigned long arg1, argument
184 ccall_info.arg1 = arg1;
238 func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, ccall_info.arg4,
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dhypercalls.c54 uint64_t arg1; member in struct:test_hvc_info
60 .arg1 = a1, \
102 smccc_hvc(hc_info->func_id, hc_info->arg1, 0, 0, 0, 0, 0, 0, &res);
108 "a0 = 0x%lx, func_id = 0x%x, arg1 = 0x%lx, stage = %u",
109 res.a0, hc_info->func_id, hc_info->arg1, stage);
113 "a0 = 0x%lx, func_id = 0x%x, arg1 = 0x%lx, stage = %u",
114 res.a0, hc_info->func_id, hc_info->arg1, stage);

Completed in 194 milliseconds

12345678