Searched refs:AspeedHACEState (Results 1 – 3 of 3) sorted by relevance
| /qemu/hw/misc/ |
| A D | aspeed_hace.c | 107 static bool has_padding(AspeedHACEState *s, struct iovec *iov, in has_padding() 136 static int reconstruct_iov(AspeedHACEState *s, struct iovec *iov, int id, in reconstruct_iov() 155 static void do_hash_operation(AspeedHACEState *s, int algo, bool sg_mode, in do_hash_operation() 304 AspeedHACEState *s = ASPEED_HACE(opaque); in aspeed_hace_read() 321 AspeedHACEState *s = ASPEED_HACE(opaque); in aspeed_hace_write() 407 struct AspeedHACEState *s = ASPEED_HACE(dev); in aspeed_hace_reset() 421 AspeedHACEState *s = ASPEED_HACE(dev); in aspeed_hace_realize() 440 DEFINE_PROP_LINK("dram", AspeedHACEState, dram_mr, 452 VMSTATE_UINT32(total_req_len, AspeedHACEState), 453 VMSTATE_UINT32(iov_count, AspeedHACEState), [all …]
|
| /qemu/include/hw/misc/ |
| A D | aspeed_hace.h | 22 OBJECT_DECLARE_TYPE(AspeedHACEState, AspeedHACEClass, ASPEED_HACE) 27 struct AspeedHACEState { struct
|
| /qemu/include/hw/arm/ |
| A D | aspeed_soc.h | 69 AspeedHACEState hace;
|
Completed in 8 milliseconds