Home
last modified time | relevance | path

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

/arch/x86/boot/
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()
/arch/x86/xen/
Denlighten_pv.c1127 struct edd_info *edd_info; in xen_boot_params_init_edd() local
1132 edd_info = boot_params.eddbuf; in xen_boot_params_init_edd()
1139 struct edd_info *info = edd_info + nr; in xen_boot_params_init_edd()
/arch/x86/include/uapi/asm/
Dbootparam.h219 struct edd_info eddbuf[EDDMAXNR]; /* 0xd00 */
/arch/x86/kernel/
Dsetup.c180 memcpy(edd.edd_info, boot_params.eddbuf, sizeof(edd.edd_info)); in copy_edd()
Dkexec-bzimage64.c252 EDDMAXNR * sizeof(struct edd_info)); in setup_boot_parameters()