Lines Matching refs:boot_params_ptr
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()
387 mem_avoid[MEM_AVOID_BOOTPARAMS].start = (unsigned long)boot_params_ptr; in mem_avoid_init()
388 mem_avoid[MEM_AVOID_BOOTPARAMS].size = sizeof(*boot_params_ptr); in mem_avoid_init()
421 ptr = (struct setup_data *)(unsigned long)boot_params_ptr->hdr.setup_data; in mem_avoid_overlap()
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()
777 ptr = (struct setup_data *)(unsigned long)boot_params_ptr->hdr.setup_data; in process_kho_entries()
874 boot_params_ptr->hdr.loadflags |= KASLR_FLAG; in choose_random_location()