Home
last modified time | relevance | path

Searched refs:PreviousTpl (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/Efi/
DEfiSocketLib.h84 EFI_TPL PreviousTpl; \
86 PreviousTpl = EfiGetCurrentTpl ( ); \
87 if ( PreviousTpl != tpl ) { \
90 PreviousTpl, tpl )); \
91 ASSERT ( PreviousTpl == tpl ); \
97 EFI_TPL PreviousTpl; \
99 PreviousTpl = EfiGetCurrentTpl ( ); \
100 if ( PreviousTpl > tpl ) { \
103 PreviousTpl, tpl )); \
104 ASSERT ( PreviousTpl <= tpl ); \
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
DTftpServer.h106 EFI_TPL PreviousTpl; \
108 PreviousTpl = gBS->RaiseTPL ( TPL_HIGH_LEVEL ); \
109 gBS->RestoreTPL ( PreviousTpl ); \
110 if ( PreviousTpl > tpl ) { \
111 DEBUG (( DEBUG_ERROR, "Current TPL: %d, New TPL: %d\r\n", PreviousTpl, tpl )); \
112 ASSERT ( PreviousTpl <= tpl ); \
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
DAx88772.h107 EFI_TPL PreviousTpl; \
109 PreviousTpl = gBS->RaiseTPL ( TPL_HIGH_LEVEL ); \
110 gBS->RestoreTPL ( PreviousTpl ); \
111 if ( PreviousTpl > tpl ) { \
112 DEBUG (( DEBUG_ERROR, "Current TPL: %d, New TPL: %d\r\n", PreviousTpl, tpl )); \
113 ASSERT ( PreviousTpl <= tpl ); \
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
DAx88772.h120 EFI_TPL PreviousTpl; \
122 PreviousTpl = gBS->RaiseTPL ( TPL_HIGH_LEVEL ); \
123 gBS->RestoreTPL ( PreviousTpl ); \
124 if ( PreviousTpl > tpl ) { \
125 DEBUG (( DEBUG_ERROR, "Current TPL: %d, New TPL: %d\r\n", PreviousTpl, tpl )); \
126 ASSERT ( PreviousTpl <= tpl ); \
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
DWebServer.h129 EFI_TPL PreviousTpl; \
131 PreviousTpl = gBS->RaiseTPL ( TPL_HIGH_LEVEL ); \
132 gBS->RestoreTPL ( PreviousTpl ); \
133 if ( PreviousTpl > tpl ) { \
134 DEBUG (( DEBUG_ERROR, "Current TPL: %d, New TPL: %d\r\n", PreviousTpl, tpl )); \
135 ASSERT ( PreviousTpl <= tpl ); \