Home
last modified time | relevance | path

Searched refs:alt_mem_k (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/boot/
H A Dmemory.c92 boot_params.alt_mem_k = (oreg.bx << 6) + oreg.ax; in detect_memory_e801()
101 boot_params.alt_mem_k = oreg.ax; in detect_memory_e801()
/linux/arch/x86/include/asm/
H A Dbootparam_utils.h67 BOOT_PARAM_PRESERVE(alt_mem_k), in sanitize_boot_params()
/linux/arch/x86/kernel/
H A Dkexec-bzimage64.c319 params->alt_mem_k = 0; in setup_boot_parameters()
356 params->alt_mem_k = mem_k; in setup_boot_parameters()
360 params->alt_mem_k = 0xffffffff; in setup_boot_parameters()
H A De820.c1244 if (boot_params.alt_mem_k < boot_params.screen_info.ext_mem_k) { in e820__memory_setup_default()
1248 mem_size = boot_params.alt_mem_k; in e820__memory_setup_default()
/linux/arch/x86/include/uapi/asm/
H A Dbootparam.h135 __u32 alt_mem_k; /* 0x1e0 */ member
/linux/Documentation/arch/x86/
H A Dzero-page.rst34 1E0/004 ALL alt_mem_k Alternative mem check, in KB
/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c777 boot_params->alt_mem_k = 32 * 1024; in exit_boot()