2008-02-08 06:07:47 +00:00
|
|
|
#include <internal/arm/asmmacro.S>
|
|
|
|
|
2008-02-13 05:16:14 +00:00
|
|
|
//
|
|
|
|
// Exceptions
|
|
|
|
//
|
|
|
|
GENERATE_ARM_STUB _abnormal_termination
|
2008-02-08 06:07:47 +00:00
|
|
|
GENERATE_ARM_STUB _except_handler2
|
|
|
|
GENERATE_ARM_STUB _except_handler3
|
|
|
|
GENERATE_ARM_STUB _global_unwind2
|
|
|
|
GENERATE_ARM_STUB _local_unwind2
|
2008-07-14 03:34:07 +00:00
|
|
|
GENERATE_ARM_STUB RtlGetCallersAddress
|
|
|
|
GENERATE_ARM_STUB RtlUnwind
|
|
|
|
GENERATE_ARM_STUB RtlDispatchException
|
|
|
|
GENERATE_ARM_STUB RtlpGetStackLimits
|
|
|
|
GENERATE_ARM_STUB DbgBreakPointWithStatus
|
|
|
|
GENERATE_ARM_STUB KeRaiseUserException
|
|
|
|
GENERATE_ARM_STUB KdpGdbStubInit
|
2008-02-13 05:16:14 +00:00
|
|
|
|
|
|
|
//
|
2008-07-14 03:34:07 +00:00
|
|
|
// Driver ISRs
|
2008-02-13 05:16:14 +00:00
|
|
|
//
|
|
|
|
GENERATE_ARM_STUB KeConnectInterrupt
|
|
|
|
GENERATE_ARM_STUB KeDisconnectInterrupt
|
2008-07-14 03:34:07 +00:00
|
|
|
GENERATE_ARM_STUB KiPassiveRelease
|
|
|
|
GENERATE_ARM_STUB KiInterruptTemplate
|
|
|
|
GENERATE_ARM_STUB KiUnexpectedInterrupt
|
2008-02-13 05:16:14 +00:00
|
|
|
GENERATE_ARM_STUB KeInitializeInterrupt
|
|
|
|
GENERATE_ARM_STUB KeSynchronizeExecution
|
|
|
|
|
|
|
|
//
|
2008-07-14 03:34:07 +00:00
|
|
|
// User Mode Support
|
2008-02-13 05:16:14 +00:00
|
|
|
//
|
|
|
|
GENERATE_ARM_STUB KeSwitchKernelStack
|
2008-07-14 03:34:07 +00:00
|
|
|
GENERATE_ARM_STUB RtlCreateUserThread
|
|
|
|
GENERATE_ARM_STUB RtlInitializeContext
|
2009-11-09 23:19:03 +00:00
|
|
|
GENERATE_ARM_STUB KeUserModeCallback
|
|
|
|
GENERATE_ARM_STUB KiCallUserMode
|
2008-07-14 03:34:07 +00:00
|
|
|
GENERATE_ARM_STUB NtCallbackReturn
|