Searched defs:Context1 (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DX86DisablePaging32.c28 specified by Context1 and Context2. Context1 and Context2 are optional and
45 @param Context1 A pointer to the context to pass into the EntryPoint
58 IN VOID *Context1, OPTIONAL
65 InternalX86DisablePaging32 (EntryPoint, Context1, Context2, NewStack);
56 AsmDisablePaging32( IN SWITCH_STACK_ENTRY_POINT EntryPoint, IN VOID *Context1, OPTIONAL IN VOID *Context2, OPTIONAL IN VOID *NewStack ) argument
H A DX86EnablePaging32.c28 specified by NewStack and passing in the parameters specified by Context1 and
29 Context2. Context1 and Context2 are optional and may be NULL. The function
49 @param Context1 A pointer to the context to pass into the EntryPoint
61 IN VOID *Context1, OPTIONAL
68 InternalX86EnablePaging32 (EntryPoint, Context1, Context2, NewStack);
59 AsmEnablePaging32( IN SWITCH_STACK_ENTRY_POINT EntryPoint, IN VOID *Context1, OPTIONAL IN VOID *Context2, OPTIONAL IN VOID *NewStack ) argument
H A DX86DisablePaging64.c28 specified by Context1 and Context2. Context1 and Context2 are optional and
40 @param Context1 The 64-bit virtual address of the context to pass into
55 IN UINT32 Context1, OPTIONAL
62 InternalX86DisablePaging64 (Cs, EntryPoint, Context1, Context2, NewStack);
52 AsmDisablePaging64( IN UINT16 Cs, IN UINT32 EntryPoint, IN UINT32 Context1, OPTIONAL IN UINT32 Context2, OPTIONAL IN UINT32 NewStack ) argument
H A DX86EnablePaging64.c29 parameters specified by Context1 and Context2. Context1 and Context2 are
42 @param Context1 The 64-bit virtual address of the context to pass into
57 IN UINT64 Context1, OPTIONAL
64 InternalX86EnablePaging64 (Cs, EntryPoint, Context1, Context2, NewStack);
54 AsmEnablePaging64( IN UINT16 Cs, IN UINT64 EntryPoint, IN UINT64 Context1, OPTIONAL IN UINT64 Context2, OPTIONAL IN UINT64 NewStack ) argument
H A DSwitchStack.c22 by Context1 and Context2. Context1 and Context2 are optional and may
33 @param Context1 A pointer to the context to pass into the EntryPoint
50 IN VOID *Context1, OPTIONAL
68 InternalSwitchStack (EntryPoint, Context1, Context2, NewStack, Marker);
48 SwitchStack( IN SWITCH_STACK_ENTRY_POINT EntryPoint, IN VOID *Context1, OPTIONAL IN VOID *Context2, OPTIONAL IN VOID *NewStack, ... ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Arm/
H A DInternalSwitchStack.c23 and passes in the parameters specified by Context1 and Context2.
24 Context1 and Context2 are optional and may be NULL.
28 @param Context1 The first parameter to pass in.
37 IN VOID *Context1, OPTIONAL
48 by Context1 and Context2. Context1 and Context2 are optional and may
58 @param Context1 A pointer to the context to pass into the EntryPoint
71 IN VOID *Context1, OPTIONAL
78 InternalSwitchStackAsm (EntryPoint, Context1, Context2, NewStack);
69 InternalSwitchStack( IN SWITCH_STACK_ENTRY_POINT EntryPoint, IN VOID *Context1, OPTIONAL IN VOID *Context2, OPTIONAL IN VOID *NewStack, IN VA_LIST Marker ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ebc/
H A DSwitchStack.c22 by Context1 and Context2. Context1 and Context2 are optional and may
32 @param Context1 A pointer to the context to pass into the EntryPoint
45 IN VOID *Context1, OPTIONAL
57 EntryPoint (Context1, Context2);
43 InternalSwitchStack( IN SWITCH_STACK_ENTRY_POINT EntryPoint, IN VOID *Context1, OPTIONAL IN VOID *Context2, OPTIONAL IN VOID *NewStack, IN VA_LIST Marker ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DNon-existing.c25 specified by Context1 and Context2. Context1 and Context2 are optional and
33 @param Context1 The 64-bit virtual address of the context to pass into
48 IN UINT32 Context1, OPTIONAL
45 InternalX86DisablePaging64( IN UINT16 CodeSelector, IN UINT32 EntryPoint, IN UINT32 Context1, OPTIONAL IN UINT32 Context2, OPTIONAL IN UINT32 NewStack ) argument
H A DInternalSwitchStack.c22 by Context1 and Context2. Context1 and Context2 are optional and may
32 @param Context1 A pointer to the context to pass into the EntryPoint
45 IN VOID *Context1, OPTIONAL
55 JumpBuffer.Esp -= sizeof (Context1) + sizeof (Context2);
56 ((VOID**)JumpBuffer.Esp)[1] = Context1;
43 InternalSwitchStack( IN SWITCH_STACK_ENTRY_POINT EntryPoint, IN VOID *Context1, OPTIONAL IN VOID *Context2, OPTIONAL IN VOID *NewStack, IN VA_LIST Marker ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ipf/
H A DInternalSwitchStack.c22 by Context1 and Context2. Context1 and Context2 are optional and may
32 @param Context1 A pointer to the context to pass into the EntryPoint
45 IN VOID *Context1, OPTIONAL
63 AsmSwitchStackAndBackingStore (EntryPoint, Context1, Context2, NewStack, NewBsp);
43 InternalSwitchStack( IN SWITCH_STACK_ENTRY_POINT EntryPoint, IN VOID *Context1, OPTIONAL IN VOID *Context2, OPTIONAL IN VOID *NewStack, IN VA_LIST Marker ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DNon-existing.c26 specified by NewStack and passing in the parameters specified by Context1 and
27 Context2. Context1 and Context2 are optional and may be NULL. The function
43 @param Context1 A pointer to the context to pass into the EntryPoint
55 IN VOID *Context1, OPTIONAL
74 specified by Context1 and Context2. Context1 and Context2 are optional and
87 @param Context1 A pointer to the context to pass into the EntryPoint
100 IN VOID *Context1, OPTIONAL
121 parameters specified by Context1 and Context2. Context1 an
53 InternalX86EnablePaging32( IN SWITCH_STACK_ENTRY_POINT EntryPoint, IN VOID *Context1, OPTIONAL IN VOID *Context2, OPTIONAL IN VOID *NewStack ) argument
98 InternalX86DisablePaging32( IN SWITCH_STACK_ENTRY_POINT EntryPoint, IN VOID *Context1, OPTIONAL IN VOID *Context2, OPTIONAL IN VOID *NewStack ) argument
141 InternalX86EnablePaging64( IN UINT16 Cs, IN UINT64 EntryPoint, IN UINT64 Context1, OPTIONAL IN UINT64 Context2, OPTIONAL IN UINT64 NewStack ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmPeriodicSmiLib/
H A DSmmPeriodicSmiLib.c616 @param[in] Context1 Context1 parameter passed into SwitchStack().
623 IN VOID *Context1, OPTIONAL
630 // Convert Context1 to PERIODIC_SMI_LIBRARY_HANDLER_CONTEXT *
632 PeriodicSmiLibraryHandler = (PERIODIC_SMI_LIBRARY_HANDLER_CONTEXT *)Context1;
622 PeriodicSmiDispatchFunctionSwitchStack( IN VOID *Context1, OPTIONAL IN VOID *Context2 OPTIONAL ) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/
H A DVBoxMPDriver.cpp716 ULONG DriverEntry(IN PVOID Context1, IN PVOID Context2) argument
784 ULONG rc = VideoPortInitialize(Context1, Context2, &vhwData, NULL);

Completed in 49 milliseconds