Searched defs:RAMDISK_IMAGE_START_MASK (Results 1 - 6 of 6) sorted by relevance

/arch/m32r/include/asm/
H A Dsetup.h24 #define RAMDISK_IMAGE_START_MASK (0x07FF) macro
/arch/sh/kernel/
H A Dsetup.c73 #define RAMDISK_IMAGE_START_MASK 0x07FF macro
259 rd_image_start = RAMDISK_FLAGS & RAMDISK_IMAGE_START_MASK;
/arch/sparc/kernel/
H A Dsetup_32.c188 #define RAMDISK_IMAGE_START_MASK 0x07FF macro
361 rd_image_start = ram_flags & RAMDISK_IMAGE_START_MASK;
H A Dsetup_64.c156 #define RAMDISK_IMAGE_START_MASK 0x07FF macro
594 rd_image_start = ram_flags & RAMDISK_IMAGE_START_MASK;
/arch/x86/kernel/
H A Dsetup.c229 #define RAMDISK_IMAGE_START_MASK 0x07FF macro
930 rd_image_start = boot_params.hdr.ram_size & RAMDISK_IMAGE_START_MASK;
/arch/x86/include/uapi/asm/
H A Dbootparam.h12 #define RAMDISK_IMAGE_START_MASK 0x07FF macro

Completed in 140 milliseconds