Searched refs:a5 (Results 1 - 25 of 26) sorted by relevance

12

/u-boot/arch/riscv/lib/
H A Dmemcpy.S42 lb a5, 0(a1)
44 sb a5, 0(a0)
64 REG_L a5, 3*SZREG(a1)
75 REG_S a5, 3*SZREG(a0)
86 REG_L a5, 14*SZREG(a1)
92 REG_S a5, 14*SZREG(a0)
103 REG_L a5, 0(a1)
105 REG_S a5, 0(a0)
117 lb a5, 0(a1)
119 sb a5,
[all...]
H A Dmemmove.S52 lb a5, 0(a1)
54 sb a5, 0(a0)
71 REG_L a5, 0(a1)
73 REG_S a5, 0(a0)
85 lb a5, 0(a1)
87 sb a5, 0(a0)
108 REG_L a5, 0(a1)
113 sll a4, a5, t4
115 REG_L a5, 0(a1)
116 srl a2, a5, t
[all...]
H A Dmemset.S60 la a5, 3f
64 add a5, a5, a4
65 jr a5
H A Dsbi.c26 register uintptr_t a5 asm ("a5") = (uintptr_t)(arg5);
31 : "r" (a2), "r" (a3), "r" (a4), "r" (a5), "r" (a6), "r" (a7)
H A Dinterrupts.c49 regs->a4, regs->a5, regs->a6);
/u-boot/cmd/
H A Dsmccc.c24 unsigned long a5; local
37 a5 = argc > 6 ? hextoul(argv[6], 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);
/u-boot/arch/m68k/include/asm/
H A Dptrace.h26 ulong a5; member in struct:pt_regs
/u-boot/include/linux/
H A Darm-smccc.h94 unsigned long a5; member in struct:arm_smccc_1_2_regs
145 unsigned long a3, unsigned long a4, unsigned long a5,
167 unsigned long a5, unsigned long a6, unsigned long a7,
184 unsigned long a5, unsigned long a6, unsigned long a7,
H A Dkconfig.h91 #define __arg6(a1, a2, a3, a4, a5, a6, ...) a6
/u-boot/arch/mips/mach-octeon/
H A Dlowlevel_init.S27 li a5, OCTEON_CN63XX_PASS1_0 /* Octeon cn63xx pass1 chip id */
28 bgt a5, a4, 2f
30 ori a6, a5, 8 /* Octeon cn63xx pass2 chip id */
/u-boot/arch/riscv/include/asm/
H A Dptrace.h28 unsigned long a5; member in struct:pt_regs
/u-boot/arch/mips/include/asm/
H A Dregdef.h72 #define a5 $9 macro
/u-boot/arch/m68k/lib/
H A Dtraps.c34 fp->a4, fp->a5, fp->a6);
/u-boot/drivers/firmware/
H A Dpsci.c102 unsigned long a4, unsigned long a5,
106 arm_smccc_hvc(a0, a1, a2, a3, a4, a5, a6, a7, res);
111 unsigned long a4, unsigned long a5,
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/drivers/firmware/arm-ffa/
H A Darm-ffa.c75 ulong a4, ulong a5,
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
H A Darm-ffa-uclass.c902 .a5 = msg->data2,
922 msg->data2 = res.a5;
H A Dffa-emul-uclass.c467 res->a5 = -1UL;
/u-boot/arch/xtensa/cpu/
H A Dstart.S156 l32i a5, a2, 4 # end destination (in RAM)
159 beq a4, a5, 1b # skip, empty entry
193 bltu a4, a5, 2b
402 s32i a5, a1, PT_AREG + 5 * 4
501 l32i a5, a2, 4
503 s32i a5, a1, PT_SIZE + 4
505 l32i a5, a2, 12
507 s32i a5, a1, PT_SIZE + 12
522 l32i a5, a1, PT_AREG + 5 * 4
553 s32e a0, a5,
[all...]
/u-boot/drivers/tee/optee/
H A Dcore.c59 u32 a5; member in struct:rpc_param
433 reg_pair_from_64(&param->a4, &param->a5, (ulong)shm);
438 param->a5 = 0;
493 param.a4, param.a5, param.a6, param.a7, &res);
762 unsigned long a4, unsigned long a5,
766 arm_smccc_smc(a0, a1, a2, a3, a4, a5, a6, a7, res);
771 unsigned long a4, unsigned long a5,
775 arm_smccc_hvc(a0, a1, a2, a3, a4, a5, a6, a7, res);
760 optee_smccc_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
769 optee_smccc_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
/u-boot/include/
H A Darm_ffa_priv.h37 ulong a5; member in struct:sandbox_smccc_1_2_regs
/u-boot/arch/m68k/cpu/mcf530x/
H A Dstart.S124 /* put relocation table address to a5 */
125 move.l #__got_start, %a5
240 move.l #(__got_start), %a5 /* fix got pointer register a5 */
/u-boot/arch/m68k/cpu/mcf532x/
H A Dstart.S130 /* put relocation table address to a5 */
131 move.l #__got_start, %a5
252 move.l #(__got_start), %a5 /* fix got pointer register a5 */
/u-boot/arch/m68k/cpu/mcf523x/
H A Dstart.S115 /* put relocation table address to a5 */
116 move.l #__got_start, %a5
237 move.l #(__got_start), %a5 /* fix got pointer register a5 */
/u-boot/arch/m68k/cpu/mcf52x2/
H A Dstart.S194 /* put relocation table address to a5 */
195 move.l #__got_start, %a5
315 move.l #(__got_start), %a5 /* fix got pointer register a5 */
/u-boot/drivers/rng/
H A Dsmccc_trng.c132 unsigned long a4, unsigned long a5,
130 smccc_trng_is_supported(void (*invoke_fn)(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

Completed in 111 milliseconds

12