Searched full:accelerator (Results 1 – 25 of 353) sorted by relevance
12345678910>>...15
/openbmc/linux/drivers/zorro/ |
D | zorro.ids |
|
/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
|
/openbmc/linux/drivers/crypto/hisilicon/ |
D | Kconfig |
|
/openbmc/linux/Documentation/devicetree/bindings/crypto/ |
D | img-hash.txt |
|
/openbmc/linux/arch/powerpc/platforms/book3s/ |
D | Kconfig |
|
/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. 17 Possible accelerator type
|
/openbmc/linux/Documentation/devicetree/bindings/dma/ |
D | stericsson,dma40.yaml |
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/ |
D | ia_css_sdis_common_types.h |
|
/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()
|
/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/linux/drivers/crypto/stm32/ |
D | Kconfig |
|
/openbmc/linux/drivers/misc/ocxl/ |
D | Kconfig |
|
/openbmc/linux/Documentation/misc-devices/ |
D | uacce.rst |
|
/openbmc/linux/drivers/crypto/marvell/ |
D | Kconfig |
|
/openbmc/qemu/include/system/ |
H A D | hw_accel.h | 25 * Request to synchronize QEMU vCPU registers from the hardware accelerator 26 * (the hardware accelerator is the reference). 36 * Request to synchronize QEMU vCPU registers to the hardware accelerator
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/4xx/ |
D | ppc440spe-adma.txt |
|
/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/linux/drivers/net/ethernet/chelsio/inline_crypto/ |
D | Kconfig |
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | testcase.py | 311 def require_accelerator(self, accelerator): argument 313 Requires an accelerator to be available for the test to continue 318 for the given accelerator is not available, the test is also 321 :param accelerator: name of the accelerator, such as "kvm" or "tcg" 322 :type accelerator: str 327 }.get(accelerator) 330 "of accelerator %s" % accelerator) 332 self.skipTest("%s accelerator does not seem to be " 333 "available" % accelerator)
|
/openbmc/linux/Documentation/devicetree/bindings/media/ |
D | st,stm32-dma2d.yaml |
|
/openbmc/linux/drivers/media/platform/samsung/s5p-g2d/ |
D | Kconfig |
|
12345678910>>...15