HomeSort by relevance Sort by last modified time
    Searched refs:Plabel (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeSalLib/Ipf/
EsalServiceLib.c 35 EFI_PLABEL *Plabel;
44 // An indirect procedure call goes through a plabel, and pointer to a function is
45 // a pointer to a plabel. To implement indirect procedure calls that can work in
47 // virtual). So lets grap the physical PLABEL for the EsalEntryPoint and store it
56 Plabel = (EFI_PLABEL *) (UINTN) mEsalBootService->ExtendedSalProc;
58 mPlabel.EntryPoint = Plabel->EntryPoint;
59 mPlabel.GP = Plabel->GP;
230 // Virtual mode plabel to entry point
235 // Physical mode plabel to entry point
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeExtendedSalLib/
ExtendedSalLib.c 25 Stores the physical plabel of ESAL entrypoint.
27 This assembly function stores the physical plabel of ESAL entrypoint
44 Retrieves plabel of ESAL entrypoint.
46 This function retrives plabel of ESAL entrypoint stored by
50 r9 = Physical Plabel
51 r10 = Virtual Plabel
66 physical plabel of ESAL entrypoint.
85 EFI_PLABEL *Plabel;
90 // An indirect procedure call goes through a plabel, and pointer to a function is
91 // a pointer to a plabel. To implement indirect procedure calls that can work in
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimeExtendedSalLib/
ExtendedSalLib.c 28 Stores the virtual plabel of ESAL entrypoint.
30 This assembly function stores the virtual plabel of ESAL entrypoint
47 Stores the physical plabel of ESAL entrypoint.
49 This assembly function stores the physical plabel of ESAL entrypoint
66 Retrieves plabel of ESAL entrypoint.
68 This function retrives plabel of ESAL entrypoint stored by
72 r9 = Physical Plabel
73 r10 = Virtual Plabel
88 Notification function of EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE to set virtual plabel of
92 It converts physical plabel of ESAL entrypoint to virtual plabel and stores it where
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ipf/
RuntimeLib.c 145 EFI_PLABEL *Plabel;
161 // An indirect procedure call goes through a plabel, and pointer to a function is
162 // a pointer to a plabel. To implement indirect procedure calls that can work in
164 // virtual). So lets grap the physical PLABEL for the EsalEntryPoint and store it
170 Plabel = (EFI_PLABEL *) (UINTN) mEsalBootService->ExtendedSalProc;
172 mPlabel.EntryPoint = Plabel->EntryPoint;
173 mPlabel.GP = Plabel->GP;
376 // Virtual mode plabel to entry point
381 // Physical mode plabel to entry point
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
pe.h 14 * The following stuff comes from winnt.h from the ia64sdk, plus the Plabel for
24 struct Plabel {

Completed in 98 milliseconds