Searched refs:RAMDISK_FLAGS (Results 1 – 7 of 7) sorted by relevance
254 MOUNT_ROOT_RDONLY, RAMDISK_FLAGS, in setup_arch()259 rd_image_start = RAMDISK_FLAGS & RAMDISK_IMAGE_START_MASK; in setup_arch()260 rd_prompt = ((RAMDISK_FLAGS & RAMDISK_PROMPT_FLAG) != 0); in setup_arch()261 rd_doload = ((RAMDISK_FLAGS & RAMDISK_LOAD_FLAG) != 0); in setup_arch()
235 rd_image_start = RAMDISK_FLAGS & RAMDISK_IMAGE_START_MASK; in setup_arch()236 rd_prompt = ((RAMDISK_FLAGS & RAMDISK_PROMPT_FLAG) != 0); in setup_arch()237 rd_doload = ((RAMDISK_FLAGS & RAMDISK_LOAD_FLAG) != 0); in setup_arch()
245 #define RAMDISK_FLAGS 0 ; 1024KB macro255 .long RAMDISK_FLAGS
12 #define RAMDISK_FLAGS (*(unsigned long *) (PARAM+0x004)) macro
10 #define RAMDISK_FLAGS (*(unsigned long *) (PARAM+0x004)) macro
174 ## RAMDISK_FLAGS
182 ## RAMDISK_FLAGS