Home
last modified time | relevance | path

Searched refs:qdev_prop_uint64 (Results 1 – 4 of 4) sorted by relevance

/qemu/include/hw/
H A Dqdev-properties.h57 extern const PropertyInfo qdev_prop_uint64;
162 DEFINE_PROP_UNSIGNED(_n, _s, _f, _d, qdev_prop_uint64, uint64_t)
/qemu/hw/misc/
H A Dxlnx-versal-trng.c696 trng_prop_uint64 = qdev_prop_uint64; in trng_class_init()
/qemu/target/sparc/
H A Dcpu.c901 qdev_prop_uint64, target_ulong),
/qemu/hw/core/
H A Dqdev-properties.c418 const PropertyInfo qdev_prop_uint64 = { variable