Home
last modified time | relevance | path

Searched full:accelerators (Results 1 – 25 of 51) sorted by relevance

123

/openbmc/qemu/docs/devel/migration/
H A Duadk-compression.rst9 which enables hardware accelerators from different vendors that support SVA to
12 Currently, HiSilicon Kunpeng hardware accelerators have been registered with
14 algorithms using hardware accelerators instead of CPUs, freeing up CPU
23 IOMMU and SVA. Hardware accelerators from different vendors are registered as
25 vendors. A user can access the hardware accelerators by performing user-mode
59 | HW Accelerators |
117 Hardware accelerators (eg: HiSilicon Kunpeng Zip accelerator) gets registered to
/openbmc/qemu/python/qemu/utils/
H A Daccel.py5 accelerators.
36 List accelerators enabled in the QEMU binary.
48 LOG.debug("Failed to get the list of accelerators in %s", qemu_bin)
/openbmc/qemu/docs/system/
H A Dintroduction.rst6 Virtualisation Accelerators
11 of hypervisors (known as accelerators) as well as a JIT known as the
14 .. list-table:: Supported Accelerators
70 For the common accelerators QEMU, supported debugging with its
132 - Type and number/topology of vCPUs. Most accelerators offer
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DAccelerator.interface.yaml4 running on a general-purpose CPU. Examples of possible hardware accelerators
H A DPCIeFunction.interface.yaml116 A processing accelerators
/openbmc/openbmc/poky/meta/recipes-kernel/cryptodev/
H A Dcryptodev.inc4 of hardware accelerators. Cryptodev-linux is implemented as a standalone \
/openbmc/qemu/.gitlab-ci.d/
H A Dcrossbuild-template.yml51 # Job to cross-build specific accelerators.
54 # KVM), and set extra options (such disabling other accelerators) via the
/openbmc/qemu/accel/
H A Daccel-qmp.c2 * QMP commands related to accelerators
H A Daccel-system.c97 * all accelerators need to define ops, providing at least a mandatory in accel_init_ops_interfaces()
/openbmc/qemu/include/system/
H A Dhw_accel.h2 * QEMU Hardware accelerators support
/openbmc/u-boot/board/freescale/ls1021atwr/
H A DREADME69 - Advanced Encryption Standard Accelerators (AESA)
70 - Data Encryption Standard Accelerators
/openbmc/u-boot/board/freescale/ls1021aqds/
H A DREADME69 - Advanced Encryption Standard Accelerators (AESA)
70 - Data Encryption Standard Accelerators
/openbmc/qemu/qapi/
H A Daccelerator.json8 # Accelerators
/openbmc/qemu/docs/
H A Dglossary.rst16 accelerators<Accelerators>`.
257 It is one of the accelerators supported by QEMU, and supports a lot of
/openbmc/qemu/include/accel/
H A Daccel-ops.h44 * but it's for accelerators not machines. Accelerator-provided
/openbmc/qemu/docs/devel/
H A Dcodebase.rst20 - `Accelerators<Accelerators>`
50 `accelerators <Accelerators>` supported by QEMU
/openbmc/qemu/docs/specs/
H A Driscv-aia.rst7 RISC-V machine for TCG and KVM accelerators.
/openbmc/qemu/docs/about/
H A Dbuild-platforms.rst38 Those hosts are officially supported, with various accelerators:
44 - Accelerators
/openbmc/qemu/docs/system/arm/
H A Dfby35.rst11 include various compute accelerators (video, inferencing, etc). At the moment,
/openbmc/qemu/target/i386/tcg/system/
H A Dtcg-cpu.c53 * nothing else has been set by the user (or by accelerators) in in tcg_cpu_realizefn()
/openbmc/qemu/docs/system/s390x/
H A Dcpu-topology.rst29 See :ref:`Accelerators` for more details about accelerators and how to select them.
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_qbman_base.h47 * blocks (eg. accelerators), then the user should be careful. We illustrate
/openbmc/qemu/include/standard-headers/linux/
H A Dvhost_types.h4 /* Userspace interface for in-kernel virtio accelerators. */
/openbmc/u-boot/board/freescale/bsc9131rdb/
H A DREADME17 . Consists of accelerators for Convolution, Filtering, Turbo Encoding,
/openbmc/qemu/system/
H A Dvl.c172 static const char *accelerators; variable
1752 accelerators = g_strdup(value); in qemu_apply_legacy_machine_options()
2431 if (accelerators == NULL) { in configure_accelerators()
2440 accelerators = "kvm:tcg"; in configure_accelerators()
2442 accelerators = "tcg:kvm"; in configure_accelerators()
2445 accelerators = "kvm"; in configure_accelerators()
2447 accelerators = "tcg"; in configure_accelerators()
2449 accelerators = "hvf"; in configure_accelerators()
2456 accel_list = g_strsplit(accelerators, ":", 0); in configure_accelerators()
2460 * Filter invalid accelerators here, to prevent obscenities in configure_accelerators()
[all …]

123