Lines Matching refs:boot_params_ptr
49 struct boot_params *boot_params_ptr; variable
136 x = boot_params_ptr->screen_info.orig_x; in __putstr()
137 y = boot_params_ptr->screen_info.orig_y; in __putstr()
158 boot_params_ptr->screen_info.orig_x = x; in __putstr()
159 boot_params_ptr->screen_info.orig_y = y; in __putstr()
413 boot_params_ptr = rmode; in extract_kernel()
416 boot_params_ptr->hdr.loadflags &= ~KASLR_FLAG; in extract_kernel()
418 parse_mem_encrypt(&boot_params_ptr->hdr); in extract_kernel()
420 sanitize_boot_params(boot_params_ptr); in extract_kernel()
422 if (boot_params_ptr->screen_info.orig_video_mode == 7) { in extract_kernel()
430 lines = boot_params_ptr->screen_info.orig_video_lines; in extract_kernel()
431 cols = boot_params_ptr->screen_info.orig_video_cols; in extract_kernel()
450 boot_params_ptr->acpi_rsdp_addr = get_rsdp_addr(); in extract_kernel()