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

/linux-4.4.14/arch/powerpc/platforms/powermac/
H A Dbootx_init.c172 if (bootx_info->ramDisk) { bootx_add_chosen_props()
173 val = ((unsigned long)bootx_info) + bootx_info->ramDisk; bootx_add_chosen_props()
414 if (bootx_info->ramDisk) { bootx_flatten_dt()
415 rsvmap[2] = ((unsigned long)bootx_info) + bootx_info->ramDisk; bootx_flatten_dt()
553 if (bi->ramDisk >= space) bootx_init()
554 space = bi->ramDisk + bi->ramDiskSize; bootx_init()
/linux-4.4.14/arch/powerpc/include/uapi/asm/
H A Dbootx.h101 __u32 ramDisk; member in struct:boot_infos

Completed in 86 milliseconds