| UbixOS
    2.0
    | 
#include <tss.h>

| Data Fields | |
| short | back_link | 
| short | back_link_reserved | 
| long | cr3 | 
| short | cs | 
| short | cs_reserved | 
| short | ds | 
| short | ds_reserved | 
| long | eax | 
| long | ebp | 
| long | ebx | 
| long | ecx | 
| long | edi | 
| long | edx | 
| long | eflags | 
| long | eip | 
| short | es | 
| short | es_reserved | 
| long | esi | 
| long | esp | 
| long | esp0 | 
| long | esp1 | 
| long | esp2 | 
| short | fs | 
| short | fs_reserved | 
| short | gs | 
| short | gs_reserved | 
| short | io_map | 
| char | io_space [8192] | 
| short | ldt | 
| short | ldt_reserved | 
| short | ss | 
| short | ss0 | 
| short | ss0_reserved | 
| short | ss1 | 
| short | ss1_reserved | 
| short | ss2 | 
| short | ss2_reserved | 
| short | ss_reserved | 
| short | trace_bitmap | 
| short tssStruct::back_link | 
Definition at line 35 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().
| long tssStruct::cr3 | 
Definition at line 46 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().
| short tssStruct::cs | 
Definition at line 56 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().
| short tssStruct::ds | 
Definition at line 60 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().
| long tssStruct::eax | 
Definition at line 49 of file tss.h.
Referenced by biosCall(), fork_copyProcess(), and sys_fork().
| long tssStruct::ebp | 
Definition at line 51 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().
| long tssStruct::ebx | 
Definition at line 49 of file tss.h.
Referenced by biosCall(), fork_copyProcess(), and sys_fork().
| long tssStruct::ecx | 
Definition at line 49 of file tss.h.
Referenced by biosCall(), fork_copyProcess(), and sys_fork().
| long tssStruct::edi | 
Definition at line 53 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().
| long tssStruct::edx | 
Definition at line 49 of file tss.h.
Referenced by biosCall(), fork_copyProcess(), and sys_fork().
| long tssStruct::eflags | 
Definition at line 48 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().
| long tssStruct::eip | 
Definition at line 47 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().
| short tssStruct::es | 
Definition at line 54 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().
| long tssStruct::esi | 
Definition at line 52 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().
| long tssStruct::esp | 
Definition at line 50 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().
| long tssStruct::esp0 | 
Definition at line 37 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), sys_fork(), and sysExec().
| long tssStruct::esp1 | 
Definition at line 40 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().
| long tssStruct::esp2 | 
Definition at line 43 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().
| short tssStruct::fs | 
Definition at line 62 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().
| short tssStruct::gs | 
Definition at line 64 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().
| short tssStruct::io_map | 
Definition at line 69 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().
| short tssStruct::ldt | 
Definition at line 66 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().
| short tssStruct::ss | 
Definition at line 58 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().
| short tssStruct::ss0 | 
Definition at line 38 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().
| short tssStruct::ss1 | 
Definition at line 41 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().
| short tssStruct::ss2 | 
Definition at line 44 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().
| short tssStruct::trace_bitmap | 
Definition at line 68 of file tss.h.
Referenced by biosCall(), execFile(), execThread(), fork_copyProcess(), and sys_fork().