e820_entries      604 arch/x86/boot/compressed/eboot.c 	params->e820_entries = (u8)nr_entries;
e820_entries      790 arch/x86/boot/compressed/kaslr.c 	for (i = 0; i < boot_params->e820_entries; i++) {
e820_entries       74 arch/x86/boot/compressed/pgtable_64.c 	for (i = boot_params->e820_entries - 1; i >= 0; i--) {
e820_entries       69 arch/x86/boot/memory.c 	boot_params.e820_entries = count;
e820_entries       69 arch/x86/include/asm/bootparam_utils.h 			BOOT_PARAM_PRESERVE(e820_entries),
e820_entries      174 arch/x86/include/uapi/asm/bootparam.h 	__u8  e820_entries;				/* 0x1e8 */
e820_entries      295 arch/x86/kernel/crash.c 	nr_e820_entries = params->e820_entries;
e820_entries      301 arch/x86/kernel/crash.c 	params->e820_entries++;
e820_entries     1221 arch/x86/kernel/e820.c 	if (append_e820_table(boot_params.e820_table, boot_params.e820_entries) < 0) {
e820_entries      107 arch/x86/kernel/kexec-bzimage64.c 	params->e820_entries = nr_e820_entries;
e820_entries      237 arch/x86/kernel/kexec-bzimage64.c 	nr_e820_entries = params->e820_entries;
e820_entries       52 arch/x86/platform/pvh/enlighten.c 		pvh_bootparams.e820_entries = pvh_start_info.memmap_entries;
e820_entries       54 arch/x86/platform/pvh/enlighten.c 		for (i = 0; i < pvh_bootparams.e820_entries ; i++, ep++) {
e820_entries       66 arch/x86/platform/pvh/enlighten.c 	if (pvh_bootparams.e820_entries < E820_MAX_ENTRIES_ZEROPAGE - 1) {
e820_entries       67 arch/x86/platform/pvh/enlighten.c 		pvh_bootparams.e820_table[pvh_bootparams.e820_entries].addr =
e820_entries       69 arch/x86/platform/pvh/enlighten.c 		pvh_bootparams.e820_table[pvh_bootparams.e820_entries].size =
e820_entries       71 arch/x86/platform/pvh/enlighten.c 		pvh_bootparams.e820_table[pvh_bootparams.e820_entries].type =
e820_entries       73 arch/x86/platform/pvh/enlighten.c 		pvh_bootparams.e820_entries++;
e820_entries       54 arch/x86/xen/enlighten_pvh.c 	boot_params_p->e820_entries = memmap.nr_entries;