#include "ki.h"
Go to the source code of this file.
Functions | |
BOOLEAN | KeBusError (IN PEXCEPTION_RECORD ExceptionRecord, IN PKEXCEPTION_FRAME ExceptionFrame, IN PKTRAP_FRAME TrapFrame, IN PVOID VirtualAddress, IN PHYSICAL_ADDRESS PhysicalAddress) |
PHYSICAL_ADDRESS | KiGetPhysicalAddress (IN PVOID VirtualAddress) |
VOID | KiDataBusError (IN PEXCEPTION_RECORD ExceptionRecord, IN PKEXCEPTION_FRAME ExceptionFrame, IN PKTRAP_FRAME TrapFrame) |
VOID | KiInstructionBusError (IN PEXCEPTION_RECORD ExceptionRecord, IN PKEXCEPTION_FRAME ExceptionFrame, IN PKTRAP_FRAME TrapFrame) |
VOID | KeSetCacheErrorRoutine (IN PKCACHE_ERROR_ROUTINE Routine) |
|
Definition at line 29 of file mips/buserror.c. References FALSE, and KeBugCheckEx(). Referenced by KiInitializeKernel().
|
|
Definition at line 280 of file mips/buserror.c. References KSEG1_BASE.
|
|
Definition at line 124 of file mips/buserror.c. References DATA_BUS_ERROR, EXCEPTION_EXECUTE_HANDLER, FALSE, KeBugCheck(), KiGetPhysicalAddress(), and KiGetRegisterValue(). Referenced by KiDispatchException().
|
|
Definition at line 81 of file mips/buserror.c. References KSEG0_BASE, KSEG1_BASE, and MmGetPhysicalAddress(). Referenced by KiDataBusError(), and KiInstructionBusError().
|
|
Definition at line 216 of file mips/buserror.c. References FALSE, INSTRUCTION_BUS_ERROR, KeBugCheck(), and KiGetPhysicalAddress(). Referenced by KiDispatchException().
|