Home
last modified time | relevance | path

Searched full:vmms (Results 1 – 15 of 15) sorted by relevance

/linux/arch/s390/boot/
H A Dstartup.c54 struct sysinfo_3_2_2 *vmms = (struct sysinfo_3_2_2 *)&sysinfo_page; in detect_machine_type() local
62 if (stsi(vmms, 3, 2, 2) || !vmms->count) in detect_machine_type()
65 if (!memcmp(vmms->vm[0].cpi, "\xd2\xe5\xd4", 3)) in detect_machine_type()
67 else if (!memcmp(vmms->vm[0].cpi, "\xa9\x61\xe5\xd4", 4)) in detect_machine_type()
/linux/Documentation/admin-guide/hw-vuln/
H A Dvmscape.rst43 protecting the userspace. They are insufficient to protect the userspace VMMs
H A Dgather_data_sampling.rst41 The hardware enforces the mitigation for SGX. Likewise, VMMs should ensure
H A Dindirect-target-selection.rst107 is not set by any hardware, but is **intended for VMMs to synthesize** it for
/linux/Documentation/arch/x86/
H A Dxstate.rst173 Note that some VMMs may have already established a set of supported state
/linux/drivers/virtio/
H A Dvirtio_pci_legacy.c6 * This can be used with QEMU based VMMs like KVM or Xen.
H A Dvirtio_pci_common.c6 * This can be used with QEMU based VMMs like KVM or Xen.
H A Dvirtio_pci_modern.c6 * This can be used with QEMU based VMMs like KVM or Xen.
/linux/tools/perf/pmu-events/arch/x86/goldmontplus/
H A Dvirtual-memory.json79 …st-Physical Addresses to Physical Addresses for Virtual Machine Monitors (VMMs). Average cycles p…
/linux/Documentation/virt/kvm/x86/
H A Damd-memory-encryption.rst612 VMMs using the above scheme will not return certificate blob data that
619 tools/VMMs/vendors.
/linux/include/uapi/linux/
H A Dvirtio_pci.h5 * This can be used with QEMU based VMMs like KVM or Xen.
/linux/drivers/block/
H A DKconfig313 QEMU based VMMs (like KVM or Xen). Say Y or M.
/linux/Documentation/userspace-api/
H A Diommufd.rst99 IOMMU, not necessarily of a virtualized IOMMU. For VMMs that want the full
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h223 * VMMs for guests to know
/linux/arch/x86/kvm/vmx/
H A Dvmx.c1837 * length of zero so VMMs don't shoot themselves in the foot. in skip_emulated_instruction()