Phoenix
Object-oriented orthogonally persistent operating system
|
Machine dependent functionality implementation for stack manipulations. More...
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{md_stack.h} |
Typedefs | |
typedef void(* | anonymous_namespace{md_stack.h}::StackEntryFunc )(void *arg) __NORETURN |
Pointer to function used to switch the stack to new location. | |
Functions | |
void | anonymous_namespace{md_stack.h}::SwitchStack (vaddr_t stackAddr, StackEntryFunc entryFunc, void *arg) __NORETURN |
Switch stack to new location. |
Machine dependent functionality implementation for stack manipulations.