Home
last modified time | relevance | path

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

/external/u-boot/arch/m68k/lib/
Dbootm.c26 static ulong get_sp (void);
42 sp = get_sp(); in arch_lmb_reserve()
101 static ulong get_sp (void) in get_sp() function
/external/u-boot/arch/arc/lib/
Dbootm.c11 static ulong get_sp(void) in get_sp() function
32 sp = get_sp(); in arch_lmb_reserve()
/external/u-boot/arch/powerpc/lib/
Dbootm.c34 static ulong get_sp (void);
147 sp = get_sp(); in arch_lmb_reserve()
260 static ulong get_sp (void) in get_sp() function
/external/v8/src/
Dvm-state-inl.h66 scope_address_ = Simulator::current(isolate)->get_sp(); in ExternalCallbackScope()
Disolate.cc4125 Address jssp_address = Simulator::current(isolate_)->get_sp(); in Throw()
/external/u-boot/arch/arm/lib/
Dbootm.c39 static ulong get_sp(void) in get_sp() function
61 sp = get_sp(); in arch_lmb_reserve()
/external/v8/src/ppc/
Dsimulator-ppc.h159 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
Dsimulator-ppc.cc1097 return reinterpret_cast<uintptr_t>(get_sp()); in StackLimit()
/external/v8/src/arm/
Dsimulator-arm.h151 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
Dsimulator-arm.cc1140 return reinterpret_cast<uintptr_t>(get_sp()); in StackLimit()
/external/v8/src/mips64/
Dsimulator-mips64.h231 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
Dsimulator-mips64.cc2109 return reinterpret_cast<uintptr_t>(get_sp()); in StackLimit()
/external/v8/src/mips/
Dsimulator-mips.h229 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
Dsimulator-mips.cc2155 return reinterpret_cast<uintptr_t>(get_sp()); in StackLimit()
/external/v8/src/s390/
Dsimulator-s390.h156 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
Dsimulator-s390.cc1748 return reinterpret_cast<uintptr_t>(get_sp()); in StackLimit()
/external/v8/src/arm64/
Dsimulator-arm64.h900 Address get_sp() const { return reg<Address>(31, Reg31IsStackPointer); } in get_sp() function
Dsimulator-arm64.cc280 return reinterpret_cast<uintptr_t>(get_sp()); in StackLimit()