Home
last modified time | relevance | path

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

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