/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/ |
DataSource.c | 43 #define TPL_DATASOURCE TPL_CALLBACK ///< Synchronization TPL
1158 TPL_CALLBACK,
1174 TPL_CALLBACK,
1190 TPL_CALLBACK,
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/ |
AtaBus.c | [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/ |
MnpConfig.c | 280 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
373 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
528 TPL_CALLBACK,
544 TPL_CALLBACK,
560 TPL_CALLBACK,
[all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/ |
Platform.c | 819 TPL_CALLBACK,
829 TPL_CALLBACK,
839 TPL_CALLBACK,
849 TPL_CALLBACK,
957 TPL_CALLBACK,
[all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidFastboot/ |
AndroidFastbootApp.c | 604 TPL_CALLBACK,
612 Status = gBS->CreateEvent (0, TPL_CALLBACK, NULL, NULL, &mFinishedEvent);
619 TPL_CALLBACK,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/ |
UsbMassBoot.c | 247 TPL_CALLBACK,
731 // Here we temporarily restore TPL to TPL_CALLBACK to invoke ReinstallProtocolInterface().
734 gBS->RestoreTPL (TPL_CALLBACK);
743 ASSERT (EfiGetCurrentTpl () == TPL_CALLBACK);
[all...] |
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtBlockIoDxe/ |
WinNtBlockIo.c | 911 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
980 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
1074 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/ |
DriverBinding.c | 322 Status = gBS->CreateEvent (EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_CALLBACK,
390 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/ |
TftpServer.h | 90 #define TPL_TFTP_SERVER TPL_CALLBACK ///< TPL for routine synchronization
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PlatformIntelBdsLib/ |
IntelBdsPlatform.c | 74 TPL_CALLBACK,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/ |
FvOnFv2Thunk.c | 509 TPL_CALLBACK,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Uc2OnUcThunk/ |
Uc2OnUcThunk.c | 292 TPL_CALLBACK,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/ |
UcOnUc2Thunk.c | 293 TPL_CALLBACK,
|
/device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/ |
GopScreen.c | 296 TPL_CALLBACK,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/ |
DataHubStatusCodeWorker.c | 365 TPL_CALLBACK,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/ |
DataHubStatusCodeWorker.c | 379 TPL_CALLBACK,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/ |
PciHotPlugSupport.c | 222 TPL_CALLBACK,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/ |
DxeProtocolNotify.c | 228 TPL_CALLBACK,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/ |
BootGraphicsResourceTableDxe.c | 491 TPL_CALLBACK,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
Ip4If.c | 37 Request Ip4OnFrameSentDpc as a DPC at TPL_CALLBACK.
66 Request Ip4OnArpResolvedDpc as a DPC at TPL_CALLBACK.
98 Request Ip4OnFrameReceivedDpc as a DPC at TPL_CALLBACK.
724 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
876 Request Ip4OnArpResolvedDpc as a DPC at TPL_CALLBACK.
891 // Request Ip4OnArpResolvedDpc as a DPC at TPL_CALLBACK
893 QueueDpc (TPL_CALLBACK, Ip4OnArpResolvedDpc, Context);
930 Request Ip4OnFrameSentDpc as a DPC at TPL_CALLBACK.
944 // Request Ip4OnFrameSentDpc as a DPC at TPL_CALLBACK
946 QueueDpc (TPL_CALLBACK, Ip4OnFrameSentDpc, Context); [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/ |
Transmit.c | 294 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/ |
Tcp4Timer.c | 569 Heart beat timer handler, queues the DPC at TPL_CALLBACK.
582 QueueDpc (TPL_CALLBACK, TcpTickingDpc, Context);
|
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/ |
Mtftp6Support.c | 294 TPL_CALLBACK,
763 Instance->OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
841 Instance->OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
1052 Instance->OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
[all...] |
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/ |
QncS3Support.c | 143 TPL_CALLBACK,
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/ |
Ping6.c | 157 OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
562 TPL_CALLBACK,
649 TPL_CALLBACK,
1094 TPL_CALLBACK,
[all...] |