/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ebc/ |
SwitchStack.c | 29 by Context1 and Context2. Context1 and Context2 are optional and may
41 @param Context2 A pointer to the context to pass into the EntryPoint
53 IN VOID *Context2, OPTIONAL
70 EntryPoint (Context1, Context2);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/ |
X86DisablePaging32.c | 33 specified by Context1 and Context2. Context1 and Context2 are optional and
52 @param Context2 A pointer to the context to pass into the EntryPoint
64 IN VOID *Context2, OPTIONAL
70 InternalX86DisablePaging32 (EntryPoint, Context1, Context2, NewStack);
|
X86DisablePaging64.c | 33 specified by Context1 and Context2. Context1 and Context2 are optional and
48 @param Context2 The 64-bit virtual address of the context to pass into
61 IN UINT32 Context2, OPTIONAL
67 InternalX86DisablePaging64 (Cs, EntryPoint, Context1, Context2, NewStack);
|
X86EnablePaging32.c | 34 Context2. Context1 and Context2 are optional and may be NULL. The function
56 @param Context2 A pointer to the context to pass into the EntryPoint
67 IN VOID *Context2, OPTIONAL
73 InternalX86EnablePaging32 (EntryPoint, Context1, Context2, NewStack);
|
X86EnablePaging64.c | 34 parameters specified by Context1 and Context2. Context1 and Context2 are
50 @param Context2 The 64-bit virtual address of the context to pass into
63 IN UINT64 Context2, OPTIONAL
69 InternalX86EnablePaging64 (Cs, EntryPoint, Context1, Context2, NewStack);
|
SwitchStack.c | 30 by Context1 and Context2. Context1 and Context2 are optional and may
43 @param Context2 A pointer to the context to pass into the EntryPoint
54 IN VOID *Context2, OPTIONAL
66 InternalSwitchStack (EntryPoint, Context1, Context2, NewStack, Marker);
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ebc/ |
SwitchStack.c | 22 by Context1 and Context2. Context1 and Context2 are optional and may
34 @param Context2 A pointer to the context to pass into the EntryPoint
46 IN VOID *Context2, OPTIONAL
57 EntryPoint (Context1, Context2);
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/ |
X86DisablePaging32.c | 28 specified by Context1 and Context2. Context1 and Context2 are optional and
47 @param Context2 A pointer to the context to pass into the EntryPoint
59 IN VOID *Context2, OPTIONAL
65 InternalX86DisablePaging32 (EntryPoint, Context1, Context2, NewStack);
|
X86DisablePaging64.c | 28 specified by Context1 and Context2. Context1 and Context2 are optional and
43 @param Context2 The 64-bit virtual address of the context to pass into
56 IN UINT32 Context2, OPTIONAL
62 InternalX86DisablePaging64 (Cs, EntryPoint, Context1, Context2, NewStack);
|
X86EnablePaging32.c | 29 Context2. Context1 and Context2 are optional and may be NULL. The function
51 @param Context2 A pointer to the context to pass into the EntryPoint
62 IN VOID *Context2, OPTIONAL
68 InternalX86EnablePaging32 (EntryPoint, Context1, Context2, NewStack);
|
X86EnablePaging64.c | 29 parameters specified by Context1 and Context2. Context1 and Context2 are
45 @param Context2 The 64-bit virtual address of the context to pass into
58 IN UINT64 Context2, OPTIONAL
64 InternalX86EnablePaging64 (Cs, EntryPoint, Context1, Context2, NewStack);
|
SwitchStack.c | 22 by Context1 and Context2. Context1 and Context2 are optional and may
35 @param Context2 A pointer to the context to pass into the EntryPoint
51 IN VOID *Context2, OPTIONAL
68 InternalSwitchStack (EntryPoint, Context1, Context2, NewStack, Marker);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
InternalSwitchStack.c | 30 by Context1 and Context2. Context1 and Context2 are optional and may
42 @param Context2 A pointer to the context to pass into the EntryPoint
54 IN VOID *Context2, OPTIONAL
68 JumpBuffer.Esp -= sizeof (Context1) + sizeof (Context2);
70 ((VOID**)JumpBuffer.Esp)[2] = Context2;
|
Non-existing.c | 34 specified by Context1 and Context2. Context1 and Context2 are optional and
45 @param Context2 The 64-bit virtual address of the context to pass into
58 IN UINT32 Context2, OPTIONAL
|
DisablePaging32.c | 23 IN VOID *Context2, OPTIONAL
32 mov edx, Context2
|
EnablePaging32.c | 23 IN VOID *Context2, OPTIONAL
32 mov edx, Context2
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/Ia32/ |
SwitchStack.c | 24 Context2. Context1 and Context2 are optional and may be NULL. The function 33 @param Context2 A pointer to the context to pass into the EntryPoint 44 IN VOID *Context2, OPTIONAL 60 JumpBuffer.Esp -= sizeof (Context1) + sizeof (Context2); 62 ((VOID**)JumpBuffer.Esp)[2] = Context2;
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/ |
InternalSwitchStack.c | 23 and passes in the parameters specified by Context1 and Context2.
24 Context1 and Context2 are optional and may be NULL.
29 @param Context2 The second Parameter to pass in
38 IN VOID *Context2, OPTIONAL
48 by Context1 and Context2. Context1 and Context2 are optional and may
60 @param Context2 A pointer to the context to pass into the EntryPoint
72 IN VOID *Context2, OPTIONAL
78 InternalSwitchStackAsm (EntryPoint, Context1, Context2, NewStack);
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
InternalSwitchStack.c | 22 by Context1 and Context2. Context1 and Context2 are optional and may
34 @param Context2 A pointer to the context to pass into the EntryPoint
46 IN VOID *Context2, OPTIONAL
55 JumpBuffer.Esp -= sizeof (Context1) + sizeof (Context2);
57 ((VOID**)JumpBuffer.Esp)[2] = Context2;
|
Non-existing.c | 25 specified by Context1 and Context2. Context1 and Context2 are optional and
36 @param Context2 The 64-bit virtual address of the context to pass into
49 IN UINT32 Context2, OPTIONAL
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/ |
Non-existing.c | 34 Context2. Context1 and Context2 are optional and may be NULL. The function
52 @param Context2 A pointer to the context to pass into the EntryPoint
63 IN VOID *Context2, OPTIONAL
81 specified by Context1 and Context2. Context1 and Context2 are optional and
96 @param Context2 A pointer to the context to pass into the EntryPoint
108 IN VOID *Context2, OPTIONAL
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/ |
InternalSwitchStack.c | 22 by Context1 and Context2. Context1 and Context2 are optional and may
34 @param Context2 A pointer to the context to pass into the EntryPoint
46 IN VOID *Context2, OPTIONAL
63 AsmSwitchStackAndBackingStore (EntryPoint, Context1, Context2, NewStack, NewBsp);
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/ |
Non-existing.c | 27 Context2. Context1 and Context2 are optional and may be NULL. The function
45 @param Context2 A pointer to the context to pass into the EntryPoint
56 IN VOID *Context2, OPTIONAL
74 specified by Context1 and Context2. Context1 and Context2 are optional and
89 @param Context2 A pointer to the context to pass into the EntryPoint
101 IN VOID *Context2, OPTIONAL
121 parameters specified by Context1 and Context2. Context1 and Context2 are [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/ |
InternalSwitchStack.c | 24 by Context1 and Context2. Context1 and Context2 are optional and may
36 @param Context2 A pointer to the context to pass into the EntryPoint
48 IN VOID *Context2, OPTIONAL
67 AsmSwitchStackAndBackingStore (EntryPoint, Context1, Context2, NewStack, NewBsp);
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
NamespaceSupport2.java | 51 private Context2 currentContext; // Current point on the double-linked stack 99 currentContext = new Context2(null); 125 Context2 parentContext=currentContext; 128 currentContext = new Context2(parentContext); 153 Context2 parentContext=currentContext.getParent(); 441 final class Context2 { 469 private Context2 parent = null; 470 private Context2 child = null; 475 Context2 (Context2 parent [all...] |