Searched refs:AspeedHACEState (Results 1 – 3 of 3) sorted by relevance
/qemu/hw/misc/ |
H A D | aspeed_hace.c | 153 static bool has_padding(AspeedHACEState *s, struct iovec *iov, in has_padding() 187 static uint64_t hash_get_source_addr(AspeedHACEState *s) in hash_get_source_addr() 200 static int hash_prepare_direct_iov(AspeedHACEState *s, struct iovec *iov, in hash_prepare_direct_iov() 244 static int hash_prepare_sg_iov(AspeedHACEState *s, struct iovec *iov, in hash_prepare_sg_iov() 312 static uint64_t hash_get_digest_addr(AspeedHACEState *s) in hash_get_digest_addr() 325 static void hash_write_digest_and_unmap_iov(AspeedHACEState *s, in hash_write_digest_and_unmap_iov() 354 static void hash_execute_non_acc_mode(AspeedHACEState *s, int algo, in hash_execute_non_acc_mode() 373 static void hash_execute_acc_mode(AspeedHACEState *s, int algo, in hash_execute_acc_mode() 419 static void do_hash_operation(AspeedHACEState *s, int algo, bool sg_mode, in do_hash_operation() 454 AspeedHACEState *s = ASPEED_HACE(opaque); in aspeed_hace_read() [all …]
|
/qemu/include/hw/misc/ |
H A D | aspeed_hace.h | 23 OBJECT_DECLARE_TYPE(AspeedHACEState, AspeedHACEClass, ASPEED_HACE) 27 struct AspeedHACEState { struct
|
/qemu/include/hw/arm/ |
H A D | aspeed_soc.h | 70 AspeedHACEState hace;
|