Home
last modified time | relevance | path

Searched refs:passthrough (Results 1 – 25 of 79) sorted by relevance

1234

/openbmc/qemu/hw/i2c/
H A Dpmbus_device.c1309 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 Dtpm.json47 # @passthrough: TPM passthrough type
53 { 'enum': 'TpmType', 'data': [ 'passthrough', 'emulator' ],
76 # Information about the TPM passthrough type
127 # - 'passthrough' The configuration options for the TPM
128 # passthrough type
137 'data': { 'passthrough' : 'TPMPassthroughOptionsWrapper',
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-g-mode.rst61 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 Dxilinx-tpg.c132 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 Dcpu-models-x86.rst.inc13 (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".
379 Host passthrough:
385 Host passthrough with feature customization:
406 Host passthrough::
408 <cpu mode='host-passthrough'/>
410 Host passthrough with feature customization::
[all …]
H A Dpr-manager.rst13 For this reason, QEMU's SCSI passthrough devices, ``scsi-block``
37 attaches it to a SCSI passthrough device::
H A Dbarrier.rst7 But when we want to use a video graphic adapter via a PCI passthrough
/openbmc/linux/drivers/xen/xen-pciback/
H A DMakefile15 passthrough.o
H A Dxenbus.c22 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/drivers/vfio/pci/
H A DKconfig52 bool "VFIO PCI extensions for s390x KVM passthrough"
57 to KVM passthrough capabilities, such as interpretive execution of
/openbmc/linux/Documentation/networking/
H A Dnet_failover.rst64 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/qemu/include/hw/cxl/
H A Dcxl.h53 bool passthrough; member
/openbmc/linux/drivers/vfio/fsl-mc/
H A DKconfig9 (Management Complex) devices. This is required to passthrough
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dcache.rst82 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/system/
H A Dtpm-hmp-cmds.c44 tpo = ti->options->u.passthrough.data; in hmp_info_tpm()
/openbmc/qemu/docs/specs/
H A Dtpm.rst204 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/qemu/docs/system/devices/
H A Dvirtio-gpu.rst78 rendering and `Wayland display passthrough`_. With the gfxstream rendering
110 .. _Wayland display passthrough: https://www.youtube.com/watch?v=OZJiHMtIQ2M
/openbmc/linux/drivers/target/
H A DKconfig36 passthrough access to Linux/SCSI device
/openbmc/linux/drivers/media/cec/core/
H A Dcec-api.c487 adap->passthrough = in cec_s_mode()
491 adap->passthrough = false; in cec_s_mode()
640 adap->passthrough = false; in cec_release()
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/u-boot/files/
H A D0001-rpi-always-set-fdt_addr-with-firmware-provided-FDT-address.patch9 After commit ade243a211d6 ("rpi: passthrough of the firmware provided FDT
/openbmc/linux/drivers/xen/
H A DKconfig219 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
/openbmc/qemu/hw/pci-bridge/
H A Dpci_expander_bridge.c71 return host->passthrough; in cxl_get_hb_passthrough()
303 cxl->passthrough = true; in pxb_cxl_dev_reset()
/openbmc/qemu/docs/system/i386/
H A Dhyperv.rst262 ``hv-passthrough``
265 supported by KVM. This pass-through mode is enabled by "hv-passthrough" CPU
268 Note: ``hv-passthrough`` flag only enables enlightenments which are known to QEMU
270 values from KVM to QEMU. ``hv-passthrough`` overrides all other 'hv-' settings on
/openbmc/linux/Documentation/block/
H A Dublk.rst47 ``io_uring`` passthrough command; that is why ublk is also one io_uring based
48 block driver. It has been observed that using io_uring passthrough command can
233 commands via io_uring passthrough. The per-queue IO pthread
246 The following IO commands are communicated via io_uring passthrough command,
/openbmc/qemu/docs/system/s390x/
H A Dvfio-ccw.rst1 Subchannel passthrough via vfio-ccw

1234