Home
last modified time | relevance | path

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

/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()
/arch/x86/include/asm/
Dbootparam_utils.h67 BOOT_PARAM_PRESERVE(alt_mem_k), in sanitize_boot_params()
/arch/x86/kernel/
Dkexec-bzimage64.c219 params->alt_mem_k = 0; in setup_boot_parameters()
246 params->alt_mem_k = mem_k; in setup_boot_parameters()
250 params->alt_mem_k = 0xffffffff; in setup_boot_parameters()
De820.c1064 if (boot_params.alt_mem_k in default_machine_specific_memory_setup()
1069 mem_size = boot_params.alt_mem_k; in default_machine_specific_memory_setup()
/arch/x86/include/uapi/asm/
Dbootparam.h131 __u32 alt_mem_k; /* 0x1e0 */ member
/arch/x86/boot/compressed/
Deboot.c1391 boot_params->alt_mem_k = 32 * 1024; in exit_boot()