struct BootStack
Defined at line 26 of file ../../zircon/kernel/phys/include/phys/stack.h
Public Members
uint8_t[16384] stack
Public Methods
bool IsOnStack (uintptr_t sp)
Returns true iff SP falls on this stack.
This considers the limit to be "on".
Defined at line 14 of file ../../zircon/kernel/phys/stack.cc
bool IsOnStack (uintptr_t sp)
Returns true iff SP falls on this stack.
This considers the limit to be "on".
Defined at line 14 of file ../../zircon/kernel/phys/stack.cc
bool IsOnStack (uintptr_t sp)
Returns true iff SP falls on this stack.
This considers the limit to be "on".
Defined at line 14 of file ../../zircon/kernel/phys/stack.cc
uintptr_t InitialSp ()
Defined at line 31 of file ../../zircon/kernel/phys/include/phys/stack.h