#include "ki.h"
#include "pat.h"
Go to the source code of this file.
Classes | |
struct | _NEW_PAT |
Defines | |
#define | DBGMSG(a) |
Typedefs | |
typedef _NEW_PAT | NEW_PAT |
typedef _NEW_PAT * | PNEW_PAT |
Functions | |
VOID | KeRestorePAT (VOID) |
VOID | KiInitializePAT (VOID) |
VOID | KiLoadPAT (IN PNEW_PAT Context) |
VOID | KiLoadPATTarget (IN PKIPI_CONTEXT SignalDone, IN PVOID Context, IN PVOID Parameter2, IN PVOID Parameter3) |
VOID | KiSynchronizePATLoad (IN PNEW_PAT Context) |
|
|
|
|
|
Referenced by KiLoadPATTarget(). |
|
Definition at line 94 of file pat.c. References KeFeatureBits, KF_PAT, and KiInitializePAT().
|
|
Referenced by KeRestorePAT(), and KiInitMachineDependent(). |
|
Definition at line 289 of file pat.c. References Index, KiDisableInterrupts(), KiRestoreInterrupts(), KiSynchronizePATLoad(), PAT_MSR, and WRMSR(). Referenced by KiInitializePAT(), and KiLoadPATTarget().
|
|
Definition at line 249 of file pat.c. References KiLoadPAT(), PNEW_PAT, and _NEW_PAT::TargetPhase. Referenced by KiInitializePAT().
|
|
Definition at line 447 of file pat.c. References KeGetCurrentPrcb, and KeNumberProcessors. Referenced by KiLoadPAT().
|