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

1 2 3 4 5

  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
SnpMcastIpToMac.c 58 EFI_TPL OldTpl;
72 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
106 gBS->RestoreTPL (OldTpl);
SnpReceiveFilters.c 67 EFI_TPL OldTpl;
75 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
103 gBS->RestoreTPL (OldTpl);
SnpShutdown.c 46 EFI_TPL OldTpl;
54 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
76 gBS->RestoreTPL (OldTpl);
SnpStart.c 45 EFI_TPL OldTpl;
53 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
62 gBS->RestoreTPL (OldTpl);
SnpStop.c 46 EFI_TPL OldTpl;
54 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
63 gBS->RestoreTPL (OldTpl);
SnpTransmit.c 77 EFI_TPL OldTpl;
87 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
167 gBS->RestoreTPL (OldTpl);
SnpGetStatus.c 65 EFI_TPL OldTpl;
75 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
158 gBS->RestoreTPL (OldTpl);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Reset.c 100 EFI_TPL OldTpl;
115 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
133 gBS->RestoreTPL (OldTpl);
Shutdown.c 103 EFI_TPL OldTpl;
114 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
149 gBS->RestoreTPL (OldTpl);
Stop.c 96 EFI_TPL OldTpl;
105 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
123 gBS->RestoreTPL (OldTpl);
Mcast_ip_to_mac.c 142 EFI_TPL OldTpl;
158 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
176 gBS->RestoreTPL (OldTpl);
Nvdata.c 161 EFI_TPL OldTpl;
173 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
220 gBS->RestoreTPL (OldTpl);
Start.c 126 EFI_TPL OldTpl;
134 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
165 gBS->RestoreTPL (OldTpl);
Transmit.c 285 EFI_TPL OldTpl;
293 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
351 gBS->RestoreTPL (OldTpl);
Get_status.c 212 EFI_TPL OldTpl;
225 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
263 gBS->RestoreTPL (OldTpl);
Initialize.c 174 EFI_TPL OldTpl;
182 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
248 gBS->RestoreTPL (OldTpl);
Receive.c 209 EFI_TPL OldTpl;
218 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
254 gBS->RestoreTPL (OldTpl);
Receive_filters.c 399 EFI_TPL OldTpl;
407 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
481 gBS->RestoreTPL (OldTpl);
Station_address.c 209 EFI_TPL OldTpl;
221 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
246 gBS->RestoreTPL (OldTpl);
Statistics.c 81 EFI_TPL OldTpl;
93 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
227 gBS->RestoreTPL (OldTpl);
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
Tpl.c 65 EFI_TPL OldTpl;
67 OldTpl = gEfiCurrentTpl;
68 if (OldTpl > NewTpl) {
69 DEBUG ((EFI_D_ERROR, "FATAL ERROR - RaiseTpl with OldTpl(0x%x) > NewTpl(0x%x)\n", OldTpl, NewTpl));
77 if (NewTpl >= TPL_HIGH_LEVEL && OldTpl < TPL_HIGH_LEVEL) {
86 return OldTpl;
105 EFI_TPL OldTpl;
107 OldTpl = gEfiCurrentTpl;
108 if (NewTpl > OldTpl) {
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Hash2DxeCrypto/
Driver.c 48 EFI_TPL OldTpl;
87 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
91 gBS->RestoreTPL (OldTpl);
129 EFI_TPL OldTpl;
182 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
189 gBS->RestoreTPL (OldTpl);
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Library/RealTimeClockLib/
RealTimeClockLib.c 55 EFI_TPL OldTpl;
61 OldTpl = gBS->RaiseTPL(TPL_NOTIFY);
112 gBS->RestoreTPL(OldTpl);
136 EFI_TPL OldTpl;
153 OldTpl = gBS->RaiseTPL(TPL_NOTIFY);
182 gBS->RestoreTPL(OldTpl);
253 EFI_TPL OldTpl;
258 OldTpl = gBS->RaiseTPL(TPL_NOTIFY);
262 gBS->RestoreTPL(OldTpl);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
Mtc.c 92 EFI_TPL OldTpl;
104 OldTpl = gBS->RaiseTPL (EFI_TPL_HIGH_LEVEL);
111 gBS->RestoreTPL (OldTpl);
135 EFI_TPL OldTpl;
189 OldTpl = gBS->RaiseTPL (EFI_TPL_HIGH_LEVEL);
192 gBS->RestoreTPL (OldTpl);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/
MonotonicCounter.c 68 EFI_TPL OldTpl;
85 OldTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL);
88 gBS->RestoreTPL (OldTpl);
140 EFI_TPL OldTpl;
153 OldTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL);
156 gBS->RestoreTPL (OldTpl);

Completed in 208 milliseconds

1 2 3 4 5