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

1 2

  /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/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/
lock.c 34 level. Since there is no-premption (at any TPL) or
36 of raising to the locks TPL.
54 Lock->Tpl = Priority;
  /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/MdePkg/Include/Protocol/
ReportStatusCodeHandler.h 40 will create an event such that the callback function is only invoked at the TPL for which it was
43 If the handler does not have a TPL dependency, it should register for a callback at TPL high. The
53 @param[in] Tpl TPL at which callback can be safely invoked.
65 IN EFI_TPL Tpl
  /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
ReportStatusCodeRouterRuntimeDxe.c 86 will create an event such that the callback function is only invoked at the TPL for which it was
89 If the handler does not have a TPL dependency, it should register for a callback at TPL high. The
99 @param[in] Tpl TPL at which callback can be safely invoked.
112 IN EFI_TPL Tpl
138 CallbackEntry->Tpl = Tpl;
141 // If TPL of registered callback funtion is not TPL_HIGH_LEVEL, then event should be created
145 // If TPL is TPL_HIGH_LEVEL, then all status code will be reported immediately, without data
    [all...]
  /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/EmulatorPkg/Unix/
lldbefi.py 122 # Return TPL values
128 Tpl = valobj.GetValueAsUnsigned(0)
129 if Tpl < 4:
130 Str = "%d" % Tpl
131 elif Tpl == 6:
133 elif Tpl < 8:
135 if Tpl - 4 > 0:
136 Str += " + " + "%d" % (Tpl - 4)
137 elif Tpl < 16:
139 if Tpl - 8 > 0
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/
WinNtSerialIo.c 872 EFI_TPL Tpl;
874 Tpl = gBS->RaiseTPL (TPL_NOTIFY);
883 gBS->RestoreTPL (Tpl);
944 EFI_TPL Tpl;
1037 Tpl = gBS->RaiseTPL (TPL_NOTIFY);
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/
SerialIo.c 509 EFI_TPL Tpl;
512 // Raise TPL to prevent recursion from EFI timer interrupts
514 Tpl = gBS->RaiseTPL (TPL_NOTIFY);
542 // Restore to original TPL
544 gBS->RestoreTPL (Tpl);
572 EFI_TPL Tpl;
575 // Raise TPL to prevent recursion from EFI timer interrupts
577 Tpl = gBS->RaiseTPL (TPL_NOTIFY);
605 // Restore to original TPL
607 gBS->RestoreTPL (Tpl);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
SerialIo.c 469 EFI_TPL Tpl;
483 Tpl = gBS->RaiseTPL (TPL_NOTIFY);
548 gBS->RestoreTPL (Tpl);
567 gBS->RestoreTPL (Tpl);
576 gBS->RestoreTPL (Tpl);
618 EFI_TPL Tpl;
661 Tpl = gBS->RaiseTPL (TPL_NOTIFY);
753 gBS->RestoreTPL (Tpl);
786 gBS->RestoreTPL (Tpl);
810 EFI_TPL 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/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
Serial.c     [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
FtdiUsbSerialDriver.c 240 EFI_TPL Tpl;
250 Tpl = gBS->RaiseTPL (TPL_NOTIFY);
260 gBS->RestoreTPL (Tpl);
315 gBS->RestoreTPL (Tpl);
342 EFI_TPL Tpl;
352 Tpl = gBS->RaiseTPL (TPL_NOTIFY);
364 gBS->RestoreTPL (Tpl);
744 EFI_TPL Tpl;
746 Tpl = gBS->RaiseTPL(TPL_NOTIFY);
755 gBS->RestoreTPL (Tpl);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
LinkedList.h 53 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/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/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiLib.c 101 If NotifyTpl is not a legal TPL value, then ASSERT().
175 If NotifyTpl is not a legal TPL value, then ASSERT().
329 Returns the current TPL.
331 This function returns the current TPL. There is no EFI service to directly
332 retrieve the current TPL. Instead, the RaiseTPL() function is used to raise
333 the TPL to TPL_HIGH_LEVEL. This will return the current TPL. The TPL level
334 can then immediately be restored back to the current TPL level with a call
337 @return The current TPL.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiLib.c 123 If NotifyTpl is not a legal TPL value, then ASSERT().
197 If NotifyTpl is not a legal TPL value, then ASSERT().
351 Returns the current TPL.
353 This function returns the current TPL. There is no EFI service to directly
354 retrieve the current TPL. Instead, the RaiseTPL() function is used to raise
355 the TPL to TPL_HIGH_LEVEL. This will return the current TPL. The TPL level
356 can then immediately be restored back to the current TPL level with a call
359 @return The current TPL.
    [all...]

Completed in 2322 milliseconds

1 2