Searched refs:data64 (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/target/hexagon/ |
| H A D | cpu.h | 51 uint64_t data64; member
|
| H A D | op_helper.c | 67 env->mem_log_stores[slot].data64 = val; in log_store64() 86 cpu_stq_data_ra(env, va, env->mem_log_stores[slot_num].data64, ra); in commit_store()
|
| H A D | translate.c | 1093 offsetof(CPUHexagonState, mem_log_stores[i].data64), in hexagon_translate_init()
|
| /openbmc/qemu/hw/misc/ |
| H A D | aspeed_scu.c | 722 uint64_t data64, unsigned size) in aspeed_ast2600_scu_read() 727 uint32_t data = data64; in aspeed_ast2600_scu_read() 900 uint64_t data64, unsigned size) 905 uint32_t data = data64; in aspeed_ast2700_scu_read() 1011 uint64_t data64, unsigned size) in aspeed_ast2700_scu_write() 1016 uint32_t data = data64; in aspeed_ast2700_scu_write() 751 aspeed_ast2600_scu_write(void * opaque,hwaddr offset,uint64_t data64,unsigned size) aspeed_ast2600_scu_write() argument 958 aspeed_ast2700_scu_write(void * opaque,hwaddr offset,uint64_t data64,unsigned size) aspeed_ast2700_scu_write() argument 1200 aspeed_ast2700_scuio_write(void * opaque,hwaddr offset,uint64_t data64,unsigned size) aspeed_ast2700_scuio_write() argument
|
| /openbmc/qemu/target/avr/ |
| H A D | helper.c | 247 uint64_t data64, unsigned size) in avr_cpu_trap_write() 244 avr_cpu_trap_write(void * opaque,hwaddr addr,uint64_t data64,unsigned size) avr_cpu_trap_write() argument
|
| /openbmc/qemu/block/ |
| H A D | qcow2-refcount.c | 440 uint64_t data64 = cpu_to_be64(new_block); in alloc_refcount_block() local 444 sizeof(data64), &data64, 0); in alloc_refcount_block()
|