Home
last modified time | relevance | path

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

/u-boot/arch/m68k/lib/
A Dbootm.c30 static ulong get_sp (void);
35 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 1024); in arch_lmb_reserve()
92 static ulong get_sp (void) in get_sp() function
/u-boot/arch/arm/lib/
A Dstack.c38 static ulong get_sp(void) in get_sp() function
48 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 16384); in arch_lmb_reserve()
/u-boot/arch/nios2/lib/
A Dbootm.c67 static ulong get_sp(void) in get_sp() function
77 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096); in arch_lmb_reserve()
/u-boot/arch/microblaze/lib/
A Dbootm.c27 static ulong get_sp(void) in get_sp() function
37 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096); in arch_lmb_reserve()
/u-boot/arch/riscv/lib/
A Dbootm.c137 static ulong get_sp(void) in get_sp() function
147 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096); in arch_lmb_reserve()
/u-boot/arch/sh/lib/
A Dbootm.c103 static ulong get_sp(void) in get_sp() function
113 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096); in arch_lmb_reserve()
/u-boot/arch/powerpc/lib/
A Dbootm.c40 static ulong get_sp (void);
145 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096); in arch_lmb_reserve()
255 static ulong get_sp (void) in get_sp() function
/u-boot/arch/xtensa/lib/
A Dbootm.c200 static ulong get_sp(void) in get_sp() function
210 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096); in arch_lmb_reserve()
/u-boot/arch/x86/lib/
A Dbootm.c256 static ulong get_sp(void) in get_sp() function
271 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096); in arch_lmb_reserve()
/u-boot/arch/arc/lib/
A Dcache.c825 static ulong get_sp(void) in get_sp() function
835 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096); in arch_lmb_reserve()

Completed in 24 milliseconds