EFI_SYSTBL_SIG
if (systbl->st_hdr.th_sig != EFI_SYSTBL_SIG) {
if (efi_systbl == NULL || efi_systbl->st_hdr.th_sig != EFI_SYSTBL_SIG) {