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

12

/u-boot/common/
H A Dstackprot.c15 void *ra; local
17 ra = __builtin_extract_return_addr(__builtin_return_address(0));
19 ra, ra - gd->reloc_off);
/u-boot/arch/riscv/include/asm/
H A Dsetjmp.h16 unsigned long ra; member in struct:jmp_buf_data
H A Dptrace.h14 unsigned long ra; member in struct:pt_regs
/u-boot/arch/mips/mach-mtmips/mt7620/
H A Dlowlevel_init.S15 NESTED(lowlevel_init, 0, ra)
16 /* Save ra and do real lowlevel initialization */
17 move s0, ra
48 /* Restore ra */
49 move ra, s0
51 jr ra
/u-boot/test/cmd/
H A Drw.c55 ulong wa, ra; local
62 ra = map_to_sysmem(rbuf);
67 ut_assertok(run_commandf("read mmc 2:1 0x%lx 0 2", ra));
69 ut_assertok(run_commandf("read mmc 2:1 0x%lx 1 1", ra));
75 ut_assertok(run_commandf("read mmc 2:2 0x%lx 0 2", ra));
81 ut_assertok(run_commandf("read mmc 2#data 0x%lx 0 2", ra));
87 ut_assertok(run_commandf("read mmc 2:0 0x%lx 0x35 2", ra));
92 ut_asserteq(1, run_commandf("read mmc 2#data 0x%lx 3 2", ra));
H A Dmbr.c233 ulong mbr_wa, ebr_wa, ra, ebr_blk, mbr_parts_max; local
259 ra = map_to_sysmem(rbuf);
271 ut_assertok(run_commandf("mmc read 0x%lx 0x%lx 1", ra, (ulong)0xBFFE00 / 0x200));
278 ut_assertok(run_commandf("read mmc 6:0 0x%lx 0 1", ra));
282 ut_assertok(run_commandf("read mmc 6:0 0x%lx 0x%lx 1", ra, ebr_blk));
291 ut_assertok(run_commandf("read mmc 6:0 0x%lx 0x%lx 1", ra, ebr_blk));
302 ut_assertok(run_commandf("read mmc 6:0 0x%lx 0 1", ra));
314 ut_assertok(run_commandf("read mmc 6:0 0x%lx 0 1", ra));
318 ut_assertok(run_commandf("read mmc 6:0 0x%lx 0x%lx 1", ra, ebr_blk));
327 ut_assertok(run_commandf("read mmc 6:0 0x%lx 0x%lx 1", ra, ebr_bl
[all...]
/u-boot/arch/mips/mach-pic32/
H A Dlowlevel_init.S24 jr ra
/u-boot/board/imgtec/boston/
H A Dlowlevel_init.S23 move s0, ra
53 jr ra
/u-boot/arch/mips/mach-mtmips/mt7621/
H A Dsram_init.S21 jr ra
/u-boot/examples/api/
H A Dcrt0.S55 PTR_S $ra, return_addr
59 PTR_L $ra, return_addr
60 jr $ra
/u-boot/arch/mips/include/asm/
H A Dregdef.h56 #define ra $31 /* return address */ macro
99 #define ra $31 /* return address */ macro
/u-boot/arch/riscv/lib/
H A Dsetjmp.S32 STORE_IDX(ra, 12)
53 LOAD_IDX(ra, 12)
H A Dinterrupts.c67 ulong ra; local
75 ra = fp[-1];
77 count, (ulong)fp, ra);
81 ra - gd->reloc_off);
154 epc, regs->ra, tval);
158 epc - gd->reloc_off, regs->ra - gd->reloc_off);
H A Dcrt0_riscv_efi.S186 SAVE_LONG(ra, 2)
197 LOAD_LONG(ra, 2)
/u-boot/arch/mips/mach-mscc/
H A Dlowlevel_init.S22 /* Modify ra/s0 such we return to physical NOR location */
25 and s0, ra, t0
H A Dlowlevel_init_luton.S60 jr ra
/u-boot/arch/mips/mach-mtmips/mt7628/
H A Dlowlevel_init.S116 jr ra
120 NESTED(lowlevel_init, 0, ra)
121 /* Save ra and do real lowlevel initialization */
122 move s0, ra
128 move ra, s0
154 jr ra
/u-boot/arch/mips/mach-octeon/
H A Dlowlevel_init.S43 jr ra
49 move s0, ra
57 dsubu t3, ra, a7 /* t3 now has reloc offset */
/u-boot/arch/mips/cpu/
H A Dcm_init.S43 2: jr ra
/u-boot/arch/arm/mach-uniphier/arm32/
H A Ddebug_ll.S24 .macro sg_set_pinsel, pin, muxval, mux_bits, reg_stride, ra, rd
25 ldr \ra, =(SG_BASE + SG_PINCTRL_BASE + \pin * \mux_bits / 32 * \reg_stride)
26 ldr \rd, [\ra]
29 str \rd, [\ra]
/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_tc.h14 u32 ra; /* 0x14 Register A */ member in struct:at91_tcc
/u-boot/arch/mips/mach-jz47xx/
H A Dstart.S92 jr ra
/u-boot/board/imgtec/malta/
H A Dlowlevel_init.S89 jr ra
230 jr ra
/u-boot/arch/mips/lib/
H A Dcache_init.S124 move R_RETURN, ra
422 move R_RETURN, ra
438 jr.hb ra
/u-boot/tools/
H A Dmips-relocs.c190 const struct mips_reloc *ra = a, *rb = b; local
192 return ra->offset - rb->offset;

Completed in 135 milliseconds

12