Home
last modified time | relevance | path

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

/openbmc/qemu/include/standard-headers/asm-x86/
H A Dbootparam.h22 #define RAMDISK_IMAGE_START_MASK 0x07FF macro
/openbmc/linux/arch/sparc/kernel/
H A Dsetup_32.c187 #define RAMDISK_IMAGE_START_MASK 0x07FF macro
354 rd_image_start = ram_flags & RAMDISK_IMAGE_START_MASK; in setup_arch()
H A Dsetup_64.c160 #define RAMDISK_IMAGE_START_MASK 0x07FF macro
659 rd_image_start = ram_flags & RAMDISK_IMAGE_START_MASK; in setup_arch()
/openbmc/linux/arch/sh/kernel/
H A Dsetup.c78 #define RAMDISK_IMAGE_START_MASK 0x07FF macro
293 rd_image_start = RAMDISK_FLAGS & RAMDISK_IMAGE_START_MASK; in setup_arch()
/openbmc/u-boot/arch/x86/include/asm/
H A Dbootparam.h32 #define RAMDISK_IMAGE_START_MASK 0x07FF macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dbootparam.h22 #define RAMDISK_IMAGE_START_MASK 0x07FF macro
/openbmc/linux/arch/x86/kernel/
H A Dsetup.c160 #define RAMDISK_IMAGE_START_MASK 0x07FF macro
914 rd_image_start = boot_params.hdr.ram_size & RAMDISK_IMAGE_START_MASK; in setup_arch()