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

/u-boot/cmd/
H A Dsmccc.c25 unsigned long a6; local
38 a6 = argc > 7 ? hextoul(argv[7], 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.h27 ulong a6; member in struct:pt_regs
/u-boot/include/linux/
H A Darm-smccc.h56 #define ARM_SMCCC_QUIRK_QCOM_A6 1 /* Save/restore register a6 */
95 unsigned long a6; member in struct:arm_smccc_1_2_regs
128 * @a6: Qualcomm quirk entry for returning post-smc call contents of a6
133 unsigned long a6; member in union:arm_smccc_quirk::__anon136
146 unsigned long a6, unsigned long a7,
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.S30 ori a6, a5, 8 /* Octeon cn63xx pass2 chip id */
31 bge a4, a6, 2f
33 li a6, 4
34 ins a0, a6, 11, 4 /* Set WBTHRESH=4 as per Core-14752 errata */
/u-boot/arch/xtensa/cpu/
H A Dstart.S157 l32i a6, a2, 8 # start source (in ROM)
160 beq a4, a6, 1b # skip, source and destination are the same
189 2: l32i a7, a6, 0
190 addi a6, a6, 4
246 mov a6, sp
248 movsp sp, a6
269 movi a6, 0
313 mov a6, a3
403 s32i a6, a
[all...]
/u-boot/arch/riscv/lib/
H A Dmemcpy.S65 REG_L a6, 4*SZREG(a1)
76 REG_S a6, 4*SZREG(a0)
87 REG_L a6, 15*SZREG(a1)
93 REG_S a6, 15*SZREG(a0)
H A Dsbi.c27 register uintptr_t a6 asm ("a6") = (uintptr_t)(fid);
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/arch/m68k/cpu/mcf530x/
H A Dstart.S18 moveml %d0-%d7/%a0-%a6,%sp@
22 moveml %sp@,%d0-%d7/%a0-%a6;
169 link.w %a6,#0
170 move.l 8(%a6), %sp /* set new stack pointer */
171 move.l 12(%a6), %d0 /* Save copy of Global Data pointer */
172 move.l 16(%a6), %a0 /* Save copy of Destination Address */
/u-boot/arch/m68k/cpu/mcf532x/
H A Dstart.S20 moveml %d0-%d7/%a0-%a6,%sp@;
23 moveml %sp@,%d0-%d7/%a0-%a6; \
179 link.w %a6,#0
180 move.l 8(%a6), %sp /* set new stack pointer */
182 move.l 12(%a6), %d0 /* Save copy of Global Data pointer */
183 move.l 16(%a6), %a0 /* Save copy of Destination Address */
/u-boot/arch/m68k/cpu/mcf523x/
H A Dstart.S17 moveml %d0-%d7/%a0-%a6,%sp@;
20 moveml %sp@,%d0-%d7/%a0-%a6; \
164 link.w %a6,#0
165 move.l 8(%a6), %sp /* set new stack pointer */
167 move.l 12(%a6), %d0 /* Save copy of Global Data pointer */
168 move.l 16(%a6), %a0 /* Save copy of Destination Address */
/u-boot/arch/riscv/include/asm/
H A Dptrace.h29 unsigned long a6; member in struct:pt_regs
/u-boot/arch/mips/include/asm/
H A Dregdef.h74 #define a6 $10 macro
/u-boot/arch/m68k/lib/
H A Dtraps.c34 fp->a4, fp->a5, fp->a6);
/u-boot/drivers/firmware/
H A Dpsci.c103 unsigned long a6, unsigned long a7,
106 arm_smccc_hvc(a0, a1, a2, a3, a4, a5, a6, a7, res);
112 unsigned long a6, unsigned long a7,
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.c76 ulong a6, ulong a7,
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.c903 .a6 = msg->data3,
923 msg->data3 = res.a6;
H A Dffa-emul-uclass.c468 res->a6 = -1UL;
/u-boot/arch/m68k/cpu/mcf52x2/
H A Dstart.S18 moveml %d0-%d7/%a0-%a6,%sp@; \
21 moveml %sp@,%d0-%d7/%a0-%a6; \
243 link.w %a6,#0
244 move.l 8(%a6), %sp /* set new stack pointer */
246 move.l 12(%a6), %d0 /* Save copy of Global Data pointer */
247 move.l 16(%a6), %a0 /* Save copy of Destination Address */
/u-boot/include/
H A Darm_ffa_priv.h38 ulong a6; member in struct:sandbox_smccc_1_2_regs
/u-boot/arch/arm/lib/
H A Dasm-offsets.c102 DEFINE(ARM_SMCCC_1_2_REGS_X6_OFFS, offsetof(struct arm_smccc_1_2_regs, a6));
/u-boot/arch/m68k/cpu/mcf5445x/
H A Dstart.S20 moveml %d0-%d7/%a0-%a6,%sp@;
23 moveml %sp@,%d0-%d7/%a0-%a6; \
519 link.w %a6,#0
520 move.l 8(%a6), %sp /* set new stack pointer */
522 move.l 12(%a6), %d0 /* Save copy of Global Data pointer */
523 move.l 16(%a6), %a0 /* Save copy of Destination Address */
/u-boot/drivers/tee/optee/
H A Dcore.c60 u32 a6; member in struct:rpc_param
493 param.a4, param.a5, param.a6, param.a7, &res);
763 unsigned long a6, unsigned long a7,
766 arm_smccc_smc(a0, a1, a2, a3, a4, a5, a6, a7, res);
772 unsigned long a6, unsigned long a7,
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/drivers/rng/
H A Dsmccc_trng.c133 unsigned long a6, unsigned long a7,
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 121 milliseconds