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

12

/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);
99 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
108 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/tee/optee/
H A Dcore.c56 u32 a2; member in struct:rpc_param
430 reg_pair_from_64(&param->a1, &param->a2,
436 param->a2 = 0;
442 shm = reg_pair_to_ptr(param->a1, param->a2);
448 shm = reg_pair_to_ptr(param->a1, param->a2);
484 reg_pair_from_64(&param.a1, &param.a2, virt_to_phys(arg));
492 pdata->invoke_fn(param.a0, param.a1, param.a2, param.a3,
505 param.a2 = res.a2;
701 res.a2
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
[all...]
/u-boot/arch/mips/mach-mtmips/mt7628/
H A Dlowlevel_init.S100 li a2, 0x1ffff800 /* Mask of DTagLo[PTagLo] */
104 and t0, a0, a2
/u-boot/arch/riscv/lib/
H A Dstrncmp_zbb.S20 * a2 - number of characters to compare
29 add t4, a0, a2
H A Dsbi.c23 register uintptr_t a2 asm ("a2") = (uintptr_t)(arg2);
31 : "r" (a2), "r" (a3), "r" (a4), "r" (a5), "r" (a6), "r" (a7)
H A Dinterrupts.c47 regs->a1, regs->a2, regs->a3);
/u-boot/arch/arm/lib/
H A Dasm-offsets.c95 DEFINE(ARM_SMCCC_RES_X2_OFFS, offsetof(struct arm_smccc_res, a2));
100 DEFINE(ARM_SMCCC_1_2_REGS_X2_OFFS, offsetof(struct arm_smccc_1_2_regs, a2));
/u-boot/arch/mips/mach-mtmips/mt7621/spl/
H A Dstart.S170 la a2, __image_copy_end
171 sub a2, a2, a1
/u-boot/drivers/rng/
H A Dsmccc_trng.c118 sz = copy_sample(&ptr, sz, &res.a2);
131 unsigned long a2, unsigned long a3,
181 unsigned long uuid_a2 = res.a2;
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
/u-boot/drivers/mailbox/
H A Dzynqmp-ipi.c92 unsigned long a1, a2;
95 a2 = ipi_mbox->remote_id;
96 arm_smccc_smc(a0, a1, a2, a3, 0, 0, 0, 0, &res);
91 unsigned long a1, a2; local
/u-boot/include/linux/
H A Dkconfig.h91 #define __arg6(a1, a2, a3, a4, a5, a6, ...) a6
/u-boot/drivers/watchdog/
H A Darm_smc_wdt.c100 priv->max_timeout = res.a2;
/u-boot/arch/riscv/cpu/
H A Dstart.S257 mv a2, s0
290 mv s4, a2 /* save addr of destination */
392 mv a2, s3
438 /* a2: new gd */
446 mv gp, a2
H A Dmtrap.S66 csrr a2, MODE_PREFIX(tval)
/u-boot/lib/
H A Dbch.c655 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; local
662 a2 = gf_div(bch, poly->c[2], e3);
664 /* (X+a2)(X^3+a2X^2+b2X+c2) = X^4+aX^2+bX+c (affine) */
665 c = gf_mul(bch, a2, c2); /* c = a2c2 */
666 b = gf_mul(bch, a2, b2)^c2; /* b = a2b2 + c2 */
667 a = gf_sqr(bch, a2)^b2; /* a = a2^2 + b2 */
671 /* remove a2 from final list of roots */
673 if (tmp[i] != a2)
688 unsigned int a, b, c, d, e = 0, f, a2, b local
[all...]
/u-boot/include/
H A Darm_ffa_priv.h34 ulong a2; member in struct:sandbox_smccc_1_2_regs
/u-boot/test/
H A Dunicode_ut.c300 * @a2: second string
302 * Return: -1 if a1 < a2, 0 if a1 == a2, 1 if a1 > a2
304 static int unicode_test_u16_strcmp(const u16 *a1, const u16 *a2, size_t count)
306 for (; (*a1 || *a2) && count; ++a1, ++a2, --count) {
307 if (*a1 < *a2)
309 if (*a1 > *a2)
303 unicode_test_u16_strcmp(const u16 *a1, const u16 *a2, size_t count) argument
/u-boot/test/lib/
H A Dlmb.c70 phys_addr_t a, a2, b, b2, c, d;
133 a2 = lmb_alloc(&lmb, 4, 1);
134 ut_asserteq(a, a2);
137 ret = lmb_free(&lmb, a2, 4);
69 phys_addr_t a, a2, b, b2, c, d; local
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dcpu.c1372 debug("bank[%d]: start %lx, size %lx\n", i, res.a1, res.a2);
1374 gd->bd->bi_dram[i].size = res.a2;
/u-boot/scripts/
H A Dcheckpatch.pl7148 my $a2 = $10;
7152 my $r2 = $a2;
7154 $r1 = $a2;

Completed in 157 milliseconds

12