Searched refs:assigned (Results 1 – 21 of 21) sorted by relevance
/xen/xen/drivers/passthrough/ |
A D | device_tree.c | 88 bool_t assigned = 0; in iommu_dt_device_is_assigned() local 94 assigned = !list_empty(&dev->domain_list); in iommu_dt_device_is_assigned() 97 return assigned; in iommu_dt_device_is_assigned()
|
/xen/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.pandoc | 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 224 domain, each domain has COS=0 assigned by default, the corresponding THRTL is
|
A D | xen-command-line.pandoc | 897 and memory assigned to Dom0 will be adjusted to match the node 1321 quarantines such devices; they must be explicitly assigned back to Dom0 1329 assigned. 1346 be configured to deliver interrupts from assigned PCI devices directly 1536 by the platform - DomU with pass-through device assigned). 1913 `core`on a SMT-enabled system, or `socket`) multiple vcpus are assigned
|
A D | kconfig-language.rst | 82 The default value is only assigned to the config symbol if no other
|
/xen/tools/libxl/ |
A D | libxl_pci.c | 370 if ( assigned[i].domain != dom ) in is_pcidev_in_array() 372 if ( assigned[i].bus != bus ) in is_pcidev_in_array() 374 if ( assigned[i].dev != dev ) in is_pcidev_in_array() 376 if ( assigned[i].func != func ) in is_pcidev_in_array() 414 libxl_device_pci *pcidevs = NULL, *new, *assigned; in libxl_device_pci_assignable_list() local 1543 libxl_device_pci *assigned; in libxl__device_pci_add() local 1877 libxl_device_pci *assigned; in do_pci_remove() local 1882 assigned = libxl_device_pci_list(ctx, domid, &num); in do_pci_remove() 1883 if (assigned == NULL) { in do_pci_remove() 1887 libxl__ptr_add(gc, assigned); in do_pci_remove() [all …]
|
A D | libxl_usb.c | 1700 libxl_device_usbdev *assigned; in libxl__device_usbdev_add() local 1738 rc = get_assigned_devices(gc, &assigned, &num_assigned); in libxl__device_usbdev_add() 1745 if (is_usbdev_in_array(assigned, num_assigned, usbdev)) { in libxl__device_usbdev_add()
|
/xen/docs/misc/xen-makefiles/ |
A D | makefiles.rst | 78 are assigned. They are used for all the normal cc, as and ld 142 $(targets) are assigned all potential targets, by which the build
|
/xen/docs/man/ |
A D | xen-pci-device-reservations.7.pod | 28 possibility of clashes with community IDs assigned from the bottom up.
|
A D | xl-network-configuration.5.pod | 45 generate a MAC address inside the space assigned to Xen's
|
A D | xl.conf.5.pod | 61 memory assigned to domain 0 in order to free memory for new domains.
|
A D | xl-disk-configuration.5.pod | 41 keywords and which do not contain "=" symbols are assigned to the
|
A D | xl.1.pod.in | 1035 Each domain (including Domain0) is assigned a weight and a cap. 1141 Each domain (including Domain0) is assigned a weight. 1285 assigned at most to one cpu-pool. Domains are each restricted to a single 1647 Hot-unplug a previously assigned pci device from a domain. B<BDF> is the PCI 1694 Hot-unplug a previously assigned USB device from a domain.
|
A D | xl.cfg.5.pod.in | 640 For a PV domain, all writable pages assigned to the domain are identity 900 assigned slave device. 1152 pciback if it is not already assigned. 1195 Enable graphics device PCI passthrough. This option makes an assigned
|
/xen/docs/features/ |
A D | sched_rtds.pandoc | 66 assigned to each vCPU.
|
A D | dom0less.pandoc | 110 devices need to be statically assigned to guests.
|
A D | intel_psr_mba.pandoc | 115 COS of MBA is 8 but the max COS of L3 CAT is 16, when a domain is assigned
|
A D | intel_psr_cat_cdp.pandoc | 203 CAT is 16, when a domain is assigned 9 as COS, the L3 CAT CBM associated to
|
/xen/docs/misc/arm/device-tree/ |
A D | booting.txt | 152 physical SPI of a physical device assigned to the guest.
|
/xen/docs/designs/ |
A D | non-cooperative-migration.md | 205 These may not be assigned the same local port numbers as the protocols
|
Completed in 33 milliseconds