Home
last modified time | relevance | path

Searched refs:ra (Results 1 – 25 of 33) sorted by relevance

12

/u-boot/arch/mips/mach-mtmips/mt7620/
A Dlowlevel_init.S15 NESTED(lowlevel_init, 0, ra)
17 move s0, ra
49 move ra, s0
51 jr ra
/u-boot/examples/api/
A Dcrt0.S55 PTR_S $ra, return_addr
59 PTR_L $ra, return_addr
60 jr $ra
/u-boot/arch/mips/mach-mtmips/mt7628/
A Dlowlevel_init.S121 jr ra
125 NESTED(lowlevel_init, 0, ra)
127 move s0, ra
133 move ra, s0
159 jr ra
/u-boot/board/imgtec/boston/
A Dlowlevel_init.S23 move s0, ra
53 jr ra
/u-boot/arch/mips/include/asm/
A Dregdef.h56 #define ra $31 /* return address */ macro
99 #define ra $31 /* return address */ macro
/u-boot/arch/mips/mach-octeon/
A Dlowlevel_init.S43 jr ra
49 move s0, ra
57 dsubu t3, ra, a7 /* t3 now has reloc offset */
/u-boot/arch/riscv/lib/
A Dsetjmp.S32 STORE_IDX(ra, 12)
53 LOAD_IDX(ra, 12)
A Dcrt0_riscv_efi.S162 SAVE_LONG(ra, 2)
173 LOAD_LONG(ra, 2)
A Dinterrupts.c81 epc, regs->ra, tval); in _exit_trap()
85 epc - gd->reloc_off, regs->ra - gd->reloc_off); in _exit_trap()
/u-boot/arch/arm/mach-uniphier/arm32/
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/riscv/include/asm/
A Dsetjmp.h16 unsigned long ra; member
A Dptrace.h14 unsigned long ra; member
/u-boot/arch/mips/mach-pic32/
A Dlowlevel_init.S24 jr ra
/u-boot/board/qemu-mips/
A Dlowlevel_init.S39 jr ra
/u-boot/arch/mips/mach-mscc/
A Dlowlevel_init.S25 and s0, ra, t0
A Dlowlevel_init_luton.S60 jr ra
/u-boot/arch/mips/cpu/
A Dcm_init.S43 2: jr ra
/u-boot/arch/arm/mach-at91/include/mach/
A Dat91_tc.h14 u32 ra; /* 0x14 Register A */ member
/u-boot/arch/mips/mach-jz47xx/
A Dstart.S92 jr ra
/u-boot/board/imgtec/malta/
A Dlowlevel_init.S89 jr ra
230 jr ra
/u-boot/arch/mips/lib/
A Dcache_init.S124 move R_RETURN, ra
422 move R_RETURN, ra
438 jr.hb ra
/u-boot/arch/powerpc/dts/
A Dgazerbeam.dts227 fpga-ra-lines = <2>;
278 fpga-ra-lines = <2>;
447 fpga-ra-lines = <2>;
498 fpga-ra-lines = <2>;
/u-boot/tools/
A Dmips-relocs.c190 const struct mips_reloc *ra = a, *rb = b; in compare_relocs() local
192 return ra->offset - rb->offset; in compare_relocs()
/u-boot/fs/ubifs/
A Dreplay.c274 struct replay_entry *ra, *rb; in replay_entries_cmp() local
280 ra = list_entry(a, struct replay_entry, list); in replay_entries_cmp()
282 ubifs_assert(ra->sqnum != rb->sqnum); in replay_entries_cmp()
283 if (ra->sqnum > rb->sqnum) in replay_entries_cmp()
/u-boot/arch/mips/mach-ath79/qca956x/
A Dqca956x-ddr-tap.S191 jr ra

Completed in 16 milliseconds

12