Home
last modified time | relevance | path

Searched refs:edd_info (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/firmware/
H A Dedd.c50 struct edd_info *info;
123 struct edd_info *info; in edd_show_host_bus()
169 struct edd_info *info; in edd_show_interface()
235 struct edd_info *info; in edd_show_raw_data()
257 struct edd_info *info; in edd_show_version()
280 struct edd_info *info; in edd_show_extensions()
306 struct edd_info *info; in edd_show_info_flags()
336 struct edd_info *info; in edd_show_legacy_max_cylinder()
351 struct edd_info *info; in edd_show_legacy_max_head()
366 struct edd_info *info; in edd_show_legacy_sectors_per_track()
[all …]
/openbmc/linux/include/uapi/linux/
H A Dedd.h173 struct edd_info { struct
185 struct edd_info edd_info[EDDMAXNR]; argument
/openbmc/linux/arch/x86/boot/
H A Dedd.c38 static u32 read_mbr_sig(u8 devno, struct edd_info *ei, u32 *mbrsig) in read_mbr_sig()
73 static int get_edd_info(u8 devno, struct edd_info *ei) in get_edd_info()
131 struct edd_info ei, *edp; in query_edd()
/openbmc/u-boot/include/linux/
H A Dedd.h163 struct edd_info { struct
175 struct edd_info edd_info[EDDMAXNR]; argument
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Dx86_basename.patch20 memset(edd_info, 0, sizeof(struct edd_info));
/openbmc/u-boot/arch/x86/include/asm/
H A Dbootparam.h115 struct edd_info eddbuf[EDDMAXNR]; /* 0xd00 */
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c1239 struct edd_info *edd_info; in xen_boot_params_init_edd() local
1244 edd_info = boot_params.eddbuf; in xen_boot_params_init_edd()
1251 struct edd_info *info = edd_info + nr; in xen_boot_params_init_edd()
/openbmc/linux/Documentation/arch/x86/
H A Dzero-page.rst46 D00/1EC ALL eddbuf EDD data (array of struct edd_info)
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dbootparam.h231 struct edd_info eddbuf[EDDMAXNR]; /* 0xd00 */
/openbmc/linux/arch/x86/kernel/
H A Dsetup.c183 memcpy(edd.edd_info, boot_params.eddbuf, sizeof(edd.edd_info)); in copy_edd()
H A Dkexec-bzimage64.c313 EDDMAXNR * sizeof(struct edd_info)); in setup_boot_parameters()