Searched refs:RAMDISK_IMAGE_START_MASK (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dsetup.h29 #define RAMDISK_IMAGE_START_MASK (0x07FF) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dbootparam.h29 #define RAMDISK_IMAGE_START_MASK 0x07FF macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsetup_32.c188 #define RAMDISK_IMAGE_START_MASK 0x07FF macro
290 rd_image_start = ram_flags & RAMDISK_IMAGE_START_MASK;
H A Dsetup_64.c160 #define RAMDISK_IMAGE_START_MASK 0x07FF macro
305 rd_image_start = ram_flags & RAMDISK_IMAGE_START_MASK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dsetup.c73 #define RAMDISK_IMAGE_START_MASK 0x07FF macro
254 rd_image_start = RAMDISK_FLAGS & RAMDISK_IMAGE_START_MASK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dsetup.c232 rd_image_start = RAMDISK_FLAGS & RAMDISK_IMAGE_START_MASK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dsetup.c235 #define RAMDISK_IMAGE_START_MASK 0x07FF macro
771 rd_image_start = boot_params.hdr.ram_size & RAMDISK_IMAGE_START_MASK;

Completed in 115 milliseconds