/u-boot/cmd/ |
A D | smccc.c | 25 unsigned long a6; in do_call() local 38 a6 = argc > 7 ? simple_strtoul(argv[7], NULL, 16) : 0; in do_call() 42 arm_smccc_smc(fid, a1, a2, a3, a4, a5, a6, a7, &res); in do_call() 44 arm_smccc_hvc(fid, a1, a2, a3, a4, a5, a6, a7, &res); in do_call()
|
/u-boot/include/linux/ |
A D | arm-smccc.h | 78 unsigned long a6; member 96 unsigned long a5, unsigned long a6, unsigned long a7, 113 unsigned long a5, unsigned long a6, unsigned long a7,
|
A D | kconfig.h | 62 #define __arg6(a1, a2, a3, a4, a5, a6, ...) a6 argument
|
/u-boot/arch/mips/mach-octeon/ |
A D | lowlevel_init.S | 30 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/ |
A D | start.S | 157 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, a1, PT_AREG + 6 * 4 462 mov a6, a1 # Provide stack frame as only argument
|
/u-boot/arch/m68k/cpu/mcf523x/ |
A D | start.S | 18 moveml %d0-%d7/%a0-%a6,%sp@; 21 moveml %sp@,%d0-%d7/%a0-%a6; \ 165 link.w %a6,#0 166 move.l 8(%a6), %sp /* set new stack pointer */ 168 move.l 12(%a6), %d0 /* Save copy of Global Data pointer */ 169 move.l 16(%a6), %a0 /* Save copy of Destination Address */
|
/u-boot/arch/m68k/cpu/mcf530x/ |
A D | start.S | 19 moveml %d0-%d7/%a0-%a6,%sp@ 23 moveml %sp@,%d0-%d7/%a0-%a6; 166 link.w %a6,#0 167 move.l 8(%a6), %sp /* set new stack pointer */ 168 move.l 12(%a6), %d0 /* Save copy of Global Data pointer */ 169 move.l 16(%a6), %a0 /* Save copy of Destination Address */
|
/u-boot/arch/m68k/cpu/mcf547x_8x/ |
A D | start.S | 18 moveml %d0-%d7/%a0-%a6,%sp@; 21 moveml %sp@,%d0-%d7/%a0-%a6; \ 170 link.w %a6,#0 171 move.l 8(%a6), %sp /* set new stack pointer */ 173 move.l 12(%a6), %d0 /* Save copy of Global Data pointer */ 174 move.l 16(%a6), %a0 /* Save copy of Destination Address */
|
/u-boot/arch/m68k/cpu/mcf532x/ |
A D | start.S | 21 moveml %d0-%d7/%a0-%a6,%sp@; 24 moveml %sp@,%d0-%d7/%a0-%a6; \ 180 link.w %a6,#0 181 move.l 8(%a6), %sp /* set new stack pointer */ 183 move.l 12(%a6), %d0 /* Save copy of Global Data pointer */ 184 move.l 16(%a6), %a0 /* Save copy of Destination Address */
|
/u-boot/arch/m68k/cpu/mcf52x2/ |
A D | start.S | 19 moveml %d0-%d7/%a0-%a6,%sp@; \ 22 moveml %sp@,%d0-%d7/%a0-%a6; \ 244 link.w %a6,#0 245 move.l 8(%a6), %sp /* set new stack pointer */ 247 move.l 12(%a6), %d0 /* Save copy of Global Data pointer */ 248 move.l 16(%a6), %a0 /* Save copy of Destination Address */
|
/u-boot/arch/riscv/lib/ |
A D | sbi.c | 27 register uintptr_t a6 asm ("a6") = (uintptr_t)(fid); in sbi_ecall() 31 : "r" (a2), "r" (a3), "r" (a4), "r" (a5), "r" (a6), "r" (a7) in sbi_ecall()
|
A D | interrupts.c | 40 regs->a4, regs->a5, regs->a6); in show_regs()
|
/u-boot/arch/m68k/include/asm/ |
A D | ptrace.h | 27 ulong a6; member
|
/u-boot/arch/m68k/cpu/mcf5227x/ |
A D | start.S | 18 moveml %d0-%d7/%a0-%a6,%sp@; 21 moveml %sp@,%d0-%d7/%a0-%a6; \ 401 link.w %a6,#0 402 move.l 8(%a6), %sp /* set new stack pointer */ 404 move.l 12(%a6), %d0 /* Save copy of Global Data pointer */ 405 move.l 16(%a6), %a0 /* Save copy of Destination Address */
|
/u-boot/arch/mips/include/asm/ |
A D | regdef.h | 74 #define a6 $10 macro
|
/u-boot/drivers/tee/optee/ |
A D | core.c | 39 u32 a6; member 309 param.a4, param.a5, param.a6, param.a7, &res); in do_call_with_arg() 575 unsigned long a6, unsigned long a7, in optee_smccc_smc() argument 578 arm_smccc_smc(a0, a1, a2, a3, a4, a5, a6, a7, res); in optee_smccc_smc() 584 unsigned long a6, unsigned long a7, in optee_smccc_hvc() argument 587 arm_smccc_hvc(a0, a1, a2, a3, a4, a5, a6, a7, res); in optee_smccc_hvc()
|
/u-boot/arch/m68k/lib/ |
A D | traps.c | 33 fp->a4, fp->a5, fp->a6); in show_frame()
|
/u-boot/arch/m68k/cpu/mcf5445x/ |
A D | start.S | 23 moveml %d0-%d7/%a0-%a6,%sp@; 26 moveml %sp@,%d0-%d7/%a0-%a6; \ 529 link.w %a6,#0 530 move.l 8(%a6), %sp /* set new stack pointer */ 532 move.l 12(%a6), %d0 /* Save copy of Global Data pointer */ 533 move.l 16(%a6), %a0 /* Save copy of Destination Address */
|
/u-boot/arch/riscv/include/asm/ |
A D | ptrace.h | 29 unsigned long a6; member
|