/xen-4.10.0-shim-comet/tools/pygrub/src/ |
A D | ExtLinuxConf.py | 27 self.args, self.initrd)) 47 initrd = None 51 (_,kernel,initrd) = modules 53 (kernel,initrd) = modules 57 if initrd: 58 setattr(self, "initrd", initrd.strip()) 106 initrd = property(get_initrd, set_initrd) variable in ExtLinuxImage
|
A D | LiloConf.py | 19 self.args, self.initrd)) 57 initrd = property(get_initrd, set_initrd) variable in LiloImage
|
A D | GrubConf.py | 101 self.args, self.initrd)) 135 initrd = property(get_initrd, set_initrd) variable in _GrubImage
|
A D | pygrub | 635 print " initrd: %s" % img.initrd[1] 660 if img.initrd: 661 grubcfg["ramdisk"] = img.initrd[1] 944 initrd = None
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | amd-ucode-container.txt | 53 Apply microcode updates using initrd: 58 Following example shows how to generate a combined initrd 59 Note: initrd-<val> could be different on your machine. Substitute accordingly 62 1. mkdir initrd-for-xen-with_append 63 2. cd initrd-for-xen-with_append 69 6. cat ucode.cpio /boot/initrd.img-3.8.0-30-generic > /boot/initrd_for_xen_with_ucode 70 7. On grub.cfg, provide the above initrd name as module.
|
A D | vtd.txt | 19 8 ) mkinitrd -v -f --with=ahci --with=aacraid --with=sd_mod --with=scsi_mod initrd-2.6.18-xen.img 2… 20 9 ) cp initrd-2.6.18-xen.img /boot 28 module /boot/initrd-2.6.18-xen.img 55 7 ) mkinitrd -v -f --with=ahci --with=aacraid --with=sd_mod --with=scsi_mod initrd-2.6.30-rc3-tip.i… 57 8 ) cp initrd-2.6.30-rc3-tip.img /boot 64 module /boot/initrd-2.6.30-rc3-tip.img
|
A D | efi.markdown | 54 ramdisk=initrd-3.0.31-0.4-xen
|
A D | vtpm-platforms.txt | 96 builder's initrd.
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | dom0_build.h | 20 module_t *initrd, 26 module_t *initrd,
|
A D | setup.h | 46 module_t *initrd,
|
/xen-4.10.0-shim-comet/tools/pygrub/examples/ |
A D | debian-wheezy-hvm.grub2 | 72 initrd /boot/initrd.img-3.2.0-4-amd64 84 initrd /boot/initrd.img-3.2.0-4-amd64
|
A D | ubuntu-14.04-lts.grub2 | 141 initrd /initrd.img-3.13.0-44-generic 158 initrd /initrd.img-3.13.0-44-generic 173 initrd /initrd.img-3.13.0-44-generic
|
A D | alpine-linux-2.3.2.extlinux | 11 …APPEND initrd=initramfs-3.0.10-grsec root=UUID=a97ffe64-430f-4fd3-830e-4736d9a27af0 modules=sd-mod…
|
A D | fedora-19.grub2 | 76 initrd /initramfs-3.9.6-301.fc19.i686.PAE.img 90 initrd /initramfs-0-rescue-8d62a0261d8147dc84eb89292ebc1666.img
|
A D | fedora-16-with-xen.grub2 | 50 initrd /initramfs-3.1.0-0.rc9.git0.0.fc16.x86_64.img 63 initrd /initramfs-3.1.0-0.rc9.git0.0.fc16.x86_64.img
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | dom0_build.c | 277 module_t *initrd, in dom0_construct_pv() argument 297 unsigned long initrd_len = initrd ? initrd->mod_end : 0; in dom0_construct_pv() 508 initrd_mfn = mfn = initrd->mod_start; in dom0_construct_pv() 523 memcpy(page_to_virt(page), mfn_to_virt(initrd->mod_start), in dom0_construct_pv() 525 mpt_alloc = (paddr_t)initrd->mod_start << PAGE_SHIFT; in dom0_construct_pv() 528 initrd->mod_start = initrd_mfn = page_to_mfn(page); in dom0_construct_pv() 536 initrd->mod_end = 0; in dom0_construct_pv() 545 if ( initrd ) in dom0_construct_pv() 547 mpt_alloc = (paddr_t)initrd->mod_start << PAGE_SHIFT; in dom0_construct_pv() 792 mfn = initrd->mod_start + (pfn - initrd_pfn); in dom0_construct_pv()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | dom0_build.c | 446 module_t *initrd, void *image_base, in pvh_load_kernel() argument 502 if ( initrd != NULL ) in pvh_load_kernel() 504 rc = hvm_copy_to_guest_phys(last_addr, mfn_to_virt(initrd->mod_start), in pvh_load_kernel() 505 initrd->mod_end, v); in pvh_load_kernel() 513 mod.size = initrd->mod_end; in pvh_load_kernel() 514 last_addr += ROUNDUP(initrd->mod_end, PAGE_SIZE); in pvh_load_kernel() 535 if ( initrd != NULL ) in pvh_load_kernel() 1050 module_t *initrd, in dom0_construct_pvh() argument 1068 rc = pvh_load_kernel(d, image, image_headroom, initrd, bootstrap_map(image), in dom0_construct_pvh()
|
/xen-4.10.0-shim-comet/docs/misc/arm/device-tree/ |
A D | booting.txt | 4 Xen is passed the dom0 kernel and initrd via a reference in the /chosen 57 - "xen,linux-initrd" equivalent to "multiboot,ramdisk" 96 compatible = "xen,linux-initrd", "xen,multiboot-module";
|
/xen-4.10.0-shim-comet/tools/examples/ |
A D | xlexample.pvhlinux | 23 #ramdisk = "/boot/initrd.gz"
|
A D | xlexample.pvlinux | 20 #ramdisk = "/boot/initrd.gz"
|
/xen-4.10.0-shim-comet/tools/console/testsuite/ |
A D | README | 15 from the client automatically. I use a custom initrd image and put it in the
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | dom0_build.c | 501 unsigned long image_headroom, module_t *initrd, in construct_dom0() argument 523 (d, image, image_headroom, initrd, bootstrap_map, cmdline); in construct_dom0()
|
/xen-4.10.0-shim-comet/stubdom/grub/ |
A D | mini-os.c | 199 load_initrd (char *initrd) in load_initrd() argument 206 load_file (initrd, &module_image, &module_size); in load_initrd()
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | domain_build.c | 462 const struct bootmodule *initrd = kinfo->initrd_bootmodule; in write_properties() local 476 if ( initrd && initrd->size ) in write_properties()
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-vtpm.pod.7 | 285 command line and initrd into PCR #5 before booting so that a domU booted in this
|