Searched defs:Stack (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DThunk.c90 the Stack argument
97 @param Stack Caller allocated stack used to pass arguments
98 @param StackSize Size of Stack in bytes
112 IN VOID *Stack,
126 return InternalLegacyBiosFarCall (This, Segment, Offset, Regs, Stack, StackSize);
149 the Stack argument
156 @param Stack Caller allocated stack used to pass arguments
157 @param StackSize Size of Stack in bytes
171 IN VOID *Stack,
262 if (Stack !
107 LegacyBiosFarCall86( IN EFI_LEGACY_BIOS_PROTOCOL *This, IN UINT16 Segment, IN UINT16 Offset, IN EFI_IA32_REGISTER_SET *Regs, IN VOID *Stack, IN UINTN StackSize ) argument
166 InternalLegacyBiosFarCall( IN EFI_LEGACY_BIOS_PROTOCOL *This, IN UINT16 Segment, IN UINT16 Offset, IN EFI_IA32_REGISTER_SET *Regs, IN VOID *Stack, IN UINTN StackSize ) argument
[all...]
H A DLegacyBiosInterface.h271 CHAR8 Stack[LOW_STACK_SIZE]; member in struct:__anon10426
274 // Stack for flat mode after reverse thunk
323 CHAR8 Stack[LOW_STACK_SIZE]; member in struct:__anon10427
389 CHAR8 Stack[LOW_STACK_SIZE]; member in struct:__anon10428
392 // Stack for flat mode after reverse thunk
780 the Stack argument
787 @param Stack Caller allocated stack used to pass arguments
788 @param StackSize Size of Stack in bytes
802 IN VOID *Stack,
1491 the Stack argumen
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
H A DThunk.c50 @param Stack Base address of stack
62 IN VOID *Stack,
97 EfiIaEntryPoint (IntTypeVariable, &DwordRegs, ((UINTN) Stack + StackSize), StackSize);
321 Stack16 = (UINT16 *) (IntThunk->Stack + LOW_STACK_SIZE);
336 // Stack for reverse thunk flat mode.
407 the Stack argument
414 @param Stack Caller allocated stack used to pass arguments
415 @param StackSize Size of Stack in bytes
429 IN VOID *Stack,
465 Stack16 = (UINT16 *) (IntThunk->Stack
57 BiosIntCall( IN UINT16 BiosInt, IN UINT16 Segment, IN UINT16 Offset, IN EFI_IA32_REGISTER_SET *Regs, IN VOID *Stack, IN UINTN StackSize ) argument
424 LegacyBiosFarCall86( IN EFI_LEGACY_BIOS_PROTOCOL *This, IN UINT16 Segment, IN UINT16 Offset, IN EFI_IA32_REGISTER_SET *Regs, IN VOID *Stack, IN UINTN StackSize ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmPeriodicSmiLib/
H A DSmmPeriodicSmiLib.c79 VOID *Stack; member in struct:__anon12457
319 if (PeriodicSmiLibraryHandler->Stack != NULL) {
321 PeriodicSmiLibraryHandler->Stack,
324 PeriodicSmiLibraryHandler->Stack = NULL;
573 if (PeriodicSmiLibraryHandler->Stack == NULL) {
692 } else if (PeriodicSmiLibraryHandler->Stack == NULL) {
694 // If Stack is NULL then call DispatchFunction using current stack passing
710 // If Stack is not NULL then call DispatchFunction switching to the allocated stack
716 (UINT8 *)PeriodicSmiLibraryHandler->Stack + PeriodicSmiLibraryHandler->StackSize
965 PeriodicSmiLibraryHandler->Stack
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DExpression.c61 @param Stack On input: old stack; On output: new stack
72 IN OUT EFI_HII_VALUE **Stack,
82 Size = Size + (*StackEnd - *Stack);
92 // Copy from Old Stack to the New Stack
96 *Stack,
97 (*StackEnd - *Stack) * sizeof (EFI_HII_VALUE)
101 // Free The Old Stack
103 FreePool (*Stack);
107 // Make the Stack pointe
71 GrowStack( IN OUT EFI_HII_VALUE **Stack, IN OUT EFI_HII_VALUE **StackPtr, IN OUT EFI_HII_VALUE **StackEnd ) argument
130 PushStack( IN OUT EFI_HII_VALUE **Stack, IN OUT EFI_HII_VALUE **StackPtr, IN OUT EFI_HII_VALUE **StackEnd, IN EFI_HII_VALUE *Data ) argument
179 PopStack( IN EFI_HII_VALUE *Stack, IN OUT EFI_HII_VALUE **StackPtr, OUT EFI_HII_VALUE *Data ) argument
302 GrowConditionalStack( IN OUT FORM_EXPRESSION ***Stack, IN OUT FORM_EXPRESSION ***StackPtr, IN OUT FORM_EXPRESSION ***StackEnd, IN UINTN MemberSize ) argument
361 PushConditionalStack( IN OUT FORM_EXPRESSION ***Stack, IN OUT FORM_EXPRESSION ***StackPtr, IN OUT FORM_EXPRESSION ***StackEnd, IN FORM_EXPRESSION **Data ) argument
405 PopConditionalStack( IN FORM_EXPRESSION **Stack, IN OUT FORM_EXPRESSION ***StackPtr, OUT FORM_EXPRESSION **Data ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DPxe.h189 NEWSEGDESC_T Stack; member in struct:__anon10380
209 UINT16 StackSize; ///< Stack segment size in bytes.
/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp2899 RTLOCKVALDDSTACK Stack; local
2900 int rc = rtLockValidatorDdDoDetection(&Stack, pRec, pThreadSelf);
2908 rc = rtLockValidatorDdDoDetection(&Stack, pRec, pThreadSelf);
2919 rcLockValidatorDoDeadlockComplaining(&Stack, pRec, pThreadSelf, pSrcPos, rc);
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dpxe_api.h103 SEGSEL_t StackSeg; /**< Stack segment selector */
104 UINT16_t StackSize; /**< Stack segment size */
210 /** Stack segment descriptor */
211 SEGDESC_t Stack; member in struct:s_PXE
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddbghelp.h852 MINIDUMP_MEMORY_DESCRIPTOR Stack; member in struct:_MINIDUMP_THREAD
1270 * Stack management *
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddbghelp.h792 MINIDUMP_MEMORY_DESCRIPTOR Stack; member in struct:_MINIDUMP_THREAD
1210 * Stack management *
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmtypes.h2645 GLmatrix *Top; /**< points into Stack */
2646 GLmatrix *Stack; /**< array [MaxDepth] of GLmatrix */ member in struct:gl_matrix_stack
2648 GLuint MaxDepth; /**< size of Stack[] array */

Completed in 161 milliseconds