Lines Matching defs:tbl
658 efi_rt_properties_table_t *tbl;
660 tbl = early_memremap(rt_prop, sizeof(*tbl));
661 if (tbl) {
662 efi.runtime_supported_mask &= tbl->runtime_services_supported;
663 early_memunmap(tbl, sizeof(*tbl));
669 struct linux_efi_initrd *tbl;
671 tbl = early_memremap(initrd, sizeof(*tbl));
672 if (tbl) {
673 phys_initrd_start = tbl->base;
674 phys_initrd_size = tbl->size;
675 early_memunmap(tbl, sizeof(*tbl));