Searched refs:a3 (Results 1 - 25 of 37) sorted by relevance

12

/u-boot/arch/xtensa/lib/
H A Dmisc.S24 ___invalidate_icache_page a2 a3
39 ___invalidate_dcache_page a2 a3
54 ___flush_invalidate_dcache_page a2 a3
69 ___flush_dcache_page a2 a3
84 ___invalidate_icache_range a2 a3 a4
99 ___flush_invalidate_dcache_range a2 a3 a4
114 ___flush_dcache_range a2 a3 a4
129 ___invalidate_dcache_range a2 a3 a4
143 ___invalidate_icache_all a2 a3
158 ___flush_invalidate_dcache_all a2 a3
[all...]
/u-boot/arch/riscv/lib/
H A Dmemset.S16 sltiu a3, a2, 16
17 bnez a3, 4f
23 addi a3, t0, SZREG-1
24 andi a3, a3, ~(SZREG-1)
25 beq a3, t0, 2f /* Skip if already aligned */
27 sub a4, a3, t0
31 bltu t0, a3, 1b
37 slli a3, a1, 8
38 or a1, a3, a
[all...]
H A Dmemcpy.S32 li a3, 16
33 bltu a2, a3, .Lbyte_copy_tail
54 andi a3, a1, SZREG-1
55 bnez a3, .Lmisaligned_word_copy
62 REG_L a3, SZREG(a1)
73 REG_S a3, SZREG(a0)
84 REG_L a3, 12*SZREG(a1)
90 REG_S a3, 12*SZREG(a0)
137 slli t3, a3, 3
158 add a1, a1, a3
[all...]
H A Dmemmove.S42 li a3, 16
43 bltu a2, a3, .Lbyte_copy_tail
63 andi a3, a1, SZREG-1
64 bnez a3, .Lmisaligned_word_copy
103 slli t3, a3, 3
124 add a1, a1, a3
/u-boot/arch/xtensa/cpu/
H A Dstart.S107 movi a3, 1
108 wsr a3, windowstart
120 movi a3, XCHAL_VECBASE_RESET_VADDR /* VECBASE reset value */
121 wsr a3, VECBASE
142 ___unlock_dcache_all a2, a3
143 ___invalidate_dcache_all a2, a3
144 ___unlock_icache_all a2, a3
145 ___invalidate_icache_all a2, a3
152 movi a3, __reloc_table_end
154 1: beq a2, a3,
[all...]
/u-boot/cmd/
H A Dsmccc.c22 unsigned long a3; local
35 a3 = argc > 4 ? hextoul(argv[4], NULL) : 0;
42 arm_smccc_smc(fid, a1, a2, a3, a4, a5, a6, a7, &res);
44 arm_smccc_hvc(fid, a1, a2, a3, a4, a5, a6, a7, &res);
46 printf("Res: 0x%lx 0x%lx 0x%lx 0x%lx\n", res.a0, res.a1, res.a2, res.a3);
/u-boot/post/lib_powerpc/
H A Dcomplex.c23 extern int cpu_post_complex_1_asm (int a1, int a2, int a3, int a4, int n);
28 * SUM (a1 * a2 - a3) / a4 = n * result
35 int a3 = 668; local
38 int result = 6720; /* (a1 * a2 - a3) / a4 */
40 if (cpu_post_complex_1_asm(a1, a2, a3, a4, n) != n * result)
/u-boot/arch/m68k/include/asm/
H A Dptrace.h24 ulong a3; member in struct:pt_regs
/u-boot/include/linux/
H A Darm-smccc.h74 * @a0-a3 result values from registers 0 to 3
80 unsigned long a3; member in struct:arm_smccc_res
92 unsigned long a3; member in struct:arm_smccc_1_2_regs
145 unsigned long a3, unsigned long a4, unsigned long a5,
166 unsigned long a2, unsigned long a3, unsigned long a4,
183 unsigned long a2, unsigned long a3, unsigned long a4,
H A Dpsci.h134 unsigned long a2, unsigned long a3);
140 unsigned long a2, unsigned long a3)
139 invoke_psci_fn(unsigned long a0, unsigned long a1, unsigned long a2, unsigned long a3) argument
/u-boot/arch/mips/include/asm/
H A Dregdef.h26 #define a3 $7 macro
69 #define a3 $7 macro
/u-boot/arch/mips/mach-octeon/
H A Dlowlevel_init.S73 ld a3, 24(t0)
77 sd a3, 24(t1)
128 ld a3, 0x20(t9)
/u-boot/drivers/firmware/arm-ffa/
H A Dffa-emul-uclass.c30 .a3 = SANDBOX_SERVICE1_UUID_A3,
39 .a3 = SANDBOX_SERVICE2_UUID_A3,
48 .a3 = SANDBOX_SERVICE1_UUID_A3,
57 .a3 = SANDBOX_SERVICE2_UUID_A3,
138 res->a3 = 0;
206 if (!pargs->a1 && !pargs->a2 && !pargs->a3 && !pargs->a4) {
224 pargs->a3 == priv->partitions.descs[descs_cnt].sp_uuid.a3 &&
282 if (pargs->a3 >= RXTX_BUFFERS_MIN_PAGES && pargs->a1 && pargs->a2) {
285 priv->pair_info.rxtx_buf_size = pargs->a3;
[all...]
H A Darm-ffa.c74 ulong a2, ulong a3,
73 arm_ffa_is_supported(void (*invoke_fn)(ulong a0, ulong a1, ulong a2, ulong a3, ulong a4, ulong a5, ulong a6, ulong a7, struct arm_smccc_res *res)) argument
/u-boot/arch/m68k/cpu/mcf530x/
H A Dstart.S176 move.l %a0, %a3
179 move.l (%a1)+, (%a3)+
204 move.l %a0, %a3
205 add.l %d1, %a3
206 sub.l #CONFIG_SYS_MONITOR_BASE, %a3
207 move.l (%a3), %d4
210 move.l %d4, (%a3)
/u-boot/arch/m68k/cpu/mcf532x/
H A Dstart.S187 move.l %a0, %a3
191 move.l (%a1)+, (%a3)+
216 move.l %a0, %a3
217 add.l %d1, %a3
218 sub.l #CONFIG_SYS_MONITOR_BASE, %a3
219 move.l (%a3), %d4
222 move.l %d4, (%a3)
/u-boot/arch/m68k/cpu/mcf523x/
H A Dstart.S172 move.l %a0, %a3
176 move.l (%a1)+, (%a3)+
201 move.l %a0, %a3
202 add.l %d1, %a3
203 sub.l #CONFIG_SYS_MONITOR_BASE, %a3
204 move.l (%a3), %d4
207 move.l %d4, (%a3)
/u-boot/arch/riscv/include/asm/
H A Dptrace.h26 unsigned long a3; member in struct:pt_regs
/u-boot/arch/sandbox/include/asm/
H A Dsandbox_arm_ffa_priv.h54 #define FFA_X3_MBZ_REG_START (&res->a3)
/u-boot/include/
H A Darm_ffa.h48 u32 a3; /* w3 */ member in struct:ffa_partition_uuid
/u-boot/arch/m68k/lib/
H A Dtraps.c32 fp->a0, fp->a1, fp->a2, fp->a3);
/u-boot/drivers/firmware/
H A Dpsci.c101 unsigned long a2, unsigned long a3,
106 arm_smccc_hvc(a0, a1, a2, a3, a4, a5, a6, a7, res);
110 unsigned long a2, unsigned long a3,
115 arm_smccc_smc(a0, a1, a2, a3, a4, a5, a6, a7, res);
100 smccc_invoke_hvc(unsigned long a0, unsigned long a1, unsigned long a2, unsigned long a3, unsigned long a4, unsigned long a5, unsigned long a6, unsigned long a7, struct arm_smccc_res *res) argument
109 smccc_invoke_smc(unsigned long a0, unsigned long a1, unsigned long a2, unsigned long a3, unsigned long a4, unsigned long a5, unsigned long a6, unsigned long a7, struct arm_smccc_res *res) argument
/u-boot/arch/m68k/cpu/mcf52x2/
H A Dstart.S251 move.l %a0, %a3
254 move.l (%a1)+, (%a3)+
279 move.l %a0, %a3
280 add.l %d1, %a3
281 sub.l #CONFIG_SYS_MONITOR_BASE, %a3
282 move.l (%a3), %d4
285 move.l %d4, (%a3)
/u-boot/arch/mips/mach-mtmips/mt7621/spl/
H A Dlaunch_ll.S128 move a3, zero
149 li a3, CONFIG_SYS_DCACHE_LINE_SIZE
177 cache_loop t0, t1, a3, INDEX_STORE_TAG_D
182 PTR_ADDU t0, a3
186 cache_loop t0, t1, a3, INDEX_STORE_TAG_D
/u-boot/arch/m68k/cpu/mcf5445x/
H A Dstart.S190 * a3 - drfr
212 move.l #0xFC05C03B, %a3 /* drfr */
292 move.b (%a3), %d1
322 move.l #(DCACHE_STATUS), %a3 /* dcache */
325 move.l %d0, (%a3)
411 move.l #0xFC0FC000, %a3 /* buf 1 */
413 move.l (%a3)+, (%a2)+
527 move.l %a0, %a3
531 move.l (%a1)+, (%a3)+
556 move.l %a0, %a3
[all...]

Completed in 305 milliseconds

12