HomeSort by relevance Sort by last modified time
    Searched refs:LibRuntimeRestoreTPL (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/runtime/
rtdata.c 59 // LibRuntimeRaiseTPL, LibRuntimeRestoreTPL - pointers to Runtime functions from the
64 EFI_RESTORE_TPL LibRuntimeRestoreTPL = NULL;
rtlock.c 98 if (LibRuntimeRestoreTPL != NULL) {
99 LibRuntimeRestoreTPL(Tpl);
vm.c 62 ConvertPointer (EFI_INTERNAL_PTR, (VOID **)&LibRuntimeRestoreTPL);
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
lib.h 88 extern EFI_RESTORE_TPL LibRuntimeRestoreTPL;

Completed in 77 milliseconds