Lines Matching refs:boot_params
48 struct boot_params *boot_params; variable
129 x = boot_params->screen_info.orig_x; in __putstr()
130 y = boot_params->screen_info.orig_y; in __putstr()
151 boot_params->screen_info.orig_x = x; in __putstr()
152 boot_params->screen_info.orig_y = y; in __putstr()
355 boot_params = rmode; in extract_kernel()
358 boot_params->hdr.loadflags &= ~KASLR_FLAG; in extract_kernel()
360 sanitize_boot_params(boot_params); in extract_kernel()
362 if (boot_params->screen_info.orig_video_mode == 7) { in extract_kernel()
370 lines = boot_params->screen_info.orig_video_lines; in extract_kernel()
371 cols = boot_params->screen_info.orig_video_cols; in extract_kernel()
380 boot_params->acpi_rsdp_addr = get_rsdp_addr(); in extract_kernel()