Home
last modified time | relevance | path

Searched full:virtualization (Results 1 – 25 of 226) sorted by relevance

12345678910

/linux-5.10/arch/mips/kvm/
DKconfig7 menuconfig VIRTUALIZATION config
8 bool "Virtualization"
16 if VIRTUALIZATION
34 prompt "Virtualization mode"
43 does not require any special hardware Virtualization support beyond
49 bool "MIPS Virtualization (VZ) ASE"
51 Use the MIPS Virtualization (VZ) ASE to virtualize guests. This
77 endif # VIRTUALIZATION
/linux-5.10/arch/x86/kvm/
DKconfig8 menuconfig VIRTUALIZATION config
9 bool "Virtualization"
19 if VIRTUALIZATION
51 virtualization extensions. You will need a fairly recent
52 processor equipped with virtualization extensions. You will also
99 bool "AMD Secure Encrypted Virtualization (SEV) support"
112 endif # VIRTUALIZATION
/linux-5.10/arch/arm64/kvm/
DKconfig8 menuconfig VIRTUALIZATION config
9 bool "Virtualization"
18 if VIRTUALIZATION
62 endif # VIRTUALIZATION
/linux-5.10/arch/s390/kvm/
DKconfig7 menuconfig VIRTUALIZATION config
17 if VIRTUALIZATION
38 virtualization capability on the mainframe. This should work
58 endif # VIRTUALIZATION
/linux-5.10/Documentation/virt/kvm/
Dtimekeeping.rst4 Timekeeping Virtualization for X86-Based Architectures
15 4) Virtualization Problems
21 the virtualization of this platform is the plethora of timing devices available
22 and the complexity of emulating those devices. In addition, virtualization of
32 information relevant to KVM and hardware-based virtualization.
281 these workarounds pose unique constraints for virtualization - requiring either
351 Both VMX and SVM provide extension fields in the virtualization hardware which
383 small, may be exposed to the OS and any virtualization environment.
445 3.7. TSC virtualization - VMX
449 instructions, which is enough for full virtualization of TSC in any manner. In
[all …]
Dnested-vmx.rst22 "The Turtles Project: Design and Implementation of Nested Virtualization",
31 Single-level virtualization has two levels - the host (KVM) and the guests.
32 In nested virtualization, we have three levels: The host (KVM), which we call
Ds390-pv-boot.rst44 Subcode 10: Move into Protected Virtualization mode
67 When running in protected virtualization mode, some subcodes will result in
Drunning-nested-guests.rst24 | Hardware (with virtualization extensions) |
70 - Some OSes use virtualization internally for security (e.g. to let
125 (Virtual Machine Control Structure)", APIC Virtualization on your bare
221 *mention* that they're using nested virtualization.
/linux-5.10/drivers/virt/
DKconfig3 # Virtualization support drivers
7 bool "Virtualization drivers"
10 virtualization environments.
DMakefile3 # Makefile for drivers that support virtualization
/linux-5.10/arch/powerpc/kvm/
DKconfig8 menuconfig VIRTUALIZATION config
9 bool "Virtualization"
18 if VIRTUALIZATION
93 If you say Y here, KVM will use the hardware virtualization
207 endif # VIRTUALIZATION
/linux-5.10/Documentation/x86/
Dsva.rst34 Unlike Single Root I/O Virtualization (SR-IOV), Scalable IOV (SIOV) permits
188 Single Root I/O Virtualization (SR-IOV) focuses on providing independent
195 Scalable I/O Virtualization builds on the PASID concept to create device
196 instances for virtualization. SIOV requires host software to assist in
215 * Does this support virtualization?
248 https://01.org/blogs/ashokraj/2018/recent-enhancements-intel-virtualization-technology-directed-i/o…
251 https://01.org/blogs/2019/assignable-interfaces-intel-scalable-i/o-virtualization-linux
Dmds.rst80 For virtualization there are two ways to achieve CPU buffer
101 As a special quirk to address virtualization scenarios where the host has
123 advertised in CPUID. That is mainly for virtualization
/linux-5.10/Documentation/virt/
Dparavirt_ops.rst7 Linux provides support for different hypervisor virtualization technologies.
10 Linux pv_ops is a virtualization API which enables support for different
/linux-5.10/Documentation/admin-guide/hw-vuln/
Dmultihit.rst117 EPT paging mechanism used by nested virtualization is vulnerable, because
150 1. No virtualization in use
156 2. Virtualization with trusted guests
163 3. Virtualization with untrusted guests
Dmds.rst132 This is done to address virtualization scenarios where the host has the
168 Virtualization mitigation
183 For details on L1TF and virtualization see:
285 2. Virtualization with trusted guests
290 3. Virtualization with untrusted guests
/linux-5.10/drivers/net/ethernet/qlogic/
DKconfig43 Virtualization support for QLE83XX Converged Ethernet devices.
94 Virtualization support for QED devices.
/linux-5.10/arch/x86/include/asm/
Dvirtext.h2 /* CPU virtualization extensions handling
4 * This should carry the code for handling CPU virtualization extensions
/linux-5.10/Documentation/networking/device_drivers/ethernet/neterion/
Dvxge.rst42 iii) PCI-SIG's I/O Virtualization
111 virtualization environment.
/linux-5.10/arch/csky/kernel/
Dperf_callchain.c91 /* C-SKY does not support virtualization. */ in perf_callchain_user()
115 /* C-SKY does not support virtualization. */ in perf_callchain_kernel()
/linux-5.10/drivers/gpu/drm/i915/gvt/
Dedid.h70 * GMBUS0-3 could be related to the EDID virtualization. Another two GMBUS
73 * cared by the EDID virtualization
/linux-5.10/drivers/gpu/drm/i915/
Dintel_gvt.c31 * Intel GVT-g is a graphics virtualization technology which shares the
113 …"i915 GVT-g loading failed due to Graphics virtualization is not yet supported with GuC submission… in intel_gvt_init()
DKconfig101 bool "Enable Intel GVT-g graphics virtualization host support"
107 virtualization technology host support with integrated graphics.
/linux-5.10/Documentation/arm/
Dbooting.rst201 For CPUs which do not include the ARM virtualization extensions, the
204 CPUs which include support for the virtualization extensions can be
228 virtualization extensions can boot correctly without extra help.
/linux-5.10/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst15 User Mode Linux is the first Open Source virtualization platform (first
16 release date 1991) and second virtualization platform for an x86 PC.
18 How is UML Different from a VM using Virtualization package X?
21 We have come to assume that virtualization also means some level of
22 hardware emulation. In fact, it does not. As long as a virtualization
26 devices used only under virtualization.
33 The other major difference between UML and various virtualization
43 This is different from other virtualization packages which do not make any
81 on par with most other virtualization packages, its userspace is
95 the shelf install media to install into a blank VM using a virtualization
[all …]

12345678910