HomeSort by relevance Sort by last modified time
    Searched defs:OldTpl (Results 51 - 75 of 144) sorted by null

1 23 4 5 6

  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Driver.c 625 EFI_TPL OldTpl;
699 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
704 gBS->RestoreTPL (OldTpl);
740 EFI_TPL OldTpl;
776 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
789 gBS->RestoreTPL (OldTpl);
796 gBS->RestoreTPL (OldTpl);
802 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
805 gBS->RestoreTPL (OldTpl);
815 gBS->RestoreTPL (OldTpl);
    [all...]
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/NetworkPkg/Udp6Dxe/
Udp6Driver.c 339 EFI_TPL OldTpl;
412 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
420 gBS->RestoreTPL (OldTpl);
476 EFI_TPL OldTpl;
553 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
566 gBS->RestoreTPL (OldTpl);
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Keyboard/VirtualKeyboardDxe/
VirtualKeyboard.c 555 EFI_TPL OldTpl;
562 OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
573 gBS->RestoreTPL (OldTpl);
598 EFI_TPL OldTpl;
610 OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
612 gBS->RestoreTPL (OldTpl);
640 EFI_TPL OldTpl;
661 OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
669 gBS->RestoreTPL (OldTpl);
675 gBS->RestoreTPL (OldTpl);
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
SdMmcPciHcDxe.c 244 EFI_TPL OldTpl;
258 OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
271 gBS->RestoreTPL (OldTpl);
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciEnumeratorSupport.c 694 EFI_TPL OldTpl;
707 OldTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL);
720 gBS->RestoreTPL (OldTpl);
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
PcatPciRootBridge.c 753 EFI_TPL OldTpl;
769 OldTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL);
802 gBS->RestoreTPL (OldTpl);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressPassthru.c 383 EFI_TPL OldTpl;
631 OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
633 gBS->RestoreTPL (OldTpl);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdDxe/
SdDxe.c 733 EFI_TPL OldTpl;
803 OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
821 gBS->RestoreTPL (OldTpl);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbEnumer.c 257 EFI_TPL OldTpl;
282 OldTpl = UsbGetCurrentTpl ();
283 DEBUG ((EFI_D_INFO, "UsbConnectDriver: TPL before connect is %d, %p\n", (UINT32)OldTpl, UsbIf->Handle));
293 gBS->RaiseTPL (OldTpl);
459 EFI_TPL OldTpl;
478 OldTpl = UsbGetCurrentTpl ();
479 DEBUG ((EFI_D_INFO, "UsbDisconnectDriver: old TPL is %d, %p\n", (UINT32)OldTpl, UsbIf->Handle));
491 gBS->RaiseTPL (OldTpl);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
EfiKey.c 157 EFI_TPL OldTpl;
159 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
424 gBS->RestoreTPL (OldTpl);
459 gBS->RestoreTPL (OldTpl);
760 EFI_TPL OldTpl;
767 OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
794 gBS->RestoreTPL (OldTpl);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassBoot.c 681 EFI_TPL OldTpl;
733 OldTpl = EfiGetCurrentTpl ();
744 gBS->RaiseTPL (OldTpl);
    [all...]
UsbMassImpl.c 59 EFI_TPL OldTpl;
66 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
71 gBS->RestoreTPL (OldTpl);
113 EFI_TPL OldTpl;
120 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
186 gBS->RestoreTPL (OldTpl);
229 EFI_TPL OldTpl;
236 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
306 gBS->RestoreTPL (OldTpl);
800 EFI_TPL OldTpl;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
UsbMouseAbsolutePointer.c 152 EFI_TPL OldTpl;
154 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
355 gBS->RestoreTPL (OldTpl);
381 gBS->RestoreTPL (OldTpl);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/
UsbMouse.c 152 EFI_TPL OldTpl;
154 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
355 gBS->RestoreTPL (OldTpl);
382 gBS->RestoreTPL (OldTpl);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
PlDebugSupport.c 191 EFI_TPL OldTpl;
211 OldTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL);
220 gBS->RestoreTPL (OldTpl);
231 OldTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL);
240 gBS->RestoreTPL (OldTpl);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
Partition.c 204 EFI_TPL OldTpl;
207 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
370 gBS->RestoreTPL (OldTpl);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Driver.c 817 EFI_TPL OldTpl;
875 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
880 gBS->RestoreTPL (OldTpl);
924 EFI_TPL OldTpl;
955 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
964 gBS->RestoreTPL (OldTpl);
1004 gBS->RestoreTPL (OldTpl);
1010 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
1030 gBS->RestoreTPL (OldTpl);
1037 gBS->RestoreTPL (OldTpl);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Impl.c 367 EFI_TPL OldTpl;
397 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
408 gBS->RestoreTPL (OldTpl);
504 gBS->RestoreTPL (OldTpl);
526 gBS->RestoreTPL (OldTpl);
555 EFI_TPL OldTpl;
561 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
570 gBS->RestoreTPL (OldTpl);
632 EFI_TPL OldTpl;
648 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Driver.c 686 EFI_TPL OldTpl;
692 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
718 gBS->RestoreTPL (OldTpl);
  /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/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/NetworkPkg/HttpDxe/
HttpDriver.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Driver.c 813 EFI_TPL OldTpl;
875 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
880 gBS->RestoreTPL (OldTpl);
921 EFI_TPL OldTpl;
951 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
960 gBS->RestoreTPL (OldTpl);
990 gBS->RestoreTPL (OldTpl);
996 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
1017 gBS->RestoreTPL (OldTpl);
1023 gBS->RestoreTPL (OldTpl);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Driver.c 562 EFI_TPL OldTpl;
621 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
626 gBS->RestoreTPL (OldTpl);
663 EFI_TPL OldTpl;
699 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
731 gBS->RestoreTPL (OldTpl);
737 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
740 gBS->RestoreTPL (OldTpl);
750 gBS->RestoreTPL (OldTpl);

Completed in 386 milliseconds

1 23 4 5 6