SST/macro
|
Go to the source code of this file.
Classes | |
struct | sstmac::sw::intpair |
A set of utilities to deal with the odd arguments to makecontext. More... | |
union | sstmac::sw::voidptr |
Pack a void* argument into a pair of integers. More... | |
union | sstmac::sw::funcptr |
Pack a function pointer of the form void(*)(void*) as a pair of integers. More... | |
Namespaces | |
sstmac | |
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i.e. | |
sstmac::sw | |
Functions | |
void | sstmac::sw::context_springboard (int func_ptr_a, int func_ptr_b, int arg_ptr_a, int arg_ptr_b) |
Springboard routine to wrap a makecontext call. More... | |