Searched defs:fpswa (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/loader/ia64/efi/
H A Dlinux.c58 grub_uint64_t fpswa; /* physical address of the fpswa interface */ member in struct:ia64_boot_param
82 void *fpswa; member in struct:__anon619
84 static fpswa_interface_t *fpswa; variable
130 if (fpswa != NULL)
145 (void *)&fpswa_protocol, (void *)&fpswa);
335 boot_param->fpswa = (grub_uint64_t)fpswa;
785 if (fpswa == NULL)
788 grub_printf ("FPSWA revision: %x\n", fpswa
[all...]

Completed in 25 milliseconds