Home
last modified time | relevance | path

Searched refs:e820_entries (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/platform/pvh/
H A Denlighten.c52 pvh_bootparams.e820_entries = pvh_start_info.memmap_entries; in init_pvh_bootparams()
54 for (i = 0; i < pvh_bootparams.e820_entries ; i++, ep++) { in init_pvh_bootparams()
66 if (pvh_bootparams.e820_entries < E820_MAX_ENTRIES_ZEROPAGE - 1) { in init_pvh_bootparams()
67 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].addr = in init_pvh_bootparams()
69 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].size = in init_pvh_bootparams()
71 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].type = in init_pvh_bootparams()
73 pvh_bootparams.e820_entries++; in init_pvh_bootparams()
/kernel/linux/linux-6.6/arch/x86/platform/pvh/
H A Denlighten.c52 pvh_bootparams.e820_entries = pvh_start_info.memmap_entries; in init_pvh_bootparams()
54 for (i = 0; i < pvh_bootparams.e820_entries ; i++, ep++) { in init_pvh_bootparams()
66 if (pvh_bootparams.e820_entries < E820_MAX_ENTRIES_ZEROPAGE - 1) { in init_pvh_bootparams()
67 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].addr = in init_pvh_bootparams()
69 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].size = in init_pvh_bootparams()
71 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].type = in init_pvh_bootparams()
73 pvh_bootparams.e820_entries++; in init_pvh_bootparams()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dbootparam_utils.h69 BOOT_PARAM_PRESERVE(e820_entries), in sanitize_boot_params()
/kernel/linux/linux-5.10/arch/x86/xen/
H A Denlighten_pvh.c54 boot_params_p->e820_entries = memmap.nr_entries; in mem_map_via_hcall()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dbootparam_utils.h69 BOOT_PARAM_PRESERVE(e820_entries), in sanitize_boot_params()
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dmemory.c69 boot_params.e820_entries = count; in detect_memory_e820()
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dmemory.c69 boot_params.e820_entries = count; in detect_memory_e820()
/kernel/linux/linux-6.6/arch/x86/xen/
H A Denlighten_pvh.c73 boot_params_p->e820_entries = memmap.nr_entries; in mem_map_via_hcall()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dcrash.c277 nr_e820_entries = params->e820_entries; in add_e820_entry()
282 params->e820_entries++; in add_e820_entry()
H A Dkexec-bzimage64.c107 params->e820_entries = nr_e820_entries; in setup_e820_entries()
226 nr_e820_entries = params->e820_entries; in setup_boot_parameters()
H A De820.c1270 if (append_e820_table(boot_params.e820_table, boot_params.e820_entries) < 0) { in e820__memory_setup_default()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dcrash.c237 nr_e820_entries = params->e820_entries; in add_e820_entry()
242 params->e820_entries++; in add_e820_entry()
H A Dkexec-bzimage64.c107 params->e820_entries = nr_e820_entries; in setup_e820_entries()
273 nr_e820_entries = params->e820_entries; in setup_boot_parameters()
H A De820.c1272 if (append_e820_table(boot_params.e820_table, boot_params.e820_entries) < 0) { in e820__memory_setup_default()
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dpgtable_64.c72 for (i = boot_params->e820_entries - 1; i >= 0; i--) { in find_trampoline_placement()
H A Dkaslr.c768 for (i = 0; i < boot_params->e820_entries; i++) { in process_e820_entries()
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dpgtable_64.c68 for (i = boot_params->e820_entries - 1; i >= 0; i--) { in find_trampoline_placement()
H A Dkaslr.c780 for (i = 0; i < boot_params->e820_entries; i++) { in process_e820_entries()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H A Dbootparam.h195 __u8 e820_entries; /* 0x1e8 */ member
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Dbootparam.h206 __u8 e820_entries; /* 0x1e8 */ member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dbootparam.h170 __u8 e820_entries; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dbootparam.h170 __u8 e820_entries; member
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Dx86-stub.c550 params->e820_entries = (u8)nr_entries; in setup_e820()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Dx86-stub.c630 params->e820_entries = (u8)nr_entries; in setup_e820()

Completed in 18 milliseconds