Searched refs:systbl (Results 1 – 1 of 1) sorted by relevance
671 struct efi_systbl *systbl; in exclude_efi_memreserve() local674 systbl = (struct efi_systbl *)PHYS_TO_DMAP(efi_systbl_phys); in exclude_efi_memreserve()675 if (systbl == NULL) { in exclude_efi_memreserve()679 if (systbl->st_hdr.th_sig != EFI_SYSTBL_SIG) { in exclude_efi_memreserve()680 printf("Bad signature for systbl %#lx\n", systbl->st_hdr.th_sig); in exclude_efi_memreserve()692 if (systbl->st_cfgtbl == 0) /* Failsafe st_entries should == 0 in this case */ in exclude_efi_memreserve()694 for (int i = 0; i < systbl->st_entries; i++) { in exclude_efi_memreserve()698 cfgtbl = efi_early_map(systbl->st_cfgtbl + i * sizeof(*cfgtbl)); in exclude_efi_memreserve()