HomeSort by relevance Sort by last modified time
    Searched refs:NewStack (Results 1 - 25 of 74) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
SwitchStack.c 29 new stack specified by NewStack and passing in the parameters specified
32 supports a variable number of arguments following the NewStack parameter.
38 If NewStack is NULL, then ASSERT().
45 @param NewStack A pointer to the new stack to use for the EntryPoint
55 IN VOID *NewStack,
62 ASSERT (NewStack != NULL);
64 VA_START (Marker, NewStack);
66 InternalSwitchStack (EntryPoint, Context1, Context2, NewStack, Marker);
X86DisablePaging32.c 32 using the new stack specified by NewStack and passing in the parameters
38 If NewStack is NULL, then ASSERT().
55 @param NewStack A pointer to the new stack to use for the EntryPoint
65 IN VOID *NewStack
69 ASSERT (NewStack != NULL);
70 InternalX86DisablePaging32 (EntryPoint, Context1, Context2, NewStack);
X86DisablePaging64.c 32 using the new stack specified by NewStack and passing in the parameters
38 If NewStack is 0, then ASSERT().
51 @param NewStack The 64-bit virtual address of the new stack to use for
62 IN UINT32 NewStack
66 ASSERT (NewStack != 0);
67 InternalX86DisablePaging64 (Cs, EntryPoint, Context1, Context2, NewStack);
X86EnablePaging32.c 33 specified by NewStack and passing in the parameters specified by Context1 and
39 If NewStack is NULL, then ASSERT().
58 @param NewStack A pointer to the new stack to use for the EntryPoint
68 IN VOID *NewStack
72 ASSERT (NewStack != NULL);
73 InternalX86EnablePaging32 (EntryPoint, Context1, Context2, NewStack);
X86EnablePaging64.c 33 EntryPoint using the new stack specified by NewStack and passing in the
40 If NewStack is 0, then ASSERT().
53 @param NewStack The 64-bit virtual address of the new stack to use for
64 IN UINT64 NewStack
68 ASSERT (NewStack != 0);
69 InternalX86EnablePaging64 (Cs, EntryPoint, Context1, Context2, NewStack);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
X86DisablePaging32.c 27 using the new stack specified by NewStack and passing in the parameters
33 If NewStack is NULL, then ASSERT().
50 @param NewStack A pointer to the new stack to use for the EntryPoint
60 IN VOID *NewStack
64 ASSERT (NewStack != NULL);
65 InternalX86DisablePaging32 (EntryPoint, Context1, Context2, NewStack);
X86DisablePaging64.c 27 using the new stack specified by NewStack and passing in the parameters
33 If NewStack is 0, then ASSERT().
46 @param NewStack The 64-bit virtual address of the new stack to use for
57 IN UINT32 NewStack
61 ASSERT (NewStack != 0);
62 InternalX86DisablePaging64 (Cs, EntryPoint, Context1, Context2, NewStack);
X86EnablePaging32.c 28 specified by NewStack and passing in the parameters specified by Context1 and
34 If NewStack is NULL, then ASSERT().
53 @param NewStack A pointer to the new stack to use for the EntryPoint
63 IN VOID *NewStack
67 ASSERT (NewStack != NULL);
68 InternalX86EnablePaging32 (EntryPoint, Context1, Context2, NewStack);
X86EnablePaging64.c 28 EntryPoint using the new stack specified by NewStack and passing in the
35 If NewStack is 0, then ASSERT().
48 @param NewStack The 64-bit virtual address of the new stack to use for
59 IN UINT64 NewStack
63 ASSERT (NewStack != 0);
64 InternalX86EnablePaging64 (Cs, EntryPoint, Context1, Context2, NewStack);
SwitchStack.c 21 new stack specified by NewStack and passing in the parameters specified
24 supports a variable number of arguments following the NewStack parameter.
30 If NewStack is NULL, then ASSERT().
37 @param NewStack A pointer to the new stack to use for the EntryPoint
52 IN VOID *NewStack,
59 ASSERT (NewStack != NULL);
64 ASSERT (((UINTN)NewStack & (CPU_STACK_ALIGNMENT - 1)) == 0);
66 VA_START (Marker, NewStack);
68 InternalSwitchStack (EntryPoint, Context1, Context2, NewStack, Marker);
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/Ia32/
SwitchStack.c 23 specified by NewStack and passing in the parameters specified by Context1 and
28 If NewStack is NULL, then ASSERT().
35 @param NewStack A pointer to the new stack to use for the EntryPoint
45 IN VOID *NewStack
51 ASSERT (NewStack != NULL);
56 ASSERT (((UINTN)NewStack & (CPU_STACK_ALIGNMENT - 1)) == 0);
59 JumpBuffer.Esp = (UINTN)NewStack - sizeof (VOID*);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ebc/
SwitchStack.c 28 specified by NewStack and passing in the parameters specified by Context1 and
36 If NewStack is NULL, then ASSERT().
43 @param NewStack A pointer to the new stack to use for the EntryPoint
54 IN VOID *NewStack,
68 ASSERT (((UINTN)NewStack & (CPU_STACK_ALIGNMENT - 1)) == 0);
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspSwitchStackLib/
FspSwitchStackLib.c 22 @param[in] NewStack The new stack to be switched.
31 IN UINT32 NewStack
39 FspData->CoreStack = NewStack;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
InternalSwitchStack.c 29 specified by NewStack and passing in the parameters specified by Context1 and
37 If NewStack is NULL, then ASSERT().
44 @param NewStack A pointer to the new stack to use for the EntryPoint
55 IN VOID *NewStack,
64 ASSERT (((UINTN)NewStack & (CPU_STACK_ALIGNMENT - 1)) == 0);
67 JumpBuffer.Esp = (UINTN)NewStack - sizeof (VOID*);
Non-existing.c 33 using the new stack specified by NewStack and passing in the parameters
48 @param NewStack The 64-bit virtual address of the new stack to use for
59 IN UINT32 NewStack
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/
InternalSwitchStack.c 23 new stack specified by NewStack and passing in the parameters specified
31 If NewStack is NULL, then ASSERT().
38 @param NewStack A pointer to the new stack to use for the EntryPoint
49 IN VOID *NewStack,
64 ASSERT (((UINTN)NewStack & (CPU_STACK_ALIGNMENT - 1)) == 0);
67 AsmSwitchStackAndBackingStore (EntryPoint, Context1, Context2, NewStack, NewBsp);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
InternalSwitchStack.c 22 specified by EntryPoint using the new stack specified by NewStack,
30 @param NewStack The new Location of the stack
39 IN VOID *NewStack
47 new stack specified by NewStack, and passes in the parameters specified
55 If NewStack is NULL, then ASSERT().
62 @param NewStack A pointer to the new stack to use for the EntryPoint
73 IN VOID *NewStack,
78 InternalSwitchStackAsm (EntryPoint, Context1, Context2, NewStack);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
Non-existing.c 33 specified by NewStack and passing in the parameters specified by Context1 and
54 @param NewStack A pointer to the new stack to use for the EntryPoint
64 IN VOID *NewStack
80 using the new stack specified by NewStack and passing in the parameters
99 @param NewStack A pointer to the new stack to use for the EntryPoint
109 IN VOID *NewStack
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
InternalSwitchStack.c 21 new stack specified by NewStack and passing in the parameters specified
29 If NewStack is NULL, then ASSERT().
36 @param NewStack A pointer to the new stack to use for the EntryPoint
47 IN VOID *NewStack,
63 AsmSwitchStackAndBackingStore (EntryPoint, Context1, Context2, NewStack, NewBsp);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
Non-existing.c 26 specified by NewStack and passing in the parameters specified by Context1 and
47 @param NewStack A pointer to the new stack to use for the EntryPoint
57 IN VOID *NewStack
73 using the new stack specified by NewStack and passing in the parameters
92 @param NewStack A pointer to the new stack to use for the EntryPoint
102 IN VOID *NewStack
120 EntryPoint using the new stack specified by NewStack and passing in the
135 @param NewStack The 64-bit virtual address of the new stack to use for
146 IN UINT64 NewStack
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/
SecTempRamSupport.c 69 VOID* NewStack;
99 NewStack = (VOID*)(UINTN)PermanentMemoryBase;
102 DebugAgentContext.StackMigrateOffset = (UINTN)NewStack - (UINTN)OldStack;
119 CopyMem (NewStack, OldStack, PeiStackSize);
131 IdtDescriptor.Base = IdtDescriptor.Base - (UINTN)OldStack + (UINTN)NewStack;
147 (UINT32) (UINTN) NewStack
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/
SecTempRamSupport.c 69 VOID* NewStack;
99 NewStack = (VOID*)(UINTN)PermanentMemoryBase;
102 DebugAgentContext.StackMigrateOffset = (UINTN)NewStack - (UINTN)OldStack;
120 CopyMem (NewStack, OldStack, PeiStackSize);
132 IdtDescriptor.Base = IdtDescriptor.Base - (UINTN)OldStack + (UINTN)NewStack;
148 (UINT32) (UINTN) NewStack
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
InternalSwitchStack.c 21 new stack specified by NewStack and passing in the parameters specified
29 If NewStack is NULL, then ASSERT().
36 @param NewStack A pointer to the new stack to use for the EntryPoint
47 IN VOID *NewStack,
54 JumpBuffer.Esp = (UINTN)NewStack - sizeof (VOID*);
Non-existing.c 24 using the new stack specified by NewStack and passing in the parameters
39 @param NewStack The 64-bit virtual address of the new stack to use for
50 IN UINT32 NewStack
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ebc/
SwitchStack.c 21 new stack specified by NewStack and passing in the parameters specified
29 If NewStack is NULL, then ASSERT().
36 @param NewStack A pointer to the new stack to use for the EntryPoint
47 IN VOID *NewStack,

Completed in 976 milliseconds

1 2 3