Home
last modified time | relevance | path

Searched refs:data64 (Results 1 – 6 of 6) sorted by relevance

/qemu/hw/misc/
H A Daspeed_scu.c719 uint64_t data64, unsigned size) in aspeed_ast2600_scu_write() argument
724 uint32_t data = data64; in aspeed_ast2600_scu_write()
886 uint64_t data64, unsigned size) in aspeed_ast2700_scu_write() argument
891 uint32_t data = data64; in aspeed_ast2700_scu_write()
997 uint64_t data64, unsigned size) in aspeed_ast2700_scuio_write() argument
1002 uint32_t data = data64; in aspeed_ast2700_scuio_write()
/qemu/target/hexagon/
H A Dcpu.h51 uint64_t data64; member
H A Dop_helper.c67 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 Dtranslate.c1092 offsetof(CPUHexagonState, mem_log_stores[i].data64), in hexagon_translate_init()
/qemu/target/avr/
H A Dhelper.c244 uint64_t data64, unsigned size) in avr_cpu_trap_write() argument
/qemu/block/
H A Dqcow2-refcount.c440 uint64_t data64 = cpu_to_be64(new_block); in alloc_refcount_block() local
444 sizeof(data64), &data64, 0); in alloc_refcount_block()