Lines Matching refs:NotifyTpl
123 If NotifyTpl is not a legal TPL value, then ASSERT().
129 @param NotifyTpl Supplies the task priority level of the event notifications.
143 IN EFI_TPL NotifyTpl,
162 NotifyTpl,
193 This function creates an event using NotifyTpl, NoifyFunction, and NotifyContext.
197 If NotifyTpl is not a legal TPL value, then ASSERT().
201 @param NotifyTpl Supplies the task priority level of the event notifications.
214 IN EFI_TPL NotifyTpl,
226 ASSERT (NotifyTpl <= TPL_HIGH_LEVEL);
233 NotifyTpl,