Go to the source code of this file.
◆ DECLSPEC_ALIGN()
◆ InitIdt()
Definition at line 23 of file i386idt.c.
24{
43}
void __cdecl i386GeneralProtectionFault(void)
void __cdecl i386SegmentNotPresent(void)
void __cdecl i386MachineCheck(void)
void __cdecl i386AlignmentCheck(void)
void __cdecl i386NMIException(void)
void __cdecl i386Overflow(void)
void __cdecl i386PageFault(void)
void __cdecl i386InvalidOpcode(void)
void __cdecl i386InvalidTSS(void)
void __cdecl i386DebugException(void)
void __cdecl i386CoprocessorError(void)
void __cdecl i386Breakpoint(void)
void __cdecl i386StackException(void)
void __cdecl i386CoprocessorSegment(void)
void __cdecl i386BoundException(void)
void __cdecl i386DivideByZero(void)
void __cdecl i386FPUNotAvailable(void)
void __cdecl i386DoubleFault(void)
static void InitIdtVector(UCHAR Vector, PVOID ServiceHandler, USHORT Access)
◆ InitIdtVector()
Definition at line 10 of file i386idt.c.
14{
18 i386Idt[
Vector].Access = Access;
19}
static DWORD WINAPI ServiceHandler(DWORD ctrl, DWORD event_type, LPVOID event_data, LPVOID context)
Referenced by InitIdt().