| /openbmc/qemu/docs/devel/migration/ |
| H A D | uadk-compression.rst | 9 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 D | accel.py | 5 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 D | introduction.rst | 6 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 D | Accelerator.interface.yaml | 4 running on a general-purpose CPU. Examples of possible hardware accelerators
|
| H A D | PCIeFunction.interface.yaml | 116 A processing accelerators
|
| /openbmc/openbmc/poky/meta/recipes-kernel/cryptodev/ |
| H A D | cryptodev.inc | 4 of hardware accelerators. Cryptodev-linux is implemented as a standalone \
|
| /openbmc/qemu/.gitlab-ci.d/ |
| H A D | crossbuild-template.yml | 51 # Job to cross-build specific accelerators. 54 # KVM), and set extra options (such disabling other accelerators) via the
|
| /openbmc/qemu/accel/ |
| H A D | accel-qmp.c | 2 * QMP commands related to accelerators
|
| H A D | accel-system.c | 97 * all accelerators need to define ops, providing at least a mandatory in accel_init_ops_interfaces()
|
| /openbmc/qemu/include/system/ |
| H A D | hw_accel.h | 2 * QEMU Hardware accelerators support
|
| /openbmc/u-boot/board/freescale/ls1021atwr/ |
| H A D | README | 69 - Advanced Encryption Standard Accelerators (AESA) 70 - Data Encryption Standard Accelerators
|
| /openbmc/u-boot/board/freescale/ls1021aqds/ |
| H A D | README | 69 - Advanced Encryption Standard Accelerators (AESA) 70 - Data Encryption Standard Accelerators
|
| /openbmc/qemu/qapi/ |
| H A D | accelerator.json | 8 # Accelerators
|
| /openbmc/qemu/docs/ |
| H A D | glossary.rst | 16 accelerators<Accelerators>`. 257 It is one of the accelerators supported by QEMU, and supports a lot of
|
| /openbmc/qemu/include/accel/ |
| H A D | accel-ops.h | 44 * but it's for accelerators not machines. Accelerator-provided
|
| /openbmc/qemu/docs/devel/ |
| H A D | codebase.rst | 20 - `Accelerators<Accelerators>` 50 `accelerators <Accelerators>` supported by QEMU
|
| /openbmc/qemu/docs/specs/ |
| H A D | riscv-aia.rst | 7 RISC-V machine for TCG and KVM accelerators.
|
| /openbmc/qemu/docs/about/ |
| H A D | build-platforms.rst | 38 Those hosts are officially supported, with various accelerators: 44 - Accelerators
|
| /openbmc/qemu/docs/system/arm/ |
| H A D | fby35.rst | 11 include various compute accelerators (video, inferencing, etc). At the moment,
|
| /openbmc/qemu/target/i386/tcg/system/ |
| H A D | tcg-cpu.c | 53 * nothing else has been set by the user (or by accelerators) in in tcg_cpu_realizefn()
|
| /openbmc/qemu/docs/system/s390x/ |
| H A D | cpu-topology.rst | 29 See :ref:`Accelerators` for more details about accelerators and how to select them.
|
| /openbmc/u-boot/include/fsl-mc/ |
| H A D | fsl_qbman_base.h | 47 * blocks (eg. accelerators), then the user should be careful. We illustrate
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | vhost_types.h | 4 /* Userspace interface for in-kernel virtio accelerators. */
|
| /openbmc/u-boot/board/freescale/bsc9131rdb/ |
| H A D | README | 17 . Consists of accelerators for Convolution, Filtering, Turbo Encoding,
|
| /openbmc/qemu/system/ |
| H A D | vl.c | 172 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 …]
|