/xen/tools/misc/ |
A D | xenpvnetboot | 36 def format_sxp(kernel, ramdisk, args): argument 38 if ramdisk: 39 s += '(ramdisk %s)' % ramdisk 45 def format_simple(kernel, ramdisk, args, sep): argument 47 if ramdisk: 48 s += ('ramdisk %s' % ramdisk) + sep 261 ramdisk = None 262 if opts.ramdisk: 263 ramdisk = fetcher.get_file(opts.ramdisk) 267 ramdisk = fetcher.get_file(ramdisk_path) [all …]
|
/xen/docs/misc/arm/device-tree/ |
A D | booting.txt | 1 Dom0 kernel and ramdisk modules 19 - "multiboot,ramdisk" -- the dom0 ramdisk 39 if its compatible string was "multiboot,ramdisk"; for the 43 This means if the ramdisk module is present and does not have the 44 compatible string "multiboot,ramdisk", then it must always be the 57 - "xen,linux-initrd" equivalent to "multiboot,ramdisk" 84 A boot module containing a ramdisk: 87 compatible = "multiboot,ramdisk", "multiboot,module"; 168 for the DomU kernel and ramdisk. 185 The ramdisk sub-node has the following properties: [all …]
|
/xen/docs/features/ |
A D | dom0less.pandoc | 33 ramdisk. It also needs to load the kernel and ramdisk of any additional domains 44 and ramdisk-DomU as DomU ramdisk: 52 tftpb 0x3000000 ramdisk-DomU 78 compatible = "multiboot,ramdisk", "multiboot,module"; 85 ramdisk are in memory.
|
/xen/tools/helpers/ |
A D | init-xenstore-domain.c | 22 static char *ramdisk; variable 161 if ( ramdisk ) in build() 163 rv = xc_dom_module_file(dom, ramdisk, NULL); in build() 367 ramdisk = optarg; in main()
|
/xen/tools/libxl/ |
A D | libxl_bootloader.c | 64 if (info->ramdisk) in make_bootloader_args() 65 ARG(GCSPRINTF("--ramdisk=%s", info->ramdisk)); in make_bootloader_args() 192 bl->ramdisk->path = libxl__strdup(gc, rhs); in parse_bootloader_result() 193 libxl__file_reference_map(bl->ramdisk); in parse_bootloader_result() 194 unlink(bl->ramdisk->path); in parse_bootloader_result() 337 bl->ramdisk->path = bl->info->ramdisk; in libxl__bootloader_run()
|
A D | libxl_arm.c | 301 static int make_chosen_node(libxl__gc *gc, void *fdt, bool ramdisk, in make_chosen_node() argument 317 if (ramdisk) { in make_chosen_node() 1072 const struct xc_dom_seg *ramdisk = dom->modules[0].blob ? in libxl__arch_domain_finalise_hw_description() local 1075 if (ramdisk) { in libxl__arch_domain_finalise_hw_description() 1089 ramdisk->vstart, ramdisk->vend); in libxl__arch_domain_finalise_hw_description() 1091 val = cpu_to_fdt64(ramdisk->vstart); in libxl__arch_domain_finalise_hw_description() 1096 val = cpu_to_fdt64(ramdisk->vend); in libxl__arch_domain_finalise_hw_description()
|
A D | libxl_types.idl | 546 ("ramdisk", string), 627 ("ramdisk", string, {'deprecated_by': 'ramdisk'}),
|
A D | libxl_create.c | 168 if (!b_info->kernel && (b_info->ramdisk || b_info->cmdline)) { in libxl__domain_build_info_setdefault() 1287 dcs->bl.ramdisk = &dbs->pv_ramdisk; in initiate_domain_create()
|
A D | libxl_dm.c | 1354 if (b_info->ramdisk) in libxl__build_device_model_args_new() 1355 flexarray_vappend(dm_args, "-initrd", b_info->ramdisk, NULL); in libxl__build_device_model_args_new()
|
A D | libxl_internal.h | 3721 libxl__file_reference *kernel, *ramdisk; member
|
/xen/tools/pygrub/examples/ |
A D | fedora-16-with-xen.grub2 | 49 echo 'Loading initial ramdisk ...' 62 echo 'Loading initial ramdisk ...' 78 echo 'Loading initial ramdisk ...' 90 echo 'Loading initial ramdisk ...'
|
A D | debian-wheezy-hvm.grub2 | 71 echo 'Loading initial ramdisk ...' 83 echo 'Loading initial ramdisk ...'
|
A D | ubuntu-14.04-lts.grub2 | 157 echo 'Loading initial ramdisk ...' 172 echo 'Loading initial ramdisk ...'
|
/xen/tools/pygrub/src/ |
A D | pygrub | 725 def format_sxp(kernel, ramdisk, args): argument 727 if ramdisk: 728 s += "(ramdisk %s)" % repr(ramdisk) 733 def format_simple(kernel, ramdisk, args, sep): argument 734 for check in (kernel, ramdisk, args): 738 if ramdisk: 739 s += ("ramdisk %s" % ramdisk) + sep
|
/xen/xen/arch/arm/efi/ |
A D | efi-boot.h | 497 if ( file == &ramdisk ) in efi_arch_handle_module() 506 if ( fdt_set_reg(fdt, node, addr_len, size_len, ramdisk.addr, in efi_arch_handle_module() 507 ramdisk.size) < 0 ) in efi_arch_handle_module()
|
/xen/tools/examples/ |
A D | xlexample.pvhlinux | 23 #ramdisk = "/boot/initrd.gz"
|
A D | xlexample.pvlinux | 20 #ramdisk = "/boot/initrd.gz"
|
/xen/docs/misc/ |
A D | stubdom.txt | 153 ramdisk: 155 ramdisk = "/boot/domU-1-menu.lst" 161 or you can set it in option 150 of your dhcp server and leave extra and ramdisk
|
A D | efi.pandoc | 54 ramdisk=initrd-3.0.31-0.4-xen 82 ###`ramdisk=<filename>`
|
/xen/xen/common/efi/ |
A D | boot.c | 151 static struct file __initdata ramdisk; variable 337 if ( ramdisk.addr ) in blexit() 338 efi_bs->FreePages(ramdisk.addr, PFN_UP(ramdisk.size)); in blexit() 1317 read_file(dir_handle, s2w(&name), &ramdisk, NULL); in efi_start()
|
/xen/tools/xl/ |
A D | xl_sxp.c | 149 fprintf(fh, "\t\t\t(ramdisk %s)\n", b_info->ramdisk); in printf_info_sexp()
|
A D | xl_parse.c | 1571 xlu_cfg_replace_string (config, "ramdisk", &b_info->ramdisk, 0); in parse_config_data()
|
/xen/tools/golang/xenlight/ |
A D | helpers.gen.go | 1073 x.Ramdisk = C.GoString(xc.ramdisk) 1245 x.Ramdisk = C.GoString(tmp.ramdisk) 1404 xc.ramdisk = C.CString(x.Ramdisk)} 1563 pv.ramdisk = C.CString(tmp.Ramdisk)}
|
/xen/docs/man/ |
A D | xl.cfg.5.pod.in | 428 =item B<ramdisk="PATHNAME"> 430 Load the specified file as the ramdisk. 1662 Run C<PROGRAM> to find the kernel image and ramdisk to use. Normally 2643 Run C<PROGRAM> to find the kernel image and ramdisk to use. Normally 2784 Override the path to the ramdisk image used as device-model stubdomain.
|