Searched refs:a2 (Results 1 - 25 of 46) sorted by relevance

12

/u-boot/arch/xtensa/cpu/
H A Dstart.S62 1: l32r a2, 2b
63 jx a2
133 movi a2, 1
135 movi a2, XCHAL_EXCM_LEVEL
137 wsr a2, PS
142 ___unlock_dcache_all a2, a3
143 ___invalidate_dcache_all a2, a3
144 ___unlock_icache_all a2, a3
145 ___invalidate_icache_all a2, a3
151 movi a2, __reloc_table_star
[all...]
/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 a
[all...]
/u-boot/arch/riscv/lib/
H A Dmemcpy.S22 add t0, a0, a2
33 bltu a2, a3, .Lbyte_copy_tail
38 addi a2, a0, SZREG-1
39 andi a2, a2, ~(SZREG-1)
40 beq a0, a2, 2f
46 bne a0, a2, 1b
61 REG_L a2, 0(a1)
72 REG_S a2, 0(a0)
83 REG_L a2, 1
[all...]
H A Dmemmove.S12 * If a0 >= a1, t0 gives their distance, if t0 >= a2 then we can
15 * so a *unsigned* comparison will always have t0 >= a2.
20 bltu t0, a2, 1f
31 add a0, a0, a2
32 add a1, a1, a2
43 bltu a2, a3, .Lbyte_copy_tail
48 andi a2, a0, ~(SZREG-1)
49 beq a0, a2, 2f
55 bne a0, a2, 1b
116 srl a2, a
[all...]
H A Dmemset.S16 sltiu a3, a2, 16
32 sub a2, a2, a4 /* Update count */
47 andi a4, a2, ~(SZREG-1)
101 andi a2, a2, SZREG-1 /* Update count */
105 beqz a2, 6f
106 add a3, t0, a2
/u-boot/cmd/
H A Dsmccc.c21 unsigned long a2; local
34 a2 = argc > 3 ? hextoul(argv[3], 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
34 int a2 = 667; 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/drivers/firmware/arm-ffa/
H A Dffa-emul-uclass.c29 .a2 = SANDBOX_SERVICE1_UUID_A2,
38 .a2 = SANDBOX_SERVICE2_UUID_A2,
47 .a2 = SANDBOX_SERVICE1_UUID_A2,
56 .a2 = SANDBOX_SERVICE2_UUID_A2,
112 res->a2 = priv->id;
137 res->a2 = RXTX_BUFFERS_MIN_SIZE;
145 res->a2 = -NOT_SUPPORTED;
177 res->a2 = -DENIED;
183 res->a2 = -BUSY;
198 res->a2
[all...]
H A Darm-ffa-uclass.c245 uc_priv->id = GET_SELF_ENDPOINT_ID((u32)res.a2);
251 ffa_errno = res.a2;
313 return ffa_set_rxtx_buffers_pages_cnt(dev, res.a2);
315 ffa_errno = res.a2;
429 .a2 = map_to_sysmem(uc_priv->pair.rxbuf),
438 ffa_errno = res.a2;
476 ffa_errno = res.a2;
504 ffa_errno = res.a2;
676 .a2 = query_uuid.a2,
[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/include/asm/
H A Dptrace.h23 ulong a2; member in struct:pt_regs
/u-boot/include/linux/
H A Darm-smccc.h79 unsigned long a2; member in struct:arm_smccc_res
91 unsigned long a2; member in struct:arm_smccc_1_2_regs
144 bool (*is_supported)(void (*invoke_fn)(unsigned long a0, unsigned long a1, unsigned long a2,
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/mach-mtmips/mt7621/spl/
H A Dlaunch_ll.S127 move a2, zero
148 li a2, CONFIG_SYS_DCACHE_SIZE
175 PTR_ADDU t1, t0, a2
220 /* a2 = current TC No. */
221 move a2, zero
232 ins t0, a2, 0, 8
237 beqz a2, _next_vpe
245 slt t1, a1, a2
251 ins t0, a2, VPECONF0_XTC_SHIFT, 8
254 move t1, a2
[all...]
/u-boot/arch/mips/include/asm/
H A Dregdef.h25 #define a2 $6 macro
68 #define a2 $6 macro
/u-boot/arch/mips/mach-ath79/qca956x/
H A Dqca956x-ddr-tap.S28 li a2, 0x08000000 /* Setting the RST_RESET_RTC_RESET */
29 or a1, a1, a2
33 xor a2, a2, a3
34 and a1, a1, a2
42 li a2, 0x2
46 and a1, a2, a1
47 bne a1, a2, _poll_for_RTC_ON
/u-boot/arch/arm/lib/
H A Dsetjmp.S28 mov a1, a2
/u-boot/arch/m68k/cpu/mcf5445x/
H A Dstart.S142 move.l #(DCACHE_STATUS), %a2 /* dcache */
144 move.l %d0, (%a2)
189 * a2 - dtfr
197 move.l #0xEC09404F, %a2
199 move.b #0x80, (%a2)
211 move.l #0xFC05C034, %a2 /* dtfr */
282 move.l %d2, (%a2)
300 move.l #CONFIG_TEXT_BASE, %a2 /* dst */
304 move.l (%a1)+, (%a2)+
321 move.l #(ICACHE_STATUS), %a2 /* icach
[all...]
/u-boot/arch/mips/mach-octeon/
H A Dlowlevel_init.S72 ld a2, 16(t0)
76 sd a2, 16(t1)
127 ld a2, 0x18(t9)
/u-boot/arch/m68k/cpu/mcf530x/
H A Dstart.S120 move.l #(DCACHE_STATUS), %a2 /* dcache */
122 move.l %d0, (%a2)
175 move.l #__init_end, %a2
180 cmp.l %a1,%a2
187 move.l #(__rel_dyn_end), %a2
213 cmp.l %a1, %a2
/u-boot/arch/m68k/cpu/mcf532x/
H A Dstart.S126 move.l #(DCACHE_STATUS), %a2 /* icache */
128 move.l %d0, (%a2)
186 move.l #__init_end, %a2
192 cmp.l %a1,%a2
199 move.l #(__rel_dyn_end), %a2
225 cmp.l %a1, %a2
/u-boot/arch/m68k/cpu/mcf523x/
H A Dstart.S111 move.l #(DCACHE_STATUS), %a2 /* icache */
113 move.l %d0, (%a2)
171 move.l #__init_end, %a2
177 cmp.l %a1,%a2
184 move.l #(__rel_dyn_end), %a2
210 cmp.l %a1, %a2
/u-boot/arch/m68k/cpu/mcf52x2/
H A Dstart.S140 move.l #(CFG_SYS_INIT_RAM_ADDR), %a2
142 move.l (%a0)+, (%a2)+
190 move.l #(DCACHE_STATUS), %a2 /* icache */
192 move.l %d0, (%a2)
250 move.l #__init_end, %a2
255 cmp.l %a1,%a2
262 move.l #(__rel_dyn_end), %a2
288 cmp.l %a1, %a2
/u-boot/arch/riscv/include/asm/
H A Dptrace.h25 unsigned long a2; member in struct:pt_regs
/u-boot/include/
H A Darm_ffa.h47 u32 a2; /* w2 */ member in struct:ffa_partition_uuid

Completed in 162 milliseconds

12