Go to the source code of this file.
Data Structures | |
| struct | GATE |
Defines | |
| #define | SaveFlag() __asm__ __volatile__("pushfd") |
| #define | RestoreFlag() __asm__ __volatile__("popfd") |
| #define | DisableInterrupt() __asm__ __volatile__("cli") |
| #define | EnableInterrupt() __asm__ __volatile__("sti") |
| #define | SystemHalt() __asm__ __volatile__("hlt") |
1.5.9