Lines Matching refs:boot_params
45 struct boot_params *boot_params; variable
126 x = boot_params->screen_info.orig_x; in __putstr()
127 y = boot_params->screen_info.orig_y; in __putstr()
148 boot_params->screen_info.orig_x = x; in __putstr()
149 boot_params->screen_info.orig_y = y; in __putstr()
352 boot_params = rmode; in extract_kernel()
355 boot_params->hdr.loadflags &= ~KASLR_FLAG; in extract_kernel()
357 sanitize_boot_params(boot_params); in extract_kernel()
359 if (boot_params->screen_info.orig_video_mode == 7) { in extract_kernel()
367 lines = boot_params->screen_info.orig_video_lines; in extract_kernel()
368 cols = boot_params->screen_info.orig_video_cols; in extract_kernel()
377 boot_params->acpi_rsdp_addr = get_rsdp_addr(); in extract_kernel()