TianoCore EDK2 master
Loading...
Searching...
No Matches
X86EnablePaging32.c
Go to the documentation of this file.
1
9#include "BaseLibInternals.h"
10
48VOID
49EFIAPI
52 IN VOID *Context1 OPTIONAL,
53 IN VOID *Context2 OPTIONAL,
54 IN VOID *NewStack
55 )
56{
57 ASSERT (EntryPoint != NULL);
58 ASSERT (NewStack != NULL);
59 InternalX86EnablePaging32 (EntryPoint, Context1, Context2, NewStack);
60}
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 InternalX86EnablePaging32(IN SWITCH_STACK_ENTRY_POINT EntryPoint, IN VOID *Context1 OPTIONAL, IN VOID *Context2 OPTIONAL, IN VOID *NewStack)
Definition: Non-existing.c:47
VOID EFIAPI AsmEnablePaging32(IN SWITCH_STACK_ENTRY_POINT EntryPoint, IN VOID *Context1 OPTIONAL, IN VOID *Context2 OPTIONAL, IN VOID *NewStack)