HomeSort by relevance Sort by last modified time
    Searched refs:EntryPoint (Results 101 - 125 of 261) sorted by null

1 2 3 45 6 7 8 91011

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
BootScriptInternalFormat.h 125 EFI_PHYSICAL_ADDRESS EntryPoint;
131 EFI_PHYSICAL_ADDRESS EntryPoint;
  /external/autotest/frontend/client/src/autotest/tko/
TkoClient.java 14 import com.google.gwt.core.client.EntryPoint;
18 public class TkoClient implements EntryPoint, TableSwitchListener {
  /external/python/setuptools/pkg_resources/tests/
test_resources.py 17 Distribution, EntryPoint, Requirement, safe_version, safe_name,
381 ep = EntryPoint(
389 ep = EntryPoint.parse(s, self.dist)
392 ep = EntryPoint.parse("bar baz= spammity[PING]")
398 ep = EntryPoint.parse(" fizzly = wocka:foo")
406 ep = EntryPoint.parse(spec)
414 EntryPoint.parse(reject_spec)
423 ep = EntryPoint.parse(spec)
435 feature1=EntryPoint('feature1', 'somemodule', ['somefunction']),
436 feature2=EntryPoint(
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiHobLib.h 152 OUT VOID **EntryPoint,
169 EntryPoint - DXE core file name
EfiScriptLib.h 345 IN EFI_PHYSICAL_ADDRESS EntryPoint
358 EntryPoint - Entry point of the code to be dispatched.
521 #define SCRIPT_DISPATCH(TableName, EntryPoint) \
522 BootScriptSaveDispatch(TableName, EntryPoint)
570 #define SCRIPT_DISPATCH(TableName, EntryPoint)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
DisablePaging64.asm 29 ; IN UINT32 EntryPoint,
59 call rdx ; transfer control to EntryPoint
EnablePaging64.asm 29 ; IN UINT64 EntryPoint,
59 hlt ; halt processor if EntryPoint() returned
SwitchStack.S 28 # (rdi) EntryPoint - Entry point with new stack.
SwitchStack.asm 27 ; (rcx) EntryPoint - Entry point with new stack.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/
ProcessorAsms.S 134 # EntryPoint - Pointer to the location to enter
144 # EntryPoint:PTR DWORD, \
172 # EntryPoint - Pointer to the location to enter
182 # EntryPoint:PTR DWORD, \
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/AArch64/
EbcSupport.c 54 This is used for Ebc image entrypoint.
101 @param EntryPoint The entrypoint of EBC code.
118 IN UINTN EntryPoint,
133 Addr = EntryPoint;
246 @param EntryPoint The entrypoint of EBC code.
256 IN UINTN EntryPoint
270 Addr = EntryPoint;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
SwitchStack.asm 22 ; @param EntryPoint The pointer to the location to enter
33 ; SWITCH_STACK_ENTRY_POINT EntryPoint,
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffGetEntryPointLib/
PeCoffGetEntryPoint.c 30 point in EntryPoint. If the entry point could not be retrieved from the PE/COFF image, then
33 If EntryPoint is NULL, then ASSERT().
36 @param EntryPoint The pointer to entry point to the PE/COFF image to return.
38 @retval RETURN_SUCCESS EntryPoint was returned.
46 OUT VOID **EntryPoint
53 ASSERT (EntryPoint != NULL);
73 *EntryPoint = (VOID *)((UINTN)Pe32Data + (UINTN)(Hdr.Te->AddressOfEntryPoint & 0x0ffffffff) + sizeof(EFI_TE_IMAGE_HEADER) - Hdr.Te->StrippedSize);
76 *EntryPoint = (VOID *)((UINTN)Pe32Data + (UINTN)(Hdr.Pe32->OptionalHeader.AddressOfEntryPoint & 0x0ffffffff));
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Host.c 730 IN OUT VOID **EntryPoint
764 Status = PeCoffLoaderGetEntryPoint (Pe32Data, EntryPoint);
768 ImageContext.EntryPoint = (UINTN)*EntryPoint;
773 *EntryPoint = (VOID *)(UINTN)ImageContext.EntryPoint;
1046 (unsigned long)ImageContext->EntryPoint
1053 (unsigned long)ImageContext->EntryPoint
1099 (unsigned long)ImageContext->EntryPoint
1111 ImageContext->EntryPoint = (UINTN)Entry;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/MonoStatusCode/Library/Pei/MemoryStatusCode/
MemoryStatusCode.c 473 EFI_PHYSICAL_ADDRESS EntryPoint;
491 &EntryPoint
506 * (BOOLEAN *) ((UINTN) &mRunningFromMemory + (UINTN) EntryPoint - (UINTN) InstallMonoStatusCode) = TRUE;
508 * (BOOLEAN *) ((UINTN) &mRunningFromMemory + (UINTN) EntryPoint - (UINTN) InstallMonoStatusCode) = TRUE;
510 Status = ((EFI_PEIM_ENTRY_POINT )(UINTN) EntryPoint) (PrivateData->FfsHeader, PeiServices);
  /external/deqp-deps/SPIRV-Tools/test/val/
val_builtins_test.cpp 59 struct EntryPoint {
71 std::vector<EntryPoint> entry_points_;
88 for (const EntryPoint& entry_point : entry_points_) {
94 for (const EntryPoint& entry_point : entry_points_) {
102 for (const EntryPoint& entry_point : entry_points_) {
234 EntryPoint entry_point;
301 EntryPoint entry_point;
373 EntryPoint entry_point;
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/val/
val_builtins_test.cpp 59 struct EntryPoint {
71 std::vector<EntryPoint> entry_points_;
88 for (const EntryPoint& entry_point : entry_points_) {
94 for (const EntryPoint& entry_point : entry_points_) {
102 for (const EntryPoint& entry_point : entry_points_) {
234 EntryPoint entry_point;
301 EntryPoint entry_point;
373 EntryPoint entry_point;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
MemoryProfileRecord.c 338 point in EntryPoint. If the entry point could not be retrieved from the PE/COFF image, then
341 If EntryPoint is NULL, then ASSERT().
344 @param EntryPoint The pointer to entry point to the PE/COFF image to return.
346 @retval RETURN_SUCCESS EntryPoint was returned.
353 OUT VOID **EntryPoint
360 ASSERT (EntryPoint != NULL);
380 *EntryPoint = (VOID *) ((UINTN) Pe32Data + (UINTN) (Hdr.Te->AddressOfEntryPoint & 0x0ffffffff) + sizeof (EFI_TE_IMAGE_HEADER) - Hdr.Te->StrippedSize);
383 *EntryPoint = (VOID *) ((UINTN) Pe32Data + (UINTN) (Hdr.Pe32->OptionalHeader.AddressOfEntryPoint & 0x0ffffffff));
397 @param EntryPoint Entry point of the image.
410 IN PHYSICAL_ADDRESS EntryPoint,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DisablePaging64.asm 31 ; IN UINT32 EntryPoint,
68 mov ebx, edx ; save EntryPoint to rbx, for rdmsr will overwrite rdx
78 call rbx ; transfer control to EntryPoint
SwitchStack.asm 29 ; (rcx) EntryPoint - Entry point with new stack.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DisablePaging32.S 32 # IN SWITCH_STACK_ENTRY_POINT EntryPoint,
EnablePaging32.S 32 # IN SWITCH_STACK_ENTRY_POINT EntryPoint,
EnablePaging32.asm 32 ; IN SWITCH_STACK_ENTRY_POINT EntryPoint,
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
EnablePaging32.asm 32 ; IN SWITCH_STACK_ENTRY_POINT EntryPoint,
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
SecMain.c 116 IN SWITCH_STACK_ENTRY_POINT EntryPoint,
541 Transfers control to the function specified by EntryPoint using the new stack
544 EntryPoint must never return.
546 If EntryPoint is NULL, then ASSERT().
549 @param EntryPoint A pointer to function to call with the new stack.
550 @param Context1 A pointer to the context to pass into the EntryPoint
552 @param Context2 A pointer to the context to pass into the EntryPoint
554 @param NewStack A pointer to the new stack to use for the EntryPoint
556 @param NewBsp A pointer to the new BSP for the EntryPoint on IPF. It's
563 IN SWITCH_STACK_ENTRY_POINT EntryPoint,
    [all...]

Completed in 849 milliseconds

1 2 3 45 6 7 8 91011