|
CS318 - Pintos
Pintos source browser for JHU CS318 course
|
Stack frame for kernel_thread(). More...
Data Fields | |
| void * | eip |
| Return address. More... | |
| thread_func * | function |
| Function to call. More... | |
| void * | aux |
| Auxiliary data for function. More... | |
Stack frame for kernel_thread().
| void* kernel_thread_frame::aux |
| void* kernel_thread_frame::eip |
| thread_func* kernel_thread_frame::function |
1.8.16