Searched refs:bootx_info (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/powermac/
H A Dbootx_init.c38 static boot_infos_t * __initdata bootx_info; variable
167 if (bootx_info->kernelParamsOffset) { bootx_add_chosen_props()
168 char *args = (char *)((unsigned long)bootx_info) + bootx_add_chosen_props()
169 bootx_info->kernelParamsOffset; bootx_add_chosen_props()
172 if (bootx_info->ramDisk) { bootx_add_chosen_props()
173 val = ((unsigned long)bootx_info) + bootx_info->ramDisk; bootx_add_chosen_props()
175 val += bootx_info->ramDiskSize; bootx_add_chosen_props()
187 boot_infos_t *bi = bootx_info; bootx_add_display_props()
245 if (node == bootx_info->dispDeviceRegEntryOffset) { bootx_scan_dt_build_strings()
334 if (bootx_info->dispDeviceRegEntryOffset == 0) bootx_scan_dt_build_struct()
337 else if (node == bootx_info->dispDeviceRegEntryOffset) bootx_scan_dt_build_struct()
353 boot_infos_t *bi = bootx_info; bootx_flatten_dt()
414 if (bootx_info->ramDisk) { bootx_flatten_dt()
415 rsvmap[2] = ((unsigned long)bootx_info) + bootx_info->ramDisk; bootx_flatten_dt()
416 rsvmap[3] = rsvmap[2] + bootx_info->ramDiskSize; bootx_flatten_dt()
476 bootx_info = bi; bootx_init()

Completed in 34 milliseconds