Home
last modified time | relevance | path

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

/linux-2.6.39/Documentation/x86/
Dzero-page.txt27 1E9/001 ALL eddbuf_entries Number of entries in eddbuf (below)
33 D00/1EC ALL eddbuf EDD data (array of struct edd_info)
/linux-2.6.39/arch/x86/include/asm/
Dbootparam.h119 struct edd_info eddbuf[EDDMAXNR]; /* 0xd00 */ member
/linux-2.6.39/arch/x86/boot/
Dedd.c148 edp = boot_params.eddbuf; in query_edd()
/linux-2.6.39/arch/x86/kernel/
Dsetup.c260 memcpy(edd.edd_info, boot_params.eddbuf, sizeof(edd.edd_info)); in copy_edd()