/openbmc/openpower-occ-control/ |
H A D | occ_pass_through.hpp | 7 #include <org/open_power/OCC/PassThrough/server.hpp> 21 sdbusplus::org::open_power::OCC::server::PassThrough>; 26 /** @class PassThrough 27 * @brief Implements org.open_power.OCC.PassThrough 29 class PassThrough : public Iface class 32 PassThrough() = delete; 33 ~PassThrough() = default; 34 PassThrough(const PassThrough&) = delete; 35 PassThrough& operator=(const PassThrough&) = delete; 36 PassThrough(PassThrough&&) = default; [all …]
|
H A D | occ_pass_through.cpp | 24 PassThrough::PassThrough( in PassThrough() function in open_power::occ::PassThrough 40 std::bind(std::mem_fn(&PassThrough::activeStatusEvent), this, in PassThrough() 47 std::vector<int32_t> PassThrough::send(std::vector<int32_t> command) in send() 69 std::vector<uint8_t> PassThrough::send(std::vector<uint8_t> command) in send() 76 "PassThrough::send() - OCC{INST} not active, command not sent", in send() 100 "PassThrough::send() Sending {CMD} command to OCC{INST} (data len={LEN}, data={DATA})", in send() 106 lg2::info("PassThrough::send() Sending {CMD} command to OCC{INST}", in send() 114 lg2::debug("PassThrough::send() response had {LEN} bytes", "LEN", in send() 119 lg2::error("PassThrough::send() Invalid OCC response"); in send() 126 "PassThrough::send(): OCC command failed with status {STATUS}", in send() [all …]
|
/openbmc/qemu/qapi/ |
H A D | tpm.json | 47 # @passthrough: TPM passthrough type 53 { 'enum': 'TpmType', 'data': [ 'passthrough', 'emulator' ], 68 # <- { "return": [ "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', 178 # { "type": "passthrough",
|
/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/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/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | NetworkAdapterMetrics.v1_1_0.json | 123 …l number of NC-SI bytes received since reset, including both passthrough and non-passthrough traff… 133 … number of NC-SI frames received since reset, including both passthrough and non-passthrough traff… 142 …total number of NC-SI bytes sent since reset, including both passthrough and non-passthrough traff… 152 …otal number of NC-SI frames sent since reset, including both passthrough and non-passthrough traff… 170 …er of bytes received since reset, including host and remote management passthrough traffic, and in… 198 …of bytes transmitted since reset, including host and remote management passthrough traffic, and in…
|
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/ |
H A D | meson.build | 3 subdir('PassThrough') subdir 32 input: ['../../../../yaml/org/open_power/OCC/PassThrough.interface.yaml'], 33 output: ['PassThrough.md'], 45 'org/open_power/OCC/PassThrough',
|
/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 …]
|
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/PassThrough/ |
H A D | meson.build | 3 sdbusplus_current_path = 'org/open_power/OCC/PassThrough' 7 input: ['../../../../../yaml/org/open_power/OCC/PassThrough.interface.yaml'], 26 'org/open_power/OCC/PassThrough',
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | NetworkAdapterMetrics_v1.xml | 107 … number of NC-SI frames received since reset, including both passthrough and non-passthrough traff… 112 …otal number of NC-SI frames sent since reset, including both passthrough and non-passthrough traff… 117 …l number of NC-SI bytes received since reset, including both passthrough and non-passthrough traff… 123 …total number of NC-SI bytes sent since reset, including both passthrough and non-passthrough traff… 129 …er of bytes received since reset, including host and remote management passthrough traffic, and in… 145 …of bytes transmitted since reset, including host and remote management passthrough traffic, and in…
|
/openbmc/linux/drivers/media/platform/xilinx/ |
H A D | xilinx-tpg.c | 132 bool passthrough, bool pattern) in __xtpg_update_pattern_control() argument 138 * passthrough mode can't be enabled. in __xtpg_update_pattern_control() 141 passthrough = false; in __xtpg_update_pattern_control() 143 /* If passthrough mode is allowed unmask bit 0. */ 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 212 * operation mode (passthrough or test pattern generation). The test in xtpg_s_stream() 222 * Switching between passthrough and test pattern generation modes isn't in xtpg_s_stream() [all …]
|
/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. 97 Passthrough mode allows a cache device to be activated without having to 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/linux/include/uapi/linux/ |
H A D | ivtv.h | 30 YUV streaming, YUV updates through user DMA and the passthrough 64 /* Select the passthrough mode (if the argument is non-zero). In the 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/scsi/mpt3sas/mpi/ |
H A D | mpi2_sas.h | 33 * Passthrough Request message. 100 * SMP Passthrough messages 103 /*SMP Passthrough Request Message */ 128 /*SMP Passthrough Reply Message */ 155 * SATA Passthrough messages 167 /*SATA Passthrough Request Message */ 199 /*SATA Passthrough Reply Message */
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_graphics.c | 2 * graphics passthrough 178 error_setg(errp, "Need to enable igd-passthrough"); in xen_pt_setup_vga() 310 * will so it should be fine with any PCH in case of passthrough. 362 .name = "igd-passthrough-isa-bridge", 402 "igd-passthrough-isa-bridge"); in type_init() 408 fprintf(stderr, "set igd-passthrough-isa-bridge failed!\n"); in type_init()
|
/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))
|
/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
|
/openbmc/qemu/backends/tpm/ |
H A D | tpm_passthrough.c | 2 * passthrough TPM driver 37 #define TYPE_TPM_PASSTHROUGH "tpm-passthrough" 322 options->u.passthrough.data = QAPI_CLONE(TPMPassthroughOptions, in tpm_passthrough_get_tpm_options() 373 tbc->desc = "Passthrough TPM backend driver"; in tpm_passthrough_class_init()
|
/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
|
/openbmc/linux/include/uapi/scsi/ |
H A D | scsi_bsg_mpi3mr.h | 374 * for MPI Passthrough request . 390 * Passthrough requests. 405 * descriptor for MPI Passthrough requests. 422 * structure for all MPI Passthrough requests .
|
/openbmc/linux/drivers/message/fusion/lsi/ |
H A D | mpi_sas.h | 98 /* Serial Management Protocol Passthrough Request */ 128 /* Serial Management Protocol Passthrough Reply */ 152 /* SATA Passthrough Request */ 191 /* SATA Passthrough Reply */
|
/openbmc/linux/drivers/iommu/ |
H A D | Kconfig | 111 to passing "iommu.passthrough=0 iommu.strict=1" on the command line. 125 Equivalent to passing "iommu.passthrough=0 iommu.strict=0" on the 132 bool "Passthrough" 136 "iommu.passthrough=1" (historically "iommu=pt") on the command line.
|
/openbmc/qemu/tests/avocado/ |
H A D | smmu.py | 93 ' iommu.passthrough=on') 127 ' iommu.passthrough=on')
|