Searched refs:get_sp (Results 1 - 10 of 10) sorted by relevance

/u-boot/arch/arm/lib/
H A Dstack.c38 static ulong get_sp(void) function
48 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 16384);
/u-boot/arch/m68k/lib/
H A Dbootm.c30 static ulong get_sp (void);
35 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 1024);
92 static ulong get_sp (void) function
/u-boot/arch/nios2/lib/
H A Dbootm.c69 static ulong get_sp(void) function
79 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096);
/u-boot/arch/riscv/lib/
H A Dbootm.c137 static ulong get_sp(void) function
147 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096);
/u-boot/arch/microblaze/lib/
H A Dbootm.c27 static ulong get_sp(void) function
37 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096);
/u-boot/arch/sh/lib/
H A Dbootm.c105 static ulong get_sp(void) function
115 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096);
/u-boot/arch/xtensa/lib/
H A Dbootm.c202 static ulong get_sp(void) function
212 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096);
/u-boot/arch/x86/lib/
H A Dbootm.c258 static ulong get_sp(void) function
273 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096);
/u-boot/arch/powerpc/lib/
H A Dbootm.c41 static ulong get_sp (void);
146 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096);
256 static ulong get_sp (void) function
/u-boot/arch/arc/lib/
H A Dcache.c824 static ulong get_sp(void) function
834 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096);

Completed in 57 milliseconds