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

1 2 3 4 5 6

  /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 286 EFI_TPL OldTpl;
294 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
352 gBS->RestoreTPL (OldTpl);
Get_status.c 209 EFI_TPL OldTpl;
222 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
260 gBS->RestoreTPL (OldTpl);
Initialize.c 196 EFI_TPL OldTpl;
204 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
280 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/NetworkPkg/TlsDxe/
TlsConfigProtocol.c 54 EFI_TPL OldTpl;
62 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
83 gBS->RestoreTPL (OldTpl);
121 EFI_TPL OldTpl;
129 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
150 gBS->RestoreTPL (OldTpl);
TlsProtocol.c 64 EFI_TPL OldTpl;
73 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
187 gBS->RestoreTPL (OldTpl);
226 EFI_TPL OldTpl;
234 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
358 gBS->RestoreTPL (OldTpl);
412 EFI_TPL OldTpl;
423 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
546 gBS->RestoreTPL (OldTpl);
596 EFI_TPL 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/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);

Completed in 228 milliseconds

1 2 3 4 5 6