Searched refs:bootx_info (Results 1 – 1 of 1) sorted by relevance
38 static boot_infos_t * __initdata bootx_info; variable168 if (bootx_info->kernelParamsOffset) { in bootx_add_chosen_props()169 char *args = (char *)((unsigned long)bootx_info) + in bootx_add_chosen_props()170 bootx_info->kernelParamsOffset; in bootx_add_chosen_props()173 if (bootx_info->ramDisk) { in bootx_add_chosen_props()174 val = ((unsigned long)bootx_info) + bootx_info->ramDisk; in bootx_add_chosen_props()176 val += bootx_info->ramDiskSize; in bootx_add_chosen_props()188 boot_infos_t *bi = bootx_info; in bootx_add_display_props()246 if (node == bootx_info->dispDeviceRegEntryOffset) { in bootx_scan_dt_build_strings()335 if (bootx_info->dispDeviceRegEntryOffset == 0) in bootx_scan_dt_build_struct()[all …]