HomeSort by relevance Sort by last modified time
    Searched defs:Tpl (Results 1 - 25 of 34) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Library/
Library.c 23 level. Since there is no-premption (at any TPL) or
25 of raising to the locks TPL.
48 Lock->OwnerTpl = CoreRaiseTpl (Lock->Tpl);
73 Lock->OwnerTpl = CoreRaiseTpl (Lock->Tpl);
93 EFI_TPL Tpl;
98 Tpl = Lock->OwnerTpl;
102 CoreRestoreTpl (Tpl);
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/runtime/
rtlock.c 50 Lock->OwnerTpl = uefi_call_wrapper(BS->RaiseTPL, 1, Lock->Tpl);
55 Lock->OwnerTpl = LibRuntimeRaiseTPL(Lock->Tpl);
87 EFI_TPL Tpl;
89 Tpl = Lock->OwnerTpl;
94 uefi_call_wrapper(BS->RestoreTPL, 1, Tpl);
99 LibRuntimeRestoreTPL(Tpl);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
Lock.c 36 level. Since there is no-premption (at any TPL) or
38 of raising to the locks TPL.
56 Lock->Tpl = Priority;
71 level. Since there is no-premption (at any TPL) or
73 of raising to the locks TPL.
93 Lock->OwnerTpl = gBS->RaiseTPL (Lock->Tpl);
151 EFI_TPL Tpl;
153 Tpl = Lock->OwnerTpl;
158 gBS->RestoreTPL (Tpl);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ia32/
Lock.c 42 level. Since there is no-premption (at any TPL) or
44 of raising to the locks TPL.
62 Lock->Tpl = Priority;
77 level. Since there is no-premption (at any TPL) or
79 of raising to the locks TPL.
104 Lock->OwnerTpl = gBS->RaiseTPL (Lock->Tpl);
163 EFI_TPL Tpl;
165 Tpl = Lock->OwnerTpl;
175 gBS->RestoreTPL (Tpl);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ipf/
Lock.c 44 no concept of TPL at runtime hence priority is
60 Lock->Tpl = Priority;
99 Lock->OwnerTpl = gBS->RaiseTPL (Lock->Tpl);
156 EFI_TPL Tpl;
158 Tpl = Lock->OwnerTpl;
168 gBS->RestoreTPL (Tpl);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/X64/
Lock.c 42 level. Since there is no-premption (at any TPL) or
44 of raising to the locks TPL.
62 Lock->Tpl = Priority;
77 level. Since there is no-premption (at any TPL) or
79 of raising to the locks TPL.
104 Lock->OwnerTpl = gBS->RaiseTPL (Lock->Tpl);
163 EFI_TPL Tpl;
165 Tpl = Lock->OwnerTpl;
175 gBS->RestoreTPL (Tpl);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiDriverLib.h 565 EFI_TPL Tpl;
581 level. Since there is no-premption (at any TPL) or
583 of raising to the locks TPL.
605 #define EFI_INITIALIZE_LOCK_VARIABLE(Tpl) {Tpl,0,0}
639 level. Since there is no-premption (at any TPL) or
641 of raising to the locks TPL.
832 NotifyTpl - Maximum TPL to single the NotifyFunction.
890 NotifyTpl - Maximum TPL to singnal the NotifyFunction.
915 or removed while performing continued search, by e.g., rising the TPL and not
    [all...]
EfiRuntimeLib.h 339 NotifyTpl - Maximum TPL to single the NotifyFunction.
359 EFI_TPL Tpl;
375 level. Since there is no-premption (at any TPL) or
377 of raising to the locks TPL.
399 #define EFI_INITIALIZE_LOCK_VARIABLE(Tpl) {Tpl,0,0}
434 level. Since there is no-premption (at any TPL) or
436 of raising to the locks TPL.
    [all...]
LinkedList.h 53 EFI_TPL Tpl;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/DpcDxe/
Dpc.c 107 // Raise the TPL level to TPL_HIGH_LEVEL for DPC list operation and save the
108 // current TPL value so it can be restored when this function returns.
117 // If the current TPL is greater than TPL_NOTIFY, then memory allocations
131 // Lower the TPL level to perform a memory allocation
141 // Raise the TPL level back to TPL_HIGH_LEVEL for DPC list operations
198 // Restore the original TPL level when this function was called
207 value greater than or equal to the current TPL are invoked in the order that
225 EFI_TPL Tpl;
234 // Raise the TPL level to TPL_HIGH_LEVEL for DPC list operation and save the
235 // current TPL value so it can be restored when this function returns.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeReportStatusCodeLib/
ReportStatusCodeLib.c 493 EFI_TPL Tpl;
504 // Retrieve the current TPL
506 Tpl = gBS->RaiseTPL (TPL_HIGH_LEVEL);
507 gBS->RestoreTPL (Tpl);
510 if (Tpl <= TPL_NOTIFY) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/
ReportStatusCodeRouterRuntimeDxe.h 40 EFI_TPL Tpl;
63 will create an event such that the callback function is only invoked at the TPL for which it was
66 If the handler does not have a TPL dependency, it should register for a callback at TPL high. The
76 @param[in] Tpl TPL at which callback can be safely invoked.
89 IN EFI_TPL Tpl
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SerialDxe/
SerialIo.c 223 EFI_TPL Tpl;
234 Tpl = gBS->RaiseTPL (TPL_NOTIFY);
254 gBS->RestoreTPL (Tpl);
273 gBS->RestoreTPL (Tpl);
317 EFI_TPL Tpl;
328 Tpl = gBS->RaiseTPL (TPL_NOTIFY);
348 gBS->RestoreTPL (Tpl);
367 gBS->RestoreTPL (Tpl);
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiLib.h 60 EFI_TPL Tpl;
151 If NotifyTpl is not a legal TPL value, then ASSERT().
184 If NotifyTpl is not a legal TPL value, then ASSERT().
245 Returns the current TPL.
247 This function returns the current TPL. There is no EFI service to directly
248 retrieve the current TPL. Instead, the RaiseTPL() function is used to raise
249 the TPL to TPL_HIGH_LEVEL. This will return the current TPL. The TPL level
250 can then immediately be restored back to the current TPL level with a call
    [all...]
  /external/syslinux/efi32/include/efi/
efilink.h 171 EFI_TPL Tpl;
  /external/syslinux/efi64/include/efi/
efilink.h 171 EFI_TPL Tpl;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efilink.h 171 EFI_TPL Tpl;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/
ReportStatusCodeLib.c 496 EFI_TPL Tpl;
507 // Retrieve the current TPL
509 Tpl = gBS->RaiseTPL (TPL_HIGH_LEVEL);
510 gBS->RestoreTPL (Tpl);
513 if (Tpl <= TPL_NOTIFY) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/
DataHub.h 104 // Store Filter Driver Event and Tpl level it can be Signaled at.
107 EFI_TPL Tpl;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsOutputDxe/
GraphicsOutput.c 154 EFI_TPL Tpl;
163 Tpl = gBS->RaiseTPL (TPL_NOTIFY);
172 gBS->RestoreTPL (Tpl);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL180MciDxe/
PL180Mci.c 231 EFI_TPL Tpl;
243 // Raise the TPL at the highest level to disable Interrupts.
244 Tpl = gBS->RaiseTPL (TPL_HIGH_LEVEL);
293 // Restore Tpl
294 gBS->RestoreTPL (Tpl);
320 EFI_TPL Tpl;
329 // Raise the TPL at the highest level to disable Interrupts.
330 Tpl = gBS->RaiseTPL (TPL_HIGH_LEVEL);
376 // Restore Tpl
377 gBS->RestoreTPL (Tpl);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
UefiLib.c 223 Returns the current TPL.
225 This function returns the current TPL. There is no EFI service to directly
226 retrieve the current TPL. Instead, the RaiseTPL() function is used to raise
227 the TPL to TPL_HIGH_LEVEL. This will return the current TPL. The TPL level
228 can then immediately be restored back to the current TPL level with a call
233 @retvale EFI_TPL The current TPL.
242 EFI_TPL Tpl;
244 Tpl = gBS->RaiseTPL (EFI_TPL_HIGH_LEVEL);
    [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/HpetTimerDxe/
HpetTimer.c 495 EFI_TPL Tpl;
504 Tpl = gBS->RaiseTPL (TPL_HIGH_LEVEL);
629 gBS->RestoreTPL (Tpl);
687 EFI_TPL Tpl;
694 Tpl = gBS->RaiseTPL (TPL_HIGH_LEVEL);
743 gBS->RestoreTPL (Tpl);
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Mmc/DwEmmcDxe/
DwEmmcDxe.c 484 EFI_TPL Tpl;
486 Tpl = gBS->RaiseTPL (TPL_NOTIFY);
508 // Restore Tpl
509 gBS->RestoreTPL (Tpl);
523 EFI_TPL Tpl;
525 Tpl = gBS->RaiseTPL (TPL_NOTIFY);
547 // Restore Tpl
548 gBS->RestoreTPL (Tpl);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
Serial.c     [all...]

Completed in 1721 milliseconds

1 2