Home
last modified time | relevance | path

Searched refs:ramdisk (Results 1 – 25 of 60) sorted by relevance

123

/Linux-v5.10/usr/
DKconfig56 bool "Support initial ramdisk/ramfs compressed using gzip"
60 Support loading of a gzip encoded initial ramdisk or cpio buffer.
64 bool "Support initial ramdisk/ramfs compressed using bzip2"
68 Support loading of a bzip2 encoded initial ramdisk or cpio buffer
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
[all …]
/Linux-v5.10/arch/parisc/
Ddefpalo.conf14 --ramdisk=ram-disk-image-file
15 --commandline=0/vmlinuz HOME=/ root=/dev/ram initrd=0/ramdisk panic_timeout=60 panic=-1
/Linux-v5.10/Documentation/arm/
Dsetup.rst38 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-v5.10/arch/arm/kernel/
Datags_parse.c93 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()
Datags_compat.c128 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-v5.10/Documentation/admin-guide/blockdev/
Dindex.rst13 ramdisk
/Linux-v5.10/arch/s390/boot/
Dhead.S176 l %r2,.Linitrd # ramdisk loc. is temp
212 # load ramdisk from ipl device
215 l %r2,.Linitrd # addr of ramdisk
217 bas %r14,.Lloader # load ramdisk
221 st %r2,INITRD_START+ARCH_OFFSET-PARMAREA(%r12) # no ramdisk found
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-class-mic66 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-v5.10/arch/h8300/boot/compressed/
Dhead.S46 .long 0 ; address of loaded ramdisk image
/Linux-v5.10/Documentation/virt/
Dne_overview.rst62 image together with the OS ( e.g. kernel, ramdisk, init ) that will run in the
66 The kernel bzImage, the kernel command line, the ramdisk(s) are part of the
71 ramdisk(s). That's used, for example, to check that the enclave image that is
/Linux-v5.10/Documentation/arm/sa1100/
Dassabet.rst105 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-v5.10/arch/arm/include/uapi/asm/
Dsetup.h153 struct tag_ramdisk ramdisk; member
/Linux-v5.10/Documentation/powerpc/
Dmpc52xx.rst26 # cp your_initrd.gz arch/ppc/boot/images/ramdisk.image.gz
/Linux-v5.10/arch/powerpc/boot/dts/fsl/
Dmpc8536ds.dtsi46 label = "ramdisk-nor";
103 label = "ramdisk-nand";
Dp1022ds.dtsi46 label = "ramdisk-nor";
105 label = "ramdisk-nand";
Dp2020ds.dtsi44 ramdisk@0 {
94 ramdisk@12000000 {
/Linux-v5.10/arch/sh/boot/compressed/
Dhead_32.S125 .long 0 ! address of loaded ramdisk image
/Linux-v5.10/arch/arm/configs/
Ds5pv210_defconfig13 CONFIG_CMDLINE="root=/dev/ram0 rw ramdisk=8192 initrd=0x20800000,8M console=ttySAC1,115200 init=/li…
/Linux-v5.10/arch/arm/boot/dts/
Dexynos4412-smdk4412.dts26 bootargs = "root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M init=/linuxrc";
Dexynos4210-smdkv310.dts29 bootargs = "root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M init=/linuxrc";
Dkirkwood-dnskw.dtsi202 label = "ramdisk";
/Linux-v5.10/fs/cramfs/
DKconfig33 block device such a disk partition or a ramdisk.
/Linux-v5.10/Documentation/s390/
Dzfcpdump.rst36 * ramdisk: <zfcpdump directory>/zfcpdump.rd
/Linux-v5.10/drivers/block/
DKconfig65 tristate "Amiga Zorro II ramdisk support"
69 ramdisk or as a swap partition. Say Y if you want to include this
305 Note that the kernel command line option "ramdisk=XX" is now obsolete.
306 For details, read <file:Documentation/admin-guide/blockdev/ramdisk.rst>.
/Linux-v5.10/Documentation/x86/
Dboot.rst65 to struct boot_params for loading bzImage and ramdisk
550 The 32-bit linear address of the initial ramdisk or ramfs. Leave at
551 zero if there is no initial ramdisk/ramfs.
560 Size of the initial ramdisk or ramfs. Leave at zero if there is no
561 initial ramdisk/ramfs.
641 ramdisk/ramfs contents. For boot protocols 2.02 or earlier, this
644 your ramdisk is exactly 131072 bytes long and this field is
645 0x37FFFFFF, you can start your ramdisk at 0x37FE0000.)
709 - If 1, kernel/boot_params/cmdline/ramdisk can be above 4G.
1440 and ramdisk in memory, or the placement of the kernel image itself.

123