Searched refs:efi_info (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dbootparam.h81 struct efi_info { struct
106 struct efi_info efi_info; /* 0x1c0 */ member in struct:boot_params
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Defi.c283 pmap = boot_params.efi_info.efi_memmap;
285 pmap = (boot_params.efi_info.efi_memmap |
286 ((__u64)boot_params.efi_info.efi_memmap_hi<<32));
289 memmap.nr_map = boot_params.efi_info.efi_memmap_size /
290 boot_params.efi_info.efi_memdesc_size;
291 memmap.desc_version = boot_params.efi_info.efi_memdesc_version;
292 memmap.desc_size = boot_params.efi_info.efi_memdesc_size;
327 efi_phys.systab = (efi_system_table_t *)boot_params.efi_info.efi_systab;
330 (boot_params.efi_info.efi_systab |
331 ((__u64)boot_params.efi_info
[all...]
H A Dsetup.c776 if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature,

Completed in 103 milliseconds