/openbmc/qemu/hw/i2c/ |
H A D | pmbus_device.c | 1309 goto passthrough; in pmbus_write_data() 1317 goto passthrough; in pmbus_write_data() 1325 goto passthrough; in pmbus_write_data() 1333 goto passthrough; in pmbus_write_data() 1341 goto passthrough; in pmbus_write_data() 1349 goto passthrough; in pmbus_write_data() 1357 goto passthrough; in pmbus_write_data() 1365 goto passthrough; in pmbus_write_data() 1373 goto passthrough; in pmbus_write_data() 1381 goto passthrough; in pmbus_write_data() [all …]
|
/openbmc/qemu/qapi/ |
H A D | tpm.json | 47 # @passthrough: TPM passthrough type 53 { 'enum': 'TpmType', 'data': [ 'passthrough', 'emulator' ], 76 # Information about the TPM passthrough type 105 # @data: Information about the TPM passthrough type 131 # - 'passthrough' The configuration options for the TPM 132 # passthrough type 141 'data': { 'passthrough' : 'TPMPassthroughOptionsWrapper',
|
/openbmc/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-ioc-g-mode.rst | 61 by the follower. The follower can enable the passthrough mode. In that 65 the passthrough mode. See :ref:`cec-core-processing` for details. 149 CEC device into passthrough mode, allowing the exclusive follower 214 except when in passthrough mode. In passthrough mode the core 222 except when in passthrough mode. In passthrough mode the core 230 passthrough mode. In passthrough mode the core does nothing 236 in passthrough mode. In passthrough mode the core does nothing 243 except when in passthrough mode. In passthrough mode the core 252 except when in passthrough mode. In passthrough mode the core
|
/openbmc/linux/drivers/media/platform/xilinx/ |
H A D | xilinx-tpg.c | 132 bool passthrough, bool pattern) in __xtpg_update_pattern_control() argument 141 passthrough = false; in __xtpg_update_pattern_control() 144 if (passthrough) in __xtpg_update_pattern_control() 156 bool passthrough, bool pattern) in xtpg_update_pattern_control() argument 159 __xtpg_update_pattern_control(xtpg, passthrough, pattern); in xtpg_update_pattern_control() 172 bool passthrough; in xtpg_s_stream() local 225 passthrough = xtpg->pattern->cur.val == 0; in xtpg_s_stream() 226 __xtpg_update_pattern_control(xtpg, passthrough, !passthrough); in xtpg_s_stream() 236 bayer_phase = passthrough ? XTPG_BAYER_PHASE_OFF in xtpg_s_stream() 241 gpiod_set_value_cansleep(xtpg->vtmux_gpio, !passthrough); in xtpg_s_stream()
|
/openbmc/qemu/docs/system/ |
H A D | cpu-models-x86.rst.inc | 13 (1) **Host passthrough** 38 CPU, as they would with "Host passthrough", but gives much of the 39 benefit of passthrough, while making live migration safe. 117 features are included if using "Host passthrough" or "Host model". 263 features are included if using "Host passthrough" or "Host model". 341 configuration, with host passthrough recommended if live migration is 379 Host passthrough: 385 Host passthrough with feature customization: 406 Host passthrough:: 408 <cpu mode='host-passthrough'/> [all …]
|
H A D | pr-manager.rst | 13 For this reason, QEMU's SCSI passthrough devices, ``scsi-block`` 37 attaches it to a SCSI passthrough device::
|
H A D | barrier.rst | 7 But when we want to use a video graphic adapter via a PCI passthrough
|
/openbmc/linux/Documentation/networking/ |
H A D | net_failover.rst | 64 the VF passthrough device for normal communication. The virtio-net device will 67 The second device definition is for the VF passthrough interface. Here the 88 virtio-net interface, and ens11 is the slave 'primary' VF passthrough interface. 123 device to the VM. This is not the VF that was passthrough'd to the VM (seen in 152 # Remove the VF that was passthrough'd to the VM.
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | Kconfig | 52 bool "VFIO PCI extensions for s390x KVM passthrough" 57 to KVM passthrough capabilities, such as interpretive execution of
|
/openbmc/qemu/docs/specs/ |
H A D | riscv-iommu.rst | 34 does not have support for features like VFIO passthrough. The IOMMU emulation 37 enable features like KVM VFIO passthrough with irqbypass. Until the kernel support 82 - "off" (Out-of-reset translation mode: 'on' for DMA disabled, 'off' for 'BARE' (passthrough))
|
H A D | tpm.rst | 204 to be used with the passthrough backend or the swtpm backend. 211 The QEMU TPM passthrough device 220 The passthrough driver uses the host's TPM device for sending TPM 224 virtual machine migration is disabled when the TPM passthrough driver 240 QEMU files related to the TPM passthrough device: 246 Command line to start QEMU with the TPM passthrough device using the host's 253 -tpmdev passthrough,id=tpm0,path=/dev/tpm0 \
|
/openbmc/linux/drivers/xen/xen-pciback/ |
H A D | Makefile | 15 passthrough.o
|
H A D | xenbus.c | 22 static bool __read_mostly passthrough; variable 23 module_param(passthrough, bool, S_IRUGO); 24 MODULE_PARM_DESC(passthrough, 748 if (passthrough) in xen_pcibk_xenbus_register()
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | cache.rst | 82 passthrough. 92 If passthrough is selected, useful when the cache contents are not known 96 block invalidates. To enable passthrough mode the cache must be clean. 113 importance if writeback mode is used. Writethrough and passthrough 192 feature args writethrough or passthrough (The default is writeback.) 212 passthrough a degraded mode useful for various cache coherency 217 To enable passthrough mode the cache must be clean. 315 invalidation of larger caches. The cache must be in passthrough mode
|
/openbmc/qemu/include/hw/cxl/ |
H A D | cxl.h | 53 bool passthrough; member
|
/openbmc/linux/drivers/vfio/fsl-mc/ |
H A D | Kconfig | 9 (Management Complex) devices. This is required to passthrough
|
/openbmc/qemu/system/ |
H A D | tpm-hmp-cmds.c | 44 tpo = ti->options->u.passthrough.data; in hmp_info_tpm()
|
/openbmc/x86-power-control/ |
H A D | meson.options | 26 'button-passthrough',
|
H A D | meson.build | 35 if get_option('button-passthrough').allowed()
|
/openbmc/qemu/docs/system/i386/ |
H A D | hyperv.rst | 262 ``hv-passthrough`` 267 Note: ``hv-passthrough`` flag only enables enlightenments which are known to QEMU 269 values from KVM to QEMU. ``hv-passthrough`` overrides all other 'hv-' settings on 272 Note: ``hv-passthrough`` does not enable ``hv-syndbg`` which can prevent certain 276 Note: ``hv-passthrough`` effectively prevents migration as the list of enabled 294 - ``hv-syndbg``, ``hv-passthrough``, ``hv-enforce-cpuid`` should not be enabled
|
H A D | xenpvh.rst | 7 to avoid emulation models and instead use passthrough or
|
/openbmc/qemu/docs/system/devices/ |
H A D | virtio-gpu.rst | 89 rendering and `Wayland display passthrough`_. With the gfxstream rendering 121 .. _Wayland display passthrough: https://www.youtube.com/watch?v=OZJiHMtIQ2M
|
/openbmc/linux/drivers/target/ |
H A D | Kconfig | 36 passthrough access to Linux/SCSI device
|
/openbmc/linux/drivers/media/cec/core/ |
H A D | cec-api.c | 487 adap->passthrough = in cec_s_mode() 491 adap->passthrough = false; in cec_s_mode() 640 adap->passthrough = false; in cec_release()
|
/openbmc/linux/drivers/xen/ |
H A D | Kconfig | 219 The parameter "passthrough" allows you specify how you want the PCI 221 PCI topology starts at 00.00.0, or (1) for passthrough if you want 262 tristate "Xen hypercall passthrough driver" 266 The hypercall passthrough driver allows privileged user programs to
|