Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/boot/
Dmemory.c94 boot_params.alt_mem_k = (oreg.bx << 6) + oreg.ax; in detect_memory_e801()
103 boot_params.alt_mem_k = oreg.ax; in detect_memory_e801()
/Linux-v4.19/arch/x86/kernel/
Dkexec-bzimage64.c216 params->alt_mem_k = 0; in setup_boot_parameters()
243 params->alt_mem_k = mem_k; in setup_boot_parameters()
247 params->alt_mem_k = 0xffffffff; in setup_boot_parameters()
De820.c1207 if (boot_params.alt_mem_k < boot_params.screen_info.ext_mem_k) { in e820__memory_setup_default()
1211 mem_size = boot_params.alt_mem_k; in e820__memory_setup_default()
/Linux-v4.19/arch/x86/include/uapi/asm/
Dbootparam.h169 __u32 alt_mem_k; /* 0x1e0 */ member
/Linux-v4.19/arch/x86/boot/compressed/
Deboot.c718 boot_params->alt_mem_k = 32 * 1024; in exit_boot()