TianoCore EDK2 master
Loading...
Searching...
No Matches
X86DisablePaging32.c
Go to the documentation of this file.
1
9#include "BaseLibInternals.h"
10
45VOID
46EFIAPI
49 IN VOID *Context1 OPTIONAL,
50 IN VOID *Context2 OPTIONAL,
51 IN VOID *NewStack
52 )
53{
54 ASSERT (EntryPoint != NULL);
55 ASSERT (NewStack != NULL);
56 InternalX86DisablePaging32 (EntryPoint, Context1, Context2, NewStack);
57}
VOID(EFIAPI * SWITCH_STACK_ENTRY_POINT)(IN VOID *Context1 OPTIONAL, IN VOID *Context2 OPTIONAL)
Definition: BaseLib.h:5019
#define NULL
Definition: Base.h:319
#define IN
Definition: Base.h:279
VOID EFIAPI InternalX86DisablePaging32(IN SWITCH_STACK_ENTRY_POINT EntryPoint, IN VOID *Context1 OPTIONAL, IN VOID *Context2 OPTIONAL, IN VOID *NewStack)
Definition: Non-existing.c:92
VOID EFIAPI AsmDisablePaging32(IN SWITCH_STACK_ENTRY_POINT EntryPoint, IN VOID *Context1 OPTIONAL, IN VOID *Context2 OPTIONAL, IN VOID *NewStack)