Home
last modified time | relevance | path

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

/arch/x86/boot/
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()
/arch/x86/include/asm/
Dbootparam_utils.h67 BOOT_PARAM_PRESERVE(alt_mem_k), in sanitize_boot_params()
/arch/x86/kernel/
Dkexec-bzimage64.c207 params->alt_mem_k = 0; in setup_boot_parameters()
237 params->alt_mem_k = mem_k; in setup_boot_parameters()
241 params->alt_mem_k = 0xffffffff; in setup_boot_parameters()
De820.c1274 if (boot_params.alt_mem_k < boot_params.screen_info.ext_mem_k) { in e820__memory_setup_default()
1278 mem_size = boot_params.alt_mem_k; in e820__memory_setup_default()
/arch/x86/include/uapi/asm/
Dbootparam.h193 __u32 alt_mem_k; /* 0x1e0 */ member