kernel
Loading...
Searching...
No Matches
exception.c File Reference

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)

Function Documentation

◆ ExpDispatchException()

void ExpDispatchException ( IN PTRAP_FRAME TrapFrame,
IN PCONTEXT ContextRecord,
IN PEXCEPTION_RECORD ExceptionRecord )

Definition at line 56 of file exception.c.

◆ ExpFindKernelModeExceptionHandler()

uint64_t ExpFindKernelModeExceptionHandler ( uint64_t Rip)

Definition at line 114 of file exception.c.

◆ ExpIsExceptionHandlerPresent()

bool ExpIsExceptionHandlerPresent ( IN PETHREAD Thread)

Definition at line 23 of file exception.c.