Searched refs:boot_params_ptr (Results 1 – 9 of 9) sorted by relevance
| /arch/x86/boot/compressed/ |
| A D | misc.c | 48 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() 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() 431 cols = boot_params_ptr->screen_info.orig_video_cols; in extract_kernel() [all …]
|
| A D | acpi.c | 35 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() 215 boot_params_ptr->acpi_rsdp_addr; in get_acpi_srat_table()
|
| A D | mem.c | 57 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()
|
| A D | pgtable_64.c | 50 signature = (char *)&boot_params_ptr->efi_info.efi_loader_signature; in find_trampoline_placement() 66 for (i = boot_params_ptr->e820_entries - 1; i >= 0; i--) { in find_trampoline_placement() 69 entry = &boot_params_ptr->e820_table[i]; in find_trampoline_placement() 109 boot_params_ptr = bp; in configure_5level_paging()
|
| A D | kaslr.c | 62 hash = rotate_xor(hash, boot_params_ptr, sizeof(*boot_params_ptr)); in get_boot_seed() 357 unsigned long init_size = boot_params_ptr->hdr.init_size; in mem_avoid_init() 369 initrd_start = (u64)boot_params_ptr->ext_ramdisk_image << 32; in mem_avoid_init() 370 initrd_start |= boot_params_ptr->hdr.ramdisk_image; in mem_avoid_init() 371 initrd_size = (u64)boot_params_ptr->ext_ramdisk_size << 32; in mem_avoid_init() 372 initrd_size |= boot_params_ptr->hdr.ramdisk_size; in mem_avoid_init() 388 mem_avoid[MEM_AVOID_BOOTPARAMS].size = sizeof(*boot_params_ptr); in mem_avoid_init() 680 struct efi_info *e = &boot_params_ptr->efi_info; in process_efi_entries() 751 for (i = 0; i < boot_params_ptr->e820_entries; i++) { in process_e820_entries() 752 entry = &boot_params_ptr->e820_table[i]; in process_e820_entries() [all …]
|
| A D | cmdline.c | 19 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()
|
| A D | ident_map_64.c | 162 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()
|
| A D | sev.c | 515 unsigned long cc_info_pa = boot_params_ptr->cc_blob_address; in sev_prep_identity_maps()
|
| /arch/x86/include/asm/ |
| A D | boot.h | 90 extern struct boot_params *boot_params_ptr;
|
Completed in 17 milliseconds