| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ |
| H A D | Accelerator.interface.yaml | 2 Implement to provide hardware accelerator attributes. A hardware accelerator 12 The type of accelerator. 16 Max Speed in megahertz the accelerator can support. 21 Possible accelerator type
|
| /openbmc/qemu/include/accel/ |
| H A D | accel-cpu-ops.h | 2 * Accelerator per-vCPU handlers 24 * struct AccelOpsClass - accelerator interfaces 26 * This structure is used to abstract accelerator differences from the 49 * Request to synchronize QEMU vCPU registers to the hardware accelerator 59 * Request to synchronize QEMU vCPU registers from the hardware accelerator 60 * (the hardware accelerator is the reference). 75 * These allow the timer subsystem to defer to the accelerator to 76 * fetch time. The set function is needed if the accelerator wants
|
| H A D | accel-cpu-target.h | 2 * Accelerator interface, specializes CPUClass 15 * This header is used to define new accelerator-specific target-specific 16 * accelerator cpu subclasses.
|
| H A D | accel-ops.h | 2 * Accelerator handlers 43 * accelerator is chosen. It works like MachineClass.compat_props 44 * but it's for accelerators not machines. Accelerator-provided
|
| H A D | accel-cpu.h | 2 * Accelerator interface, specializes CPUClass
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
| H A D | 0013-CC312-ADAC-Add-PSA_WANT_ALG_SHA_256-definition.patch | 18 platform/ext/accelerator/cc312/psa-adac/CMakeLists.txt | 3 ++- 21 diff --git a/platform/ext/accelerator/cc312/psa-adac/CMakeLists.txt b/platform/ext/accelerator/cc31… 23 --- a/platform/ext/accelerator/cc312/psa-adac/CMakeLists.txt 24 +++ b/platform/ext/accelerator/cc312/psa-adac/CMakeLists.txt
|
| /openbmc/u-boot/lib/rsa/ |
| H A D | Kconfig | 32 bool "Enable RSA Modular Exponentiation with FSL crypto accelerator" 36 accelerator - CAAM. 39 bool "Enable RSA Modular Exponentiation with ASPEED crypto accelerator" 43 accelerator - ARCY
|
| /openbmc/qemu/accel/ |
| H A D | accel-system.c | 28 #include "qapi/qapi-commands-accelerator.h" 42 ms->accelerator = accel; in accel_init_machine() 46 ms->accelerator = NULL; in accel_init_machine() 57 return current_machine->accelerator; in current_accel() 62 AccelState *accel = ms->accelerator; in accel_setup_post() 71 AccelState *accel = ms->accelerator; in accel_pre_resume()
|
| H A D | accel-common.c | 27 /* Return the name of the current accelerator */ 42 * for the CPU, customizing CPU behavior according to the accelerator. in accel_init_cpu_int_aux()
|
| /openbmc/qemu/docs/devel/migration/ |
| H A D | uadk-compression.rst | 2 User Space Accelerator Development Kit (UADK) Compression 4 UADK is a general-purpose user space accelerator framework that uses shared 8 UADK includes Unified/User-space-access-intended Accelerator Framework (UACCE), 22 the hardware accelerator to support SVA, and the operating system to support 101 Here's an example to enable UACCE with hardware accelerator in HiSilicon 115 Accelerator dev node permissions 117 Hardware accelerators (eg: HiSilicon Kunpeng Zip accelerator) gets registered to 119 on hardware accelerator devices, write permission should be provided to user.
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Accelerator/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Inventory/Item/Accelerator' 8 '../../../../../../yaml/xyz/openbmc_project/Inventory/Item/Accelerator.interface.yaml', 28 'xyz/openbmc_project/Inventory/Item/Accelerator',
|
| /openbmc/qemu/tests/functional/qemu_test/ |
| H A D | testcase.py | 324 def require_accelerator(self, accelerator): 326 Requires an accelerator to be available for the test to continue 331 for the given accelerator is not available, the test is also 334 :param accelerator: name of the accelerator, such as "kvm" or "tcg" 335 :type accelerator: str 340 }.get(accelerator) 343 "of accelerator %s" % accelerator) 345 self.skipTest("%s accelerator doe 311 require_accelerator(self, accelerator) global() argument [all...] |
| /openbmc/qemu/docs/system/ |
| H A D | target-loongarch.rst | 10 When using KVM as accelerator, QEMU can emulate la464 cpu model. And when 11 using the default cpu model with TCG as accelerator, QEMU will emulate a
|
| H A D | target-s390x.rst | 11 When using KVM as accelerator, QEMU can emulate CPUs up to the generation 12 of the host. When using the default cpu model with TCG as accelerator,
|
| /openbmc/qemu/docs/specs/ |
| H A D | riscv-aia.rst | 16 From an user standpoint, these modes will behave the same regardless of the accelerator 17 used. From a developer standpoint the accelerator settings will change what it being 34 The following table summarizes how the AIA and accelerator options defines what
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
| H A D | PhysicalContext.json | 42 "Accelerator", 90 "Accelerator": "An accelerator.", string 159 "Accelerator": "2018.3", string
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
| H A D | PhysicalContext.json | 42 "Accelerator", 90 "Accelerator": "An accelerator.", string 159 "Accelerator": "2018.3", string
|
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | physical_context.hpp | 26 Accelerator, enumerator 100 {PhysicalContext::Accelerator, "Accelerator"},
|
| H A D | processor.hpp | 16 Accelerator, enumerator 129 {ProcessorType::Accelerator, "Accelerator"},
|
| /openbmc/qemu/include/tcg/ |
| H A D | startup.h | 43 * accelerator's init_machine() method) must register with this 52 * accelerator's init_machine() method, but for user-mode, the
|
| /openbmc/qemu/include/qemu/ |
| H A D | accel.h | 1 /* QEMU accelerator interfaces 80 * accelerator.
|
| /openbmc/u-boot/arch/m68k/include/asm/coldfire/ |
| H A D | mdha.h | 3 * Message Digest Hardware Accelerator Memory Map 12 /* Message Digest Hardware Accelerator */
|
| /openbmc/qemu/docs/system/i386/ |
| H A D | xen.rst | 18 accelerator, for example for Xen 4.17: 39 The following properties exist on the KVM accelerator object: 141 The minimal Xen support in the KVM accelerator requires the host to be running
|
| /openbmc/qemu/target/i386/nvmm/ |
| H A D | nvmm-accel-ops.h | 4 * NetBSD Virtual Machine Monitor (NVMM) accelerator for QEMU.
|
| /openbmc/u-boot/drivers/crypto/fsl/ |
| H A D | Kconfig | 6 Enables the Freescale's Cryptographic Accelerator and Assurance
|