/linux/usr/ |
A D | Kconfig | 56 bool "Support initial ramdisk/ramfs compressed using gzip" 64 bool "Support initial ramdisk/ramfs compressed using bzip2" 72 bool "Support initial ramdisk/ramfs compressed using LZMA" 76 Support loading of a LZMA encoded initial ramdisk or cpio buffer 80 bool "Support initial ramdisk/ramfs compressed using XZ" 84 Support loading of a XZ encoded initial ramdisk or cpio buffer. 88 bool "Support initial ramdisk/ramfs compressed using LZO" 92 Support loading of a LZO encoded initial ramdisk or cpio buffer 96 bool "Support initial ramdisk/ramfs compressed using LZ4" 100 Support loading of a LZ4 encoded initial ramdisk or cpio buffer [all …]
|
/linux/arch/parisc/ |
A D | defpalo.conf | 14 --ramdisk=ram-disk-image-file 15 --commandline=0/vmlinuz HOME=/ root=/dev/ram initrd=0/ramdisk panic_timeout=60 panic=-1
|
/linux/Documentation/translations/zh_CN/virt/ |
A D | ne_overview.rst | 63 ramdisk、init)一起被打包到enclave镜像中。enclave虚拟机有自己的内核并遵循标 66 内核bzImage、内核命令行、ramdisk(s)是enclave镜像格式(EIF)的一部分;另外 69 哈希值是为整个enclave镜像(EIF)、内核和ramdisk(s)计算的。例如,这被用来检
|
/linux/arch/mips/generic/ |
A D | board-jaguar2.its.S | 31 ramdisk = "ramdisk"; define 37 ramdisk = "ramdisk"; define
|
A D | board-serval.its.S | 21 ramdisk = "ramdisk"; define
|
/linux/Documentation/arm/ |
A D | setup.rst | 38 bit 2 0 = load ramdisk 39 bit 3 0 = prompt for ramdisk 86 initial ramdisk. 89 Start address in sectors of the ramdisk image on a floppy disk.
|
/linux/arch/arm/kernel/ |
A D | atags_parse.c | 93 rd_image_start = tag->u.ramdisk.start; in parse_tag_ramdisk() 95 if (tag->u.ramdisk.size) in parse_tag_ramdisk() 96 rd_size = tag->u.ramdisk.size; in parse_tag_ramdisk()
|
A D | atags_compat.c | 128 tag->u.ramdisk.flags = (params->u1.s.flags & FLAG_RDLOAD ? 1 : 0) | in build_tag_list() 130 tag->u.ramdisk.size = params->u1.s.ramdisk_size; in build_tag_list() 131 tag->u.ramdisk.start = params->u1.s.rd_start; in build_tag_list()
|
/linux/arch/s390/boot/ |
A D | head.S | 183 l %r2,.Linitrd # ramdisk loc. is temp 207 # load ramdisk from ipl device 210 l %r2,.Linitrd # addr of ramdisk 212 bas %r14,.Lloader # load ramdisk 216 st %r2,INITRD_START+ARCH_OFFSET-PARMAREA(%r12) # no ramdisk found
|
/linux/Documentation/admin-guide/blockdev/ |
A D | index.rst | 13 ramdisk
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-class-mic | 66 of firmware, ramdisk, cmdline and bootmode 117 What: /sys/class/mic/mic<X>/ramdisk 123 /lib/firmware/ where the ramdisk image to be used during card 125 the ramdisk image location under /lib/firmware/.
|
/linux/Documentation/virt/ |
A D | ne_overview.rst | 65 image together with the OS ( e.g. kernel, ramdisk, init ) that will run in the 69 The kernel bzImage, the kernel command line, the ramdisk(s) are part of the 74 ramdisk(s). That's used, for example, to check that the enclave image that is
|
/linux/Documentation/arm/sa1100/ |
A D | assabet.rst | 105 The kernel still requires a filesystem to boot. A ramdisk image can be loaded 121 The ramdisk image could be stored into flash as well, but there are better 208 within Linux while booted from a ramdisk or NFS. The Linux MTD repository has 221 For example, I use this to boot Linux with both the kernel and the ramdisk
|
/linux/arch/h8300/boot/compressed/ |
A D | head.S | 46 .long 0 ; address of loaded ramdisk image
|
/linux/arch/arm/boot/dts/ |
A D | intel-ixp42x-welltech-epbx100.dts | 57 label = "ramdisk";
|
A D | exynos4412-smdk4412.dts | 26 bootargs = "root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M init=/linuxrc";
|
/linux/arch/powerpc/boot/dts/fsl/ |
A D | mpc8536ds.dtsi | 46 label = "ramdisk-nor"; 103 label = "ramdisk-nand";
|
A D | p1022ds.dtsi | 46 label = "ramdisk-nor"; 105 label = "ramdisk-nand";
|
A D | p2020ds.dtsi | 44 ramdisk@0 { 94 ramdisk@12000000 {
|
/linux/arch/arm/include/uapi/asm/ |
A D | setup.h | 153 struct tag_ramdisk ramdisk; member
|
/linux/Documentation/powerpc/ |
A D | mpc52xx.rst | 26 # cp your_initrd.gz arch/ppc/boot/images/ramdisk.image.gz
|
/linux/arch/sh/boot/compressed/ |
A D | head_32.S | 125 .long 0 ! address of loaded ramdisk image
|
/linux/arch/arm/configs/ |
A D | s5pv210_defconfig | 13 CONFIG_CMDLINE="root=/dev/ram0 rw ramdisk=8192 initrd=0x20800000,8M console=ttySAC1,115200 init=/li…
|
/linux/drivers/block/ |
A D | Kconfig | 59 tristate "Amiga Zorro II ramdisk support" 63 ramdisk or as a swap partition. Say Y if you want to include this 254 Note that the kernel command line option "ramdisk=XX" is now obsolete. 255 For details, read <file:Documentation/admin-guide/blockdev/ramdisk.rst>.
|
/linux/fs/cramfs/ |
A D | Kconfig | 33 block device such a disk partition or a ramdisk.
|