|
UbixOS
2.0
|
#include <trap.h>

Data Fields | |
| int | tf_cs |
| int | tf_ds |
| int | tf_eax |
| int | tf_ebp |
| int | tf_ebx |
| int | tf_ecx |
| int | tf_edi |
| int | tf_edx |
| int | tf_eflags |
| int | tf_eip |
| int | tf_err |
| int | tf_es |
| int | tf_esi |
| int | tf_esp |
| int | tf_fs |
| int | tf_gs |
| int | tf_isp |
| int | tf_ss |
| int | tf_trapno |
| int trapframe::tf_cs |
Definition at line 51 of file trap.h.
Referenced by die_if_kernel(), and sys_fork().
| int trapframe::tf_ds |
Definition at line 38 of file trap.h.
Referenced by die_if_kernel(), and sys_fork().
| int trapframe::tf_eax |
Definition at line 46 of file trap.h.
Referenced by die_if_kernel(), sys_call(), sys_call_posix(), and sys_invalid().
| int trapframe::tf_ebp |
Definition at line 41 of file trap.h.
Referenced by die_if_kernel(), and sys_fork().
| int trapframe::tf_ebx |
Definition at line 43 of file trap.h.
Referenced by die_if_kernel(), and sys_fork().
| int trapframe::tf_ecx |
Definition at line 45 of file trap.h.
Referenced by die_if_kernel(), and sys_fork().
| int trapframe::tf_edi |
Definition at line 39 of file trap.h.
Referenced by die_if_kernel(), and sys_fork().
| int trapframe::tf_edx |
Definition at line 44 of file trap.h.
Referenced by die_if_kernel(), sys_call(), sys_call_posix(), and sys_fork().
| int trapframe::tf_eflags |
Definition at line 52 of file trap.h.
Referenced by die_if_kernel(), sys_call(), sys_call_posix(), and sys_fork().
| int trapframe::tf_eip |
Definition at line 50 of file trap.h.
Referenced by die_if_kernel(), sys_fork(), and vmm_pageFault().
| int trapframe::tf_err |
Definition at line 49 of file trap.h.
Referenced by die_if_kernel(), and vmm_pageFault().
| int trapframe::tf_es |
Definition at line 37 of file trap.h.
Referenced by die_if_kernel(), and sys_fork().
| int trapframe::tf_esi |
Definition at line 40 of file trap.h.
Referenced by die_if_kernel(), and sys_fork().
| int trapframe::tf_esp |
Definition at line 54 of file trap.h.
Referenced by die_if_kernel(), sys_call(), sys_call_posix(), sys_fork(), and vmm_pageFault().
| int trapframe::tf_fs |
Definition at line 36 of file trap.h.
Referenced by die_if_kernel(), and sys_fork().
| int trapframe::tf_gs |
Definition at line 35 of file trap.h.
Referenced by die_if_kernel().
| int trapframe::tf_ss |
Definition at line 55 of file trap.h.
Referenced by die_if_kernel(), and sys_fork().
| int trapframe::tf_trapno |
Definition at line 47 of file trap.h.
Referenced by die_if_kernel(), and trap().