CS318 - Pintos
Pintos source browser for JHU CS318 course
Data Fields
switch_entry_frame Struct Reference

Stack frame for switch_entry(). More...

#include <switch.h>

Data Fields

void(* eip )(void)
 

Detailed Description

Stack frame for switch_entry().

Definition at line 23 of file switch.h.

Field Documentation

◆ eip

void(* switch_entry_frame::eip) (void)

Definition at line 25 of file switch.h.

Referenced by thread_create().


The documentation for this struct was generated from the following file: