Home
last modified time | relevance | path

Searched refs:RAMDISK_PROMPT_FLAG (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/m32r/include/asm/
Dsetup.h25 #define RAMDISK_PROMPT_FLAG (0x8000) macro
/linux-4.4.14/arch/sh/kernel/
Dsetup.c74 #define RAMDISK_PROMPT_FLAG 0x8000 macro
260 rd_prompt = ((RAMDISK_FLAGS & RAMDISK_PROMPT_FLAG) != 0); in setup_arch()
/linux-4.4.14/arch/sparc/kernel/
Dsetup_32.c189 #define RAMDISK_PROMPT_FLAG 0x8000 macro
362 rd_prompt = ((ram_flags & RAMDISK_PROMPT_FLAG) != 0); in setup_arch()
Dsetup_64.c157 #define RAMDISK_PROMPT_FLAG 0x8000 macro
617 rd_prompt = ((ram_flags & RAMDISK_PROMPT_FLAG) != 0); in setup_arch()
/linux-4.4.14/arch/x86/include/uapi/asm/
Dbootparam.h13 #define RAMDISK_PROMPT_FLAG 0x8000 macro
/linux-4.4.14/arch/m32r/kernel/
Dsetup.c236 rd_prompt = ((RAMDISK_FLAGS & RAMDISK_PROMPT_FLAG) != 0); in setup_arch()
/linux-4.4.14/arch/x86/kernel/
Dsetup.c232 #define RAMDISK_PROMPT_FLAG 0x8000 macro
917 rd_prompt = ((boot_params.hdr.ram_size & RAMDISK_PROMPT_FLAG) != 0); in setup_arch()
/linux-4.4.14/Documentation/blockdev/
Dramdisk.txt77 ./arch/x86/kernel/setup.c:#define RAMDISK_PROMPT_FLAG 0x8000