|
kernel
|
Go to the source code of this file.
Functions | |
| bool | ExpIsExceptionHandlerPresent (IN PETHREAD Thread) |
| void | ExpDispatchException (IN PTRAP_FRAME TrapFrame, IN PCONTEXT ContextRecord, IN PEXCEPTION_RECORD ExceptionRecord) |
| uint64_t | ExpFindKernelModeExceptionHandler (uint64_t Rip) |
| void ExpDispatchException | ( | IN PTRAP_FRAME | TrapFrame, |
| IN PCONTEXT | ContextRecord, | ||
| IN PEXCEPTION_RECORD | ExceptionRecord ) |
Definition at line 56 of file exception.c.
| uint64_t ExpFindKernelModeExceptionHandler | ( | uint64_t | Rip | ) |
Definition at line 114 of file exception.c.
Definition at line 23 of file exception.c.