Searched refs:r2 (Results 51 - 75 of 84) sorted by relevance

1234

/u-boot/lib/
H A Dlmb.c77 unsigned long r2)
81 phys_addr_t base2 = rgn->region[r2].base;
82 phys_size_t size2 = rgn->region[r2].size;
87 unsigned long r2)
91 phys_addr_t base2 = rgn->region[r2].base;
92 phys_size_t size2 = rgn->region[r2].size;
110 unsigned long r2)
112 rgn->region[r1].size += rgn->region[r2].size;
113 lmb_remove_region(rgn, r2);
118 unsigned long r2)
76 lmb_regions_overlap(struct lmb_region *rgn, unsigned long r1, unsigned long r2) argument
86 lmb_regions_adjacent(struct lmb_region *rgn, unsigned long r1, unsigned long r2) argument
109 lmb_coalesce_regions(struct lmb_region *rgn, unsigned long r1, unsigned long r2) argument
117 lmb_fix_over_lap_regions(struct lmb_region *rgn, unsigned long r1, unsigned long r2) argument
[all...]
/u-boot/arch/sh/lib/
H A Dmovmem.S185 mov.l @r5+,r2
188 mov.l r2,@(8,r4)
198 mov.l @r5+,r2
204 mov.l r2,@(8,r4)
212 mov.l @(8,r5),r2
216 mov.l r2,@(8,r4)
/u-boot/board/renesas/r2dplus/
H A Dlowlevel_init.S57 extu.w r0, r2
58 cmp/hi r3, r2
/u-boot/arch/microblaze/cpu/
H A Dirq.S14 swi r2, r1, 4
75 lwi r2, r1, 4
/u-boot/arch/arm/lib/
H A Dcrt0_arm_efi.S146 stmfd sp!, {r0-r2, lr}
H A Dbootm.c336 unsigned long r2;
359 r2 = (unsigned long)images->ft_addr;
361 r2 = gd->bd->bi_boot_params;
368 0, machid, r2);
371 kernel_entry(0, machid, r2);
H A Dvectors.S217 ldr r2, IRQ_STACK_START_IN
219 ldmia r2, {r2 - r3}
H A Ddiv64.S21 #define yh r2
26 #define yl r2
/u-boot/board/broadcom/bcmstb/
H A Dbcmstb.c109 debug("General Purpose Register 2: 0x%x\n", bcmstb_boot_parameters.r2);
/u-boot/arch/nios2/cpu/
H A Dexceptions.S26 stw r2, 8(sp)
106 ldw r2, 8(sp)
/u-boot/arch/arm/mach-omap2/omap5/
H A Dsec_entry_cpu1.S39 ldm r4, {r0,r1,r2,r3} @ Retrieve args
81 stm r4, {r0,r1,r2,r3} @ Save args to memory
/u-boot/arch/arm/include/asm/arch-mx6/
H A Dmx6_plugin.S42 adr r2, boot_data2
121 str r5, [r2]
/u-boot/arch/powerpc/
H A Dconfig.mk12 PLATFORM_CPPFLAGS += -D__powerpc__ -ffixed-r2 -m32 $(PF_CPPFLAGS_POWERPC)
/u-boot/arch/arm/cpu/armv7/
H A Dpsci.S178 add r2, r10, r10, lsr #1 @ work out 3x current cache level
179 mov r1, r0, lsr r2 @ extract cache type bits from clidr
188 and r2, r1, #7 @ extract the length of the cache lines
189 add r2, r2, #4 @ add 4 (line length offset)
199 orr r11, r11, r9, lsl r2 @ factor index number into r11
283 @ {r0, r1, r2, ip} from _do_nonsec_entry(kernel_entry, 0, machid, r2) in
H A Dnonsec_virt.S42 * r0, r1, r2: passed to the callee
55 push {r0, r1, r2, ip}
57 pop {r0, r1, r2, ip}
109 mov r1, r2
110 mov r2, r3
/u-boot/arch/arm/mach-tegra/
H A Dboard.c51 void save_boot_params(unsigned long r0, unsigned long r1, unsigned long r2, argument
68 cboot_save_boot_params(r0, r1, r2, r3);
/u-boot/examples/standalone/
H A Dppc_setjmp.S28 stw r2,(JB_GPR2*4)(3)
H A Dppc_longjmp.S24 lwz r2,(JB_GPR2*4)(r3)
/u-boot/arch/arm/include/asm/
H A Darmv7.h144 unsigned long r1, unsigned long r2);
/u-boot/board/ste/stemmy/
H A Dstemmy.c24 void save_boot_params(ulong r0, ulong r1, ulong r2, ulong r3) argument
27 fw_atags = r2;
/u-boot/arch/arm/mach-stm32mp/stm32mp1/
H A Dcpu.c323 * the FDT address provided by TF-A in r2 at boot time. This function is called
326 void save_boot_params(unsigned long r0, unsigned long r1, unsigned long r2, argument
333 nt_fw_dtb = r2;
/u-boot/include/valgrind/
H A Dvalgrind.h498 unsigned long int r2; /* what tocptr do we need? */ member in struct:__anon197
553 _zzq_orig->r2 = __addr; \
575 unsigned long int r2; /* what tocptr do we need? */ member in struct:__anon198
630 _zzq_orig->r2 = __addr; \
821 __asm__ volatile(/* r2 = args */ \
2186 "r0", "r2", "r3", "r4", "r5", "r6", "r7", "r8", "r9", "r10", \
2687 /* _argvec[0] holds current r2 across the call */ \
2688 _argvec[1] = (unsigned long)_orig.r2; \
2713 /* _argvec[0] holds current r2 across the call */ \
2714 _argvec[1] = (unsigned long)_orig.r2; \
[all...]
/u-boot/arch/arm/mach-socfpga/
H A Dspl_a10.c63 * r2 - unused and set to 0x0.
66 void save_boot_params(unsigned long r0, unsigned long r1, unsigned long r2, argument
/u-boot/arch/arc/lib/
H A Dints_low.S31 PUSH %r2
/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dstart.S442 lwz r2,_CTR(r1)
444 mtctr r2
446 lwz r2,_XER(r1)
448 mtspr XER,r2
454 lwz r2,_NIP(r1) /* Restore environment */
456 mtspr SRR0,r2
459 lwz r2,GPR2(r1)

Completed in 142 milliseconds

1234