Searched refs:guests (Results 1 – 25 of 53) sorted by relevance
123
/Linux-v4.19/drivers/vhost/ |
D | Kconfig | 20 for use with virtio-scsi guests 30 sockets for communicating with guests. The guests must have the 46 This option allows vhost to support guests with a different byte
|
/Linux-v4.19/arch/mips/kvm/ |
D | Kconfig | 11 other operating systems inside virtual machines (guests). 40 Use trap and emulate to virtualize 32-bit guests in user mode. This 49 Use the MIPS Virtualization (VZ) ASE to virtualize guests. This
|
/Linux-v4.19/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 64 situation by sending a message to guests using these VFs, and 66 another message is sent to the guests to re-enable the VFs. 83 situation by sending a message to guests using these VFs, and 85 another message is sent to the guests to re-enable the VFs.
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-hypervisor-xen | 24 and all other guests. Only available to 25 privileged guests.
|
D | sysfs-bus-event_source-devices-hv_gpci | 6 counters being accumulated by other guests and to physical
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | nested-vmx.txt | 8 to easily and efficiently run guest operating systems. Normally, these guests 9 *cannot* themselves be hypervisors running their own guests, because in VMX, 10 guests cannot use VMX instructions. 13 hypervisors (which use VMX) with their own nested guests. It does so by 28 Single-level virtualization has two levels - the host (KVM) and the guests.
|
D | amd-memory-encryption.rst | 23 Bits[31:0] Number of encrypted guests supported simultaneously 44 Hence, the ASID for the SEV-enabled guests must be from 1 to a maximum value 57 guests, such as launching, running, snapshotting, migrating and decommissioning.
|
/Linux-v4.19/Documentation/admin-guide/ |
D | l1tf.rst | 219 guests affine to one or more physical cores. The proper mechanism for 223 If only a single guest or related guests run on sibling SMT threads on 235 **Note**, that assigning guests to a fixed set of physical cores affects 241 For further information about confining guests to a single or to a group 258 which run untrusted guests, reduces the attack vector space. 261 guests, provide interesting data for an attacker depends on the system 282 of other mitigation solutions like confining guests to dedicated cores. 352 with SMT enabled, because the effective page tables for guests are 455 2. Virtualization with trusted guests 468 3. Virtualization with untrusted guests [all …]
|
/Linux-v4.19/Documentation/powerpc/ |
D | DAWR-POWER9.txt | 29 guest on a POWER9 host. Current Linux guests ignore this error, so 47 The same will also be true for any guests started on a POWER9
|
/Linux-v4.19/drivers/visorbus/ |
D | Kconfig | 10 Virtualized devices allow Linux guests on a system to share disks and
|
/Linux-v4.19/net/iucv/ |
D | Kconfig | 8 communication link between VM guests.
|
/Linux-v4.19/drivers/xen/ |
D | Kconfig | 121 For example, by reading and writing the "xenbus" file, guests 211 PCI devices to other guests. If you select this to be a module, you 213 you want to make visible to other guests. 255 to other guests via a high-performance shared-memory interface. 257 if guests need generic access to SCSI devices. 335 Support for auto-translated physmap guests.
|
/Linux-v4.19/tools/perf/util/ |
D | machine.c | 225 machines->guests = RB_ROOT; in machines__init() 237 struct rb_node **p = &machines->guests.rb_node; in machines__add() 259 rb_insert_color(&machine->rb_node, &machines->guests); in machines__add() 270 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__set_comm_exec() 279 struct rb_node **p = &machines->guests.rb_node; in machines__find() 342 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__process_guests() 355 for (node = rb_first(&machines->guests); node; node = rb_next(node)) { in machines__set_id_hdr_size() 747 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__fprintf_dsos() 767 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__fprintf_dsos_buildid() 1110 struct rb_node *next = rb_first(&machines->guests); in machines__destroy_kernel_maps() [all …]
|
D | build-id.c | 366 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__write_buildid_table() 399 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in dsos__hit_all() 852 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__cache_build_ids() 869 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__read_build_ids()
|
/Linux-v4.19/arch/arm/kvm/ |
D | Kconfig | 13 other operating systems inside virtual machines (guests).
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | xenvm-4.2.dts | 3 * Xen Virtual Machine for unprivileged guests
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ |
D | fw-cfg.txt | 10 QEMU exposes the control and data register to ARM guests as memory mapped
|
/Linux-v4.19/arch/arm64/kvm/ |
D | Kconfig | 13 other operating systems inside virtual machines (guests).
|
/Linux-v4.19/arch/s390/kvm/ |
D | Kconfig | 12 operating systems inside virtual machines (guests).
|
/Linux-v4.19/tools/kvm/kvm_stat/ |
D | kvm_stat.txt | 32 *b*:: toggle events by guests (debugfs only, honors filters)
|
/Linux-v4.19/Documentation/ |
D | vfio.txt | 306 3) PPC64 guests are paravirtualized but not fully emulated. There is an API 317 switch and bridge structures above the multiple IOAs). PPC64 guests detect 455 PPC64 paravirtualized guests generate a lot of map/unmap requests, 471 This separation helps in optimizing DMA for guests. 473 6) sPAPR specification allows guests to have an additional DMA window(s) on 479 be as big as entire RAM, use different page size, it is optional - guests
|
/Linux-v4.19/arch/x86/kvm/ |
D | Kconfig | 14 operating systems inside virtual machines (guests).
|
/Linux-v4.19/Documentation/vm/ |
D | zswap.rst | 27 * Overcommitted guests that share a common I/O resource can 30 impact to the guest workload and guests sharing the I/O subsystem
|
/Linux-v4.19/Documentation/networking/ |
D | netvsc.txt | 29 from within the guests.
|
/Linux-v4.19/drivers/s390/net/ |
D | Kconfig | 37 link between VM guests. Using ifconfig a point-to-point connection
|
123