Home
last modified time | relevance | path

Searched refs:e820_entries (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/arch/x86/xen/
Denlighten_pvh.c48 pvh_bootparams.e820_entries = memmap.nr_entries; in init_pvh_bootparams()
50 if (pvh_bootparams.e820_entries < E820_MAX_ENTRIES_ZEROPAGE - 1) { in init_pvh_bootparams()
51 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].addr = in init_pvh_bootparams()
53 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].size = in init_pvh_bootparams()
55 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].type = in init_pvh_bootparams()
57 pvh_bootparams.e820_entries++; in init_pvh_bootparams()
/Linux-v4.19/arch/x86/boot/
Dmemory.c71 return boot_params.e820_entries = count; in detect_memory_e820()
/Linux-v4.19/arch/x86/boot/compressed/
Dpgtable_64.c62 for (i = boot_params->e820_entries - 1; i >= 0; i--) { in find_trampoline_placement()
Dkaslr.c744 for (i = 0; i < boot_params->e820_entries; i++) { in process_e820_entries()
Deboot.c609 params->e820_entries = (u8)nr_entries; in setup_e820()
/Linux-v4.19/arch/x86/kernel/
Dcrash.c302 nr_e820_entries = params->e820_entries; in add_e820_entry()
308 params->e820_entries++; in add_e820_entry()
Dkexec-bzimage64.c109 params->e820_entries = nr_e820_entries; in setup_e820_entries()
232 nr_e820_entries = params->e820_entries; in setup_boot_parameters()
De820.c1203 if (append_e820_table(boot_params.e820_table, boot_params.e820_entries) < 0) { in e820__memory_setup_default()
/Linux-v4.19/Documentation/x86/
Dzero-page.txt30 1E8/001 ALL e820_entries Number of entries in e820_table (below)
/Linux-v4.19/arch/x86/include/uapi/asm/
Dbootparam.h171 __u8 e820_entries; /* 0x1e8 */ member