Phoenix
Object-oriented orthogonally persistent operating system
Namespaces | Typedefs | Functions
md_stack.h File Reference

Machine dependent functionality implementation for stack manipulations. More...

This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Machine dependent functionality implementation for stack manipulations.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines