efi_cfgtbl
struct efi_cfgtbl *ct;
if (efi_cfgtbl == NULL)
ct = efi_cfgtbl;
static struct efi_cfgtbl *efi_cfgtbl;
efi_cfgtbl = (efi_systbl->st_cfgtbl == NULL) ? NULL :
(struct efi_cfgtbl *)IA64_PHYS_TO_RR7(
if (efi_cfgtbl == NULL)
.st_entries = sizeof(efi_cfgtab)/sizeof(struct efi_cfgtbl),
struct efi_cfgtbl efi_cfgtab[] = {
struct efi_cfgtbl *ct;
struct efi_cfgtbl *
efi_cfgtblhead_va = (struct efi_cfgtbl *) va;
struct efi_cfgtbl *ct;
struct efi_cfgtbl *ct;
struct efi_cfgtbl *efi_getcfgtblhead(void);
static struct efi_cfgtbl *efi_cfgtblhead_va = NULL;
struct efi_cfgtbl *cfgtbl = efi_getcfgtblhead();
struct efi_cfgtbl *st_cfgtbl;