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()
361 boot_params = rmode; in extract_kernel()
364 boot_params->hdr.loadflags &= ~KASLR_FLAG; in extract_kernel()
366 sanitize_boot_params(boot_params); in extract_kernel()
368 if (boot_params->screen_info.orig_video_mode == 7) { in extract_kernel()
376 lines = boot_params->screen_info.orig_video_lines; in extract_kernel()
377 cols = boot_params->screen_info.orig_video_cols; in extract_kernel()
396 boot_params->acpi_rsdp_addr = get_rsdp_addr(); in extract_kernel()