Home
last modified time | relevance | path

Searched refs:eddbuf (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/Documentation/x86/
Dzero-page.txt31 1E9/001 ALL eddbuf_entries Number of entries in eddbuf (below)
38 D00/1EC ALL eddbuf EDD data (array of struct edd_info)
/linux-4.4.14/arch/x86/include/asm/
Dbootparam_utils.h48 (char *)&boot_params->eddbuf[0] - in sanitize_boot_params()
/linux-4.4.14/arch/x86/include/uapi/asm/
Dbootparam.h156 struct edd_info eddbuf[EDDMAXNR]; /* 0xd00 */ member
/linux-4.4.14/arch/x86/boot/
Dedd.c149 edp = boot_params.eddbuf; in query_edd()
/linux-4.4.14/arch/x86/kernel/
Dkexec-bzimage64.c259 memcpy(params->eddbuf, boot_params.eddbuf, in setup_boot_parameters()
Dsetup.c254 memcpy(edd.edd_info, boot_params.eddbuf, sizeof(edd.edd_info)); in copy_edd()
/linux-4.4.14/arch/x86/xen/
Denlighten.c1364 edd_info = boot_params.eddbuf; in xen_boot_params_init_edd()