x86 ISR 에서 사용되는 에러 코드를 표현하는 32 bits 자료 구조
More...
#include <idt.h>
|
| unsigned long | ext:1 |
| |
| unsigned long | idt:1 |
| |
| unsigned long | selector:29 |
| |
| unsigned long | ti:1 |
| |
x86 ISR 에서 사용되는 에러 코드를 표현하는 32 bits 자료 구조
Definition at line 71 of file idt.h.
Definition at line 72 of file idt.h.
Definition at line 73 of file idt.h.
Definition at line 75 of file idt.h.
Definition at line 74 of file idt.h.
The documentation for this struct was generated from the following file: