ReactOS
0.4.15-dev-4616-g17e0e44
|
#include "bl.h"
Go to the source code of this file.
Variables | |
BL_ARCH_CONTEXT | FirmwareExecutionContext |
BL_ARCH_CONTEXT | ApplicationExecutionContext |
PBL_ARCH_CONTEXT | CurrentExecutionContext |
NTSTATUS ArchInitializeContext | ( | _In_ PBL_ARCH_CONTEXT | Context | ) |
Definition at line 85 of file arch.c.
Referenced by ArchInitializeContexts().
Definition at line 122 of file arch.c.
Referenced by BlpArchInitialize().
VOID ArchSwitchContext | ( | _In_ PBL_ARCH_CONTEXT | NewContext, |
_In_ PBL_ARCH_CONTEXT | OldContext | ||
) |
Definition at line 39 of file arch.c.
Referenced by ArchInitializeContexts(), and BlpArchSwitchContext().
VOID DECLSPEC_NORETURN ArchTrapNoProcess | ( | VOID | ) |
Definition at line 23 of file arch.c.
Referenced by BlpArchInitialize().
Definition at line 189 of file arch.c.
Referenced by MmDefInitializeTranslation().
Definition at line 235 of file arch.c.
VOID BlpArchSwitchContext | ( | _In_ BL_ARCH_MODE | NewMode | ) |
BL_ARCH_CONTEXT ApplicationExecutionContext |
Definition at line 16 of file arch.c.
Referenced by ArchInitializeContexts(), and BlpArchSwitchContext().
PBL_ARCH_CONTEXT CurrentExecutionContext |
Definition at line 17 of file arch.c.
Referenced by ArchInitializeContexts(), BlpArchEnableTranslation(), and BlpArchSwitchContext().
BL_ARCH_CONTEXT FirmwareExecutionContext |
Definition at line 15 of file arch.c.
Referenced by ArchInitializeContexts(), and BlpArchSwitchContext().