Home
last modified time | relevance | path

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

/xen/xen/drivers/char/
A Darm-uart.c52 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 Defi-boot.h429 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 Dacpi.txt4 Xen toolstack passes the domU ACPI tables via a reference in the /chosen node of
A Dbooting.txt4 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 Dlibxl_arm.c1076 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 DCHANGELOG.md21 - New 'domid_policy', allowing domain-ids to be randomly chosen.
/xen/tools/pygrub/examples/
A Ddebian-wheezy-hvm.grub224 saved_entry="${chosen}"
A Dfedora-19.grub239 saved_entry="${chosen}"
A Drhel-7-beta.grub241 saved_entry="${chosen}"
A Dfedora-16-with-xen.grub223 saved_entry="${chosen}"
A Dubuntu-14.04-lts.grub240 saved_entry="${chosen}"
/xen/stubdom/
A Dvtpm-parent-sign-ek.patch190 + * This structure was chosen to match the return of TPM_ReadPubek
/xen/docs/features/
A Ddom0less.pandoc61 device tree adding a node under /chosen as follows:
A Dfeature-levelling.pandoc153 Once a featureset has been chosen, it is set (implicitly or explicitly) via
/xen/docs/misc/
A Dxenmon.txt13 intervals are possible, but we have just chosen 1s and 10s as an example.
A Dpvcalls.pandoc87 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 Dconsole.txt95 The backend implementation daemon chosen for a particular console is specified
A D9pfs.pandoc121 Protocol version, chosen among the ones supported by the backend
A Dxsm-flask.txt170 ordering was chosen in order to preserve the original label for the target when
/xen/xen/arch/arm/
A Ddomain_build.c2473 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 Dxl.conf.5.pod54 If set to "random" then a random domain-id value will be chosen.
A Dxen-vtpmmgr.7.pod181 configurations should be chosen to include PCRs that measure the hypervisor,
A Dxl.cfg.5.pod.in215 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 Dconnection.ml245 * The chosen id must not trucate when written into the uint32_t tx_id
/xen/tools/firmware/rombios/
A Drombios.c9392 ;; chosen so it could be divided by either 3 to drive the 5Mhz CPU

Completed in 34 milliseconds