/arch/powerpc/platforms/powernv/ |
D | opal-call.c | 15 static void __trace_opal_entry(s64 a0, s64 a1, s64 a2, s64 a3, in __trace_opal_entry() 68 static s64 __opal_call_trace(s64 a0, s64 a1, s64 a2, s64 a3, in __opal_call_trace() 85 static s64 __opal_call_trace(s64 a0, s64 a1, s64 a2, s64 a3, in __opal_call_trace() 95 static int64_t opal_call(int64_t a0, int64_t a1, int64_t a2, int64_t a3, in opal_call()
|
/arch/x86/include/asm/xen/ |
D | hypercall.h | 127 #define __HYPERCALL_1ARG(a1) \ argument 129 #define __HYPERCALL_2ARG(a1,a2) \ argument 131 #define __HYPERCALL_3ARG(a1,a2,a3) \ argument 133 #define __HYPERCALL_4ARG(a1,a2,a3,a4) \ argument 135 #define __HYPERCALL_5ARG(a1,a2,a3,a4,a5) \ argument 156 #define _hypercall1(type, name, a1) \ argument 167 #define _hypercall2(type, name, a1, a2) \ argument 178 #define _hypercall3(type, name, a1, a2, a3) \ argument 189 #define _hypercall4(type, name, a1, a2, a3, a4) \ argument 202 unsigned long a1, unsigned long a2, in xen_single_call() [all …]
|
/arch/xtensa/kernel/ |
D | stacktrace.c | 33 unsigned long a1 = regs->areg[1]; in xtensa_backtrace_user() local 124 unsigned long a1 = regs->areg[1]; in xtensa_backtrace_kernel() local 172 unsigned long a0, a1; in walk_stackframe() local
|
/arch/x86/crypto/ |
D | cast5-avx-x86_64-asm_64.S | 125 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument 135 #define F1_2(a1, b1, a2, b2) \ argument 137 #define F2_2(a1, b1, a2, b2) \ argument 139 #define F3_2(a1, b1, a2, b2) \ argument 142 #define subround(a1, b1, a2, b2, f) \ argument
|
D | cast6-avx-x86_64-asm_64.S | 125 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument 135 #define F1_2(a1, b1, a2, b2) \ argument 137 #define F2_2(a1, b1, a2, b2) \ argument 139 #define F3_2(a1, b1, a2, b2) \ argument
|
/arch/x86/lib/ |
D | usercopy_32.c | 21 static inline int __movsl_is_ok(unsigned long a1, unsigned long a2, unsigned long n) in __movsl_is_ok() 29 #define movsl_is_ok(a1, a2, n) \ argument
|
/arch/x86/platform/uv/ |
D | bios_uv.c | 23 static s64 __uv_bios_call(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, in __uv_bios_call() 40 static s64 uv_bios_call(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, u64 a4, in uv_bios_call() 54 static s64 uv_bios_call_irqsave(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, in uv_bios_call_irqsave()
|
/arch/nios2/lib/ |
D | memcpy.c | 75 register op_t a0, a1, a2, a3, a4, a5, a6, a7; in _wordcopy_fwd_aligned() local 131 op_t a0, a1, a2, a3; in _wordcopy_fwd_dest_aligned() local
|
/arch/s390/include/asm/ |
D | stacktrace.h | 133 #define CALL_LARGS_1(t1, a1) \ argument 135 #define CALL_LARGS_2(t1, a1, t2, a2) \ argument 138 #define CALL_LARGS_3(t1, a1, t2, a2, t3, a3) \ argument 141 #define CALL_LARGS_4(t1, a1, t2, a2, t3, a3, t4, a4) \ argument 144 #define CALL_LARGS_5(t1, a1, t2, a2, t3, a3, t4, a4, t5, a5) \ argument
|
/arch/powerpc/boot/ |
D | of.c | 63 static void of_platform_init(unsigned long a1, unsigned long a2, void *promptr) in of_platform_init()
|
/arch/mips/include/asm/ |
D | regdef.h | 27 #define a1 $5 macro 70 #define a1 $5 macro
|
D | sgiarcs.h | 385 #define ARC_CALL1(dest, a1) \ argument 393 #define ARC_CALL2(dest, a1, a2) \ argument 402 #define ARC_CALL3(dest, a1, a2, a3) \ argument 412 #define ARC_CALL4(dest, a1, a2, a3, a4) \ argument 423 #define ARC_CALL5(dest, a1, a2, a3, a4, a5) \ argument 448 #define ARC_CALL1(dest, a1) \ argument 457 #define ARC_CALL2(dest, a1, a2) \ argument 467 #define ARC_CALL3(dest, a1, a2, a3) \ argument 478 #define ARC_CALL4(dest, a1, a2, a3, a4) \ argument 490 #define ARC_CALL5(dest, a1, a2, a3, a4, a5) \ argument
|
D | uasm.h | 254 static inline void uasm_i_drotr_safe(u32 **p, unsigned int a1, in uasm_i_drotr_safe() 263 static inline void uasm_i_dsll_safe(u32 **p, unsigned int a1, in uasm_i_dsll_safe() 272 static inline void uasm_i_dsrl_safe(u32 **p, unsigned int a1, in uasm_i_dsrl_safe() 281 static inline void uasm_i_dsra_safe(u32 **p, unsigned int a1, in uasm_i_dsra_safe()
|
/arch/alpha/include/uapi/asm/ |
D | regdef.h | 26 #define a1 $17 macro
|
/arch/m68k/lib/ |
D | mulsi3.S | 76 #define a1 REG (a1) macro
|
D | umodsi3.S | 76 #define a1 REG (a1) macro
|
D | modsi3.S | 78 #define a1 REG (a1) macro
|
D | divsi3.S | 78 #define a1 REG (a1) macro
|
D | udivsi3.S | 76 #define a1 REG (a1) macro
|
/arch/csky/include/uapi/asm/ |
D | ptrace.h | 23 unsigned long a1; member
|
/arch/ia64/kernel/ |
D | head.S | 160 #define SET_AREA_FOR_BOOTING_CPU(a1, a2) argument 161 #define SAL_TO_OS_BOOT_HANDOFF_STATE_SAVE(a1,a2, a3) argument
|
/arch/parisc/lib/ |
D | lusercopy.S | 151 a1 = t1 define
|
/arch/sh/include/uapi/asm/ |
D | ptrace_32.h | 61 unsigned long a1; member
|
/arch/arm/include/asm/ |
D | xor.h | 12 #define __XOR(a1, a2) a1 ^= a2 argument
|
/arch/sh/kernel/cpu/sh4/ |
D | softfloat.c | 638 void add128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr, in add128() 649 sub128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr, in sub128() 656 static bits64 estimateDiv128To64(bits64 a0, bits64 a1, bits64 b) in estimateDiv128To64()
|