Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dreg.h24 #define get_sp() (__stack_pointer) macro
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Dreg.h24 #define get_sp() (__stack_pointer) macro
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h161 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function in v8::internal::Simulator
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.h233 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function in v8::internal::Simulator
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.h260 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function in v8::internal::Simulator
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.h199 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function in v8::internal::Simulator
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.h296 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function in v8::internal::Simulator
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.h294 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function in v8::internal::Simulator
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.h1019 Address get_sp() const { return reg<Address>(31, Reg31IsStackPointer); } in get_sp() function in v8::internal::Simulator
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.h463 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function in v8::internal::Simulator

Completed in 16 milliseconds