efi_rt
static struct efi_rt *RT;
static struct efi_rt efi_rtcopy;
struct efi_rt *rt = ST->st_rt;
static struct efi_rt *efi_runtime;
(struct efi_rt *)IA64_PHYS_TO_RR7((uint64_t)efi_systbl->st_rt);
struct efi_rt efi_rttab = {
(memcpy)(&efi_rt, systbl->st_rt, sizeof(efi_rt));
if (efi_rt.rt_gettime == NULL)
status = efi_rt.rt_gettime(tm, tmcap);
static struct efi_rt efi_rt __read_mostly;
if (efi_rt.rt_settime == NULL)
status = efi_rt.rt_settime(tm);
if (efi_rt.rt_getvar == NULL)
status = efi_rt.rt_getvar(name, vendor, attrib, datasize, data);
if (efi_rt.rt_scanvar == NULL)
status = efi_rt.rt_scanvar(namesize, name, vendor);
if (efi_rt.rt_setvar == NULL)
status = efi_rt.rt_setvar(name, vendor, attrib, datasize, data);
struct efi_rt *st_rt;