Home
last modified time | relevance | path

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

/linux/arch/x86/platform/pvh/
H A Denlighten.c53 pvh_bootparams.e820_entries = pvh_start_info.memmap_entries; in init_pvh_bootparams()
55 for (i = 0; i < pvh_bootparams.e820_entries ; i++, ep++) { in init_pvh_bootparams()
67 if (pvh_bootparams.e820_entries < E820_MAX_ENTRIES_ZEROPAGE - 1) { in init_pvh_bootparams()
68 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].addr = in init_pvh_bootparams()
70 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].size = in init_pvh_bootparams()
72 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].type = in init_pvh_bootparams()
74 pvh_bootparams.e820_entries++; in init_pvh_bootparams()
/linux/arch/x86/xen/
H A Denlighten_pvh.c73 for (i = 0; i < bootp->e820_entries; i++) { in pvh_reserve_extra_memory()
88 for (i = 0; i < bootp->e820_entries && extra_pages; i++) { in pvh_reserve_extra_memory()
101 if (bootp->e820_entries == in pvh_reserve_extra_memory()
109 (bootp->e820_entries - i) * sizeof(*e)); in pvh_reserve_extra_memory()
110 bootp->e820_entries++; in pvh_reserve_extra_memory()
167 boot_params_p->e820_entries = memmap.nr_entries; in mem_map_via_hcall()
/linux/arch/x86/include/asm/
H A Dbootparam_utils.h69 BOOT_PARAM_PRESERVE(e820_entries), in sanitize_boot_params()
/linux/arch/x86/boot/
H A Dmemory.c69 boot_params.e820_entries = count; in detect_memory_e820()
/linux/arch/x86/kernel/
H A Dcrash.c253 nr_e820_entries = params->e820_entries; in add_e820_entry()
258 params->e820_entries++; in add_e820_entry()
H A Dkexec-bzimage64.c107 params->e820_entries = nr_e820_entries; in setup_e820_entries()
275 nr_e820_entries = params->e820_entries; in setup_boot_parameters()
H A De820.c1256 if (append_e820_table(boot_params.e820_table, boot_params.e820_entries) < 0) { in e820__memory_setup_default()
/linux/arch/x86/boot/compressed/
H A Dpgtable_64.c69 for (i = boot_params_ptr->e820_entries - 1; i >= 0; i--) { in find_trampoline_placement()
/linux/arch/x86/include/uapi/asm/
H A Dbootparam.h137 __u8 e820_entries; /* 0x1e8 */ member
/linux/Documentation/arch/x86/
H A Dzero-page.rst36 1E8/001 ALL e820_entries Number of entries in e820_table (below)