Searched refs:bootx_info (Results 1 – 1 of 1) sorted by relevance
34 static boot_infos_t * __initdata bootx_info; variable164 if (bootx_info->kernelParamsOffset) { in bootx_add_chosen_props()166 bootx_info->kernelParamsOffset; in bootx_add_chosen_props()169 if (bootx_info->ramDisk) { in bootx_add_chosen_props()170 val = ((unsigned long)bootx_info) + bootx_info->ramDisk; in bootx_add_chosen_props()172 val += bootx_info->ramDiskSize; in bootx_add_chosen_props()184 boot_infos_t *bi = bootx_info; in bootx_add_display_props()350 boot_infos_t *bi = bootx_info; in bootx_flatten_dt()411 if (bootx_info->ramDisk) { in bootx_flatten_dt()412 rsvmap[2] = ((unsigned long)bootx_info) + bootx_info->ramDisk; in bootx_flatten_dt()[all …]
Completed in 4 milliseconds