Searched refs:ramDisk (Results 1 – 2 of 2) sorted by relevance
173 if (bootx_info->ramDisk) { in bootx_add_chosen_props()174 val = ((unsigned long)bootx_info) + bootx_info->ramDisk; in bootx_add_chosen_props()415 if (bootx_info->ramDisk) { in bootx_flatten_dt()416 rsvmap[2] = ((unsigned long)bootx_info) + bootx_info->ramDisk; in bootx_flatten_dt()554 if (bi->ramDisk >= space) in bootx_init()555 space = bi->ramDisk + bi->ramDiskSize; in bootx_init()
102 __u32 ramDisk; member