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

1 2 3 4 5 6

  /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/OvmfPkg/VirtioNetDxe/
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);
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);
SnpMcastIpToMac.c 58 EFI_TPL OldTpl;
72 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
106 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/EmulatorPkg/EmuBlockIoDxe/
EmuBlockIo.c 39 EFI_TPL OldTpl;
43 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
47 gBS->RestoreTPL (OldTpl);
97 EFI_TPL OldTpl;
101 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
105 gBS->RestoreTPL (OldTpl);
154 EFI_TPL OldTpl;
158 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
162 gBS->RestoreTPL (OldTpl);
199 EFI_TPL OldTpl;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpMain.c 53 EFI_TPL OldTpl;
63 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
92 gBS->RestoreTPL (OldTpl);
158 EFI_TPL OldTpl;
171 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
187 gBS->RestoreTPL (OldTpl);
235 EFI_TPL OldTpl;
255 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
308 gBS->RestoreTPL (OldTpl);
363 EFI_TPL 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);
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuSimpleFileSystemDxe/
EmuSimpleFileSystem.c 107 EFI_TPL OldTpl;
115 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
122 gBS->RestoreTPL (OldTpl);
145 EFI_TPL OldTpl;
151 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
160 gBS->RestoreTPL (OldTpl);
190 EFI_TPL OldTpl;
201 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
207 gBS->RestoreTPL (OldTpl);
240 EFI_TPL OldTpl;
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
GopInput.c 129 EFI_TPL OldTpl;
139 OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
150 gBS->RestoreTPL (OldTpl);
178 EFI_TPL OldTpl;
189 OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
204 gBS->RestoreTPL (OldTpl);
227 EFI_TPL OldTpl;
237 OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
249 gBS->RestoreTPL (OldTpl);
385 EFI_TPL OldTpl;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/
MonotonicCounter.c 68 EFI_TPL OldTpl;
85 OldTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL);
88 gBS->RestoreTPL (OldTpl);
141 EFI_TPL OldTpl;
154 OldTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL);
157 gBS->RestoreTPL (OldTpl);
  /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/NetworkPkg/Dhcp6Dxe/
Dhcp6Impl.c 76 EFI_TPL OldTpl;
103 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
129 gBS->RestoreTPL (OldTpl);
146 gBS->RestoreTPL (OldTpl);
172 EFI_TPL OldTpl;
209 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
213 gBS->RestoreTPL (OldTpl);
233 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
235 gBS->RestoreTPL (OldTpl);
264 EFI_TPL OldTpl;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
Ps2KbdTextIn.c 151 EFI_TPL OldTpl;
160 OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
170 gBS->RestoreTPL (OldTpl);
192 EFI_TPL OldTpl;
208 OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
218 gBS->RestoreTPL (OldTpl);
225 gBS->RestoreTPL (OldTpl);
323 EFI_TPL OldTpl;
332 OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
363 gBS->RestoreTPL (OldTpl);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/
Ps2KbdTextIn.c 151 EFI_TPL OldTpl;
160 OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
170 gBS->RestoreTPL (OldTpl);
192 EFI_TPL OldTpl;
208 OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
218 gBS->RestoreTPL (OldTpl);
225 gBS->RestoreTPL (OldTpl);
323 EFI_TPL OldTpl;
332 OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
363 gBS->RestoreTPL (OldTpl);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Reset.c 100 EFI_TPL OldTpl;
115 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
133 gBS->RestoreTPL (OldTpl);
Stop.c 96 EFI_TPL OldTpl;
105 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
123 gBS->RestoreTPL (OldTpl);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpMain.c 55 EFI_TPL OldTpl;
70 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
77 gBS->RestoreTPL (OldTpl);
145 EFI_TPL OldTpl;
181 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
275 gBS->RestoreTPL (OldTpl);
329 EFI_TPL OldTpl;
343 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
358 gBS->RestoreTPL (OldTpl);
391 EFI_TPL OldTpl;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
Udp4Main.c 61 EFI_TPL OldTpl;
74 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
90 gBS->RestoreTPL (OldTpl);
139 EFI_TPL OldTpl;
160 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
287 gBS->RestoreTPL (OldTpl);
333 EFI_TPL OldTpl;
361 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
388 gBS->RestoreTPL (OldTpl);
507 EFI_TPL OldTpl;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
Udp6Main.c 66 EFI_TPL OldTpl;
79 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
95 gBS->RestoreTPL (OldTpl);
147 EFI_TPL OldTpl;
168 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
290 gBS->RestoreTPL (OldTpl);
332 EFI_TPL OldTpl;
359 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
386 gBS->RestoreTPL (OldTpl);
458 EFI_TPL OldTpl;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbBus.c 77 EFI_TPL OldTpl;
84 OldTpl = gBS->RaiseTPL (USB_BUS_TPL);
199 gBS->RestoreTPL (OldTpl);
236 EFI_TPL OldTpl;
245 OldTpl = gBS->RaiseTPL (USB_BUS_TPL);
294 gBS->RestoreTPL (OldTpl);
329 EFI_TPL OldTpl;
339 OldTpl = gBS->RaiseTPL (USB_BUS_TPL);
369 gBS->RestoreTPL (OldTpl);
409 EFI_TPL OldTpl;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsProtocol.c 63 EFI_TPL OldTpl;
87 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
153 gBS->RestoreTPL (OldTpl);
192 EFI_TPL OldTpl;
212 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
260 gBS->RestoreTPL (OldTpl);
276 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
311 gBS->RestoreTPL (OldTpl);
359 EFI_TPL OldTpl;
374 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcDxe/
EmmcBlockIo.c 328 EFI_TPL OldTpl;
342 OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
344 gBS->RestoreTPL (OldTpl);
385 OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
387 gBS->RestoreTPL (OldTpl);
398 OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
400 gBS->RestoreTPL (OldTpl);
434 EFI_TPL OldTpl;
448 OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
450 gBS->RestoreTPL (OldTpl);
    [all...]

Completed in 1265 milliseconds

1 2 3 4 5 6