Lines Matching refs:boot_params
49 struct boot_params *boot_params; variable
135 x = boot_params->screen_info.orig_x; in __putstr()
136 y = boot_params->screen_info.orig_y; in __putstr()
157 boot_params->screen_info.orig_x = x; in __putstr()
158 boot_params->screen_info.orig_y = y; in __putstr()
385 boot_params = rmode; in extract_kernel()
388 boot_params->hdr.loadflags &= ~KASLR_FLAG; in extract_kernel()
390 sanitize_boot_params(boot_params); in extract_kernel()
392 if (boot_params->screen_info.orig_video_mode == 7) { in extract_kernel()
400 lines = boot_params->screen_info.orig_video_lines; in extract_kernel()
401 cols = boot_params->screen_info.orig_video_cols; in extract_kernel()
420 boot_params->acpi_rsdp_addr = get_rsdp_addr(); in extract_kernel()