Searched refs:assigned (Results 1 – 17 of 17) sorted by relevance
/xen-4.10.0-shim-comet/xen/drivers/passthrough/ |
A D | device_tree.c | 98 bool_t assigned = 0; in iommu_dt_device_is_assigned() local 104 assigned = !list_empty(&dev->domain_list); in iommu_dt_device_is_assigned() 107 return assigned; in iommu_dt_device_is_assigned()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | vtd-pi.txt | 37 assigned devices (such as, NIC), external interrupt handling for the assigned 51 virtual machines with assigned devices, migrating a vCPU across pCPUs 55 of an external interrupt from assigned devices is stored in the IRTE (i.e. 60 Here is what Xen currently does for external interrupts from assigned devices: 62 When a VM is running and an external interrupt from an assigned device occurs 81 external interrupt from an assigned device occurs for it. no VM-Exit is needed, 230 assigned devices issue interrupts. We need add a new global vector to 267 scheduling of the vCPU. When external interrupts from assigned devices occur, 277 3. An external interrupt from an assigned device occurs for vCPU0, if we 317 from assigned devices is stored in IRTE, this makes the following
|
A D | vtd.txt | 42 13) add "pci" line in /etc/xen/hvm.conf for to assigned devices 45 "ifconfig" to see if IP address has been assigned to NIC devices. 80 12) add "pci" line in /etc/xen/hvm.conf for to assigned devices 83 "ifconfig" to see if IP address has been assigned to NIC devices. 86 Enable MSI/MSI-x for assigned devices 94 If the assigned device uses a physical IRQ that is shared by more than 143 PCIe-to-PCI bridge have to be assigned to the same domain. 217 Most device types such as NIC, HBA, EHCI and UHCI can be assigned to 236 Such devices assigned to HVM domain currently do not work.
|
A D | xl-psr.markdown | 19 In Xen's implementation, each domain in the system can be assigned a RMID 26 A domain is assigned a RMID implicitly by attaching it to CMT service: 99 domain, each domain has COS=0 assigned by default, the corresponding CBM is
|
A D | kconfig-language.txt | 73 The default value is only assigned to the config symbol if no other
|
A D | xen-command-line.markdown | 698 and memory assigned to Dom0 will be adjusted to match the node 1086 >> got assigned. Implies `no-dom0-passthrough`. 1215 by the platform - DomU with pass-through device assigned).
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_pci.c | 353 if ( assigned[i].domain != dom ) in is_pcidev_in_array() 355 if ( assigned[i].bus != bus ) in is_pcidev_in_array() 357 if ( assigned[i].dev != dev ) in is_pcidev_in_array() 359 if ( assigned[i].func != func ) in is_pcidev_in_array() 397 libxl_device_pci *pcidevs = NULL, *new, *assigned; in libxl_device_pci_assignable_list() local 1189 libxl_device_pci *assigned; in libxl__device_pci_add() local 1357 libxl_device_pci *assigned; in do_pci_remove() local 1365 assigned = libxl_device_pci_list(ctx, domid, &num); in do_pci_remove() 1366 if ( assigned == NULL ) in do_pci_remove() 1370 if ( !is_pcidev_in_array(assigned, num, pcidev->domain, in do_pci_remove() [all …]
|
A D | libxl_usb.c | 1668 libxl_device_usbdev *assigned; in libxl__device_usbdev_add() local 1701 rc = get_assigned_devices(gc, &assigned, &num_assigned); in libxl__device_usbdev_add() 1708 if (is_usbdev_in_array(assigned, num_assigned, usbdev)) { in libxl__device_usbdev_add()
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-pci-device-reservations.pod.7 | 24 possibility of clashes with community IDs assigned from the bottom up.
|
A D | xl.conf.pod.5 | 51 memory assigned to domain 0 in order to free memory for new domains.
|
A D | xl-network-configuration.pod.5 | 45 generate a MAC address inside the space assigned to Xen's
|
A D | xl.pod.1.in | 988 Each domain (including Domain0) is assigned a weight and a cap. 1083 Each domain (including Domain0) is assigned a weight. 1227 assigned at most to one cpu-pool. Domains are each restricted to a single 1524 Hot-unplug a previously assigned pci device from a domain. B<BDF> is the PCI 1571 Hot-unplug a previously assigned USB device from a domain.
|
A D | xl-disk-configuration.pod.5 | 41 keywords and which do not contain "=" symbols are assigned to the
|
A D | xl.cfg.pod.5.in | 816 assigned slave device. 1068 pciback if it is not already assigned. 1111 Enable graphics device PCI passthrough. This option makes an assigned
|
/xen-4.10.0-shim-comet/docs/ |
A D | ChangeLog | 93 device is not exist, or the device has already been assigned to other
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | sched_rtds.pandoc | 66 assigned to each vCPU.
|
A D | intel_psr_cat_cdp.pandoc | 197 CAT is 16, when a domain is assigned 9 as COS, the L3 CAT CBM associated to
|
Completed in 21 milliseconds