/xen/xen/drivers/char/ |
A D | arm-uart.c | 52 const struct dt_device_node *chosen = dt_find_node_by_path("/chosen"); in dt_uart_init() local 54 if ( chosen ) in dt_uart_init() 58 ret = dt_property_read_string(chosen, "stdout-path", &stdout); in dt_uart_init()
|
/xen/xen/arch/arm/efi/ |
A D | efi-boot.h | 429 int chosen; in efi_arch_handle_cmdline() local 432 chosen = fdt_subnode_offset(fdt, 0, "chosen"); in efi_arch_handle_cmdline() 433 if ( chosen < 0 ) in efi_arch_handle_cmdline() 478 if ( fdt_setprop_string(fdt, chosen, "xen,xen-bootargs", buf) < 0 ) in efi_arch_handle_cmdline() 488 int chosen; in efi_arch_handle_module() local 493 chosen = setup_chosen_node(fdt, &addr_len, &size_len); in efi_arch_handle_module() 494 if ( chosen < 0 ) in efi_arch_handle_module() 500 node = fdt_add_subnode(fdt, chosen, "ramdisk"); in efi_arch_handle_module() 513 node = fdt_add_subnode(fdt, chosen, "xsm"); in efi_arch_handle_module() 526 node = fdt_add_subnode(fdt, chosen, "kernel"); in efi_arch_handle_module()
|
/xen/docs/misc/arm/device-tree/ |
A D | acpi.txt | 4 Xen toolstack passes the domU ACPI tables via a reference in the /chosen node of
|
A D | booting.txt | 4 Xen is passed the dom0 kernel and initrd via a reference in the /chosen 103 Xen also checks for properties directly under /chosen to find suitable command 118 /chosen/xen,xen-bootargs and would let the bootloader set the Dom0 command 131 For each domain to be created there needs to be one node under /chosen 200 chosen {
|
/xen/tools/libxl/ |
A D | libxl_arm.c | 1076 int chosen, res; in libxl__arch_domain_finalise_hw_description() local 1084 chosen = fdt_path_offset(fdt, "/chosen"); in libxl__arch_domain_finalise_hw_description() 1085 assert(chosen > 0); in libxl__arch_domain_finalise_hw_description() 1092 res = fdt_setprop_inplace(fdt, chosen, PROP_INITRD_START, in libxl__arch_domain_finalise_hw_description() 1097 res = fdt_setprop_inplace(fdt, chosen, PROP_INITRD_END, in libxl__arch_domain_finalise_hw_description()
|
/xen/ |
A D | CHANGELOG.md | 21 - New 'domid_policy', allowing domain-ids to be randomly chosen.
|
/xen/tools/pygrub/examples/ |
A D | debian-wheezy-hvm.grub2 | 24 saved_entry="${chosen}"
|
A D | fedora-19.grub2 | 39 saved_entry="${chosen}"
|
A D | rhel-7-beta.grub2 | 41 saved_entry="${chosen}"
|
A D | fedora-16-with-xen.grub2 | 23 saved_entry="${chosen}"
|
A D | ubuntu-14.04-lts.grub2 | 40 saved_entry="${chosen}"
|
/xen/stubdom/ |
A D | vtpm-parent-sign-ek.patch | 190 + * This structure was chosen to match the return of TPM_ReadPubek
|
/xen/docs/features/ |
A D | dom0less.pandoc | 61 device tree adding a node under /chosen as follows:
|
A D | feature-levelling.pandoc | 153 Once a featureset has been chosen, it is set (implicitly or explicitly) via
|
/xen/docs/misc/ |
A D | xenmon.txt | 13 intervals are possible, but we have just chosen 1s and 10s as an example.
|
A D | pvcalls.pandoc | 87 possible. Xen was chosen because of its security and isolation 109 Protocol version, chosen among the ones supported by the backend 385 protocol. **id** is freely chosen by the frontend and references this 632 also chosen by the frontend and passed as an additional field of the
|
A D | console.txt | 95 The backend implementation daemon chosen for a particular console is specified
|
A D | 9pfs.pandoc | 121 Protocol version, chosen among the ones supported by the backend
|
A D | xsm-flask.txt | 170 ordering was chosen in order to preserve the original label for the target when
|
/xen/xen/arch/arm/ |
A D | domain_build.c | 2473 const struct dt_device_node *chosen = dt_find_node_by_path("/chosen"); in create_domUs() local 2475 BUG_ON(chosen == NULL); in create_domUs() 2476 dt_for_each_child_node(chosen, node) in create_domUs()
|
/xen/docs/man/ |
A D | xl.conf.5.pod | 54 If set to "random" then a random domain-id value will be chosen.
|
A D | xen-vtpmmgr.7.pod | 181 configurations should be chosen to include PCRs that measure the hypervisor,
|
A D | xl.cfg.5.pod.in | 215 chosen during placement. 483 chosen device model. 1202 The graphics card PCI device to pass through is chosen with the B<pci>
|
/xen/tools/ocaml/xenstored/ |
A D | connection.ml | 245 * The chosen id must not trucate when written into the uint32_t tx_id
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 9392 ;; chosen so it could be divided by either 3 to drive the 5Mhz CPU
|