Home
last modified time | relevance | path

Searched refs:boot_params_ptr (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/boot/compressed/
H A Dmisc.c48 struct boot_params *boot_params_ptr; variable
135 x = boot_params_ptr->screen_info.orig_x; in __putstr()
136 y = boot_params_ptr->screen_info.orig_y; in __putstr()
157 boot_params_ptr->screen_info.orig_x = x; in __putstr()
158 boot_params_ptr->screen_info.orig_y = y; in __putstr()
415 boot_params_ptr = rmode; in extract_kernel()
418 boot_params_ptr->hdr.loadflags &= ~KASLR_FLAG; in extract_kernel()
420 parse_mem_encrypt(&boot_params_ptr->hdr); in extract_kernel()
422 sanitize_boot_params(boot_params_ptr); in extract_kernel()
424 if (boot_params_ptr->screen_info.orig_video_mode == 7) { in extract_kernel()
[all …]
H A Dacpi.c35 rsdp_addr = efi_find_vendor_table(boot_params_ptr, cfg_tbl_pa, cfg_tbl_len, in __efi_get_rsdp_addr()
41 rsdp_addr = efi_find_vendor_table(boot_params_ptr, cfg_tbl_pa, cfg_tbl_len, in __efi_get_rsdp_addr()
61 et = efi_get_type(boot_params_ptr); in efi_get_rsdp_addr()
65 systab_pa = efi_get_system_table(boot_params_ptr); in efi_get_rsdp_addr()
69 ret = efi_get_conf_table(boot_params_ptr, &cfg_tbl_pa, &cfg_tbl_len); in efi_get_rsdp_addr()
161 pa = boot_params_ptr->acpi_rsdp_addr; in get_rsdp_addr()
220 boot_params_ptr->acpi_rsdp_addr; in get_acpi_srat_table()
H A Dmem.c57 et = efi_get_type(boot_params_ptr); in init_unaccepted_memory()
61 ret = efi_get_conf_table(boot_params_ptr, &cfg_table_pa, &cfg_table_len); in init_unaccepted_memory()
67 table = (void *)efi_find_vendor_table(boot_params_ptr, cfg_table_pa, in init_unaccepted_memory()
H A Dcmdline.c19 unsigned long cmd_line_ptr = boot_params_ptr->hdr.cmd_line_ptr; in get_cmd_line_ptr()
21 cmd_line_ptr |= (u64)boot_params_ptr->ext_cmd_line_ptr << 32; in get_cmd_line_ptr()
H A Dident_map_64.c162 boot_params_ptr = rmode; in initialize_identity_maps()
163 kernel_add_identity_map((unsigned long)boot_params_ptr, in initialize_identity_maps()
164 (unsigned long)(boot_params_ptr + 1)); in initialize_identity_maps()
172 sd = (struct setup_data *)boot_params_ptr->hdr.setup_data; in initialize_identity_maps()
H A Dsev.c464 unsigned long cc_info_pa = boot_params_ptr->cc_blob_address; in sev_prep_identity_maps()
/linux/arch/x86/include/asm/
H A Dboot.h92 extern struct boot_params *boot_params_ptr;