Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/powermac/
H A Dbootx_init.c170 if (bootx_info->ramDisk) { in bootx_add_chosen_props()
171 val = ((unsigned long)bootx_info) + bootx_info->ramDisk; in bootx_add_chosen_props()
412 if (bootx_info->ramDisk) { in bootx_flatten_dt()
413 rsvmap[2] = ((unsigned long)bootx_info) + bootx_info->ramDisk; in bootx_flatten_dt()
551 if (bi->ramDisk >= space) in bootx_init()
552 space = bi->ramDisk + bi->ramDiskSize; in bootx_init()
/linux/arch/powerpc/include/uapi/asm/
H A Dbootx.h102 __u32 ramDisk; member