Lines Matching refs:boot_params
47 struct boot_params *boot_params; variable
124 x = boot_params->screen_info.orig_x; in __putstr()
125 y = boot_params->screen_info.orig_y; in __putstr()
146 boot_params->screen_info.orig_x = x; in __putstr()
147 boot_params->screen_info.orig_y = y; in __putstr()
349 boot_params = rmode; in extract_kernel()
352 boot_params->hdr.loadflags &= ~KASLR_FLAG; in extract_kernel()
354 sanitize_boot_params(boot_params); in extract_kernel()
356 if (boot_params->screen_info.orig_video_mode == 7) { in extract_kernel()
364 lines = boot_params->screen_info.orig_video_lines; in extract_kernel()
365 cols = boot_params->screen_info.orig_video_cols; in extract_kernel()