Home
last modified time | relevance | path

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

/qemu/hw/riscv/
H A Driscv_hart.c51 num_rnmi_irqvec, rnmi_irqvec, qdev_prop_uint64,
54 num_rnmi_excpvec, rnmi_excpvec, qdev_prop_uint64,
/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.c694 trng_prop_uint64 = qdev_prop_uint64; in trng_class_init()
/qemu/target/sparc/
H A Dcpu.c985 qdev_prop_uint64, target_ulong),
/qemu/hw/core/
H A Dqdev-properties.c412 const PropertyInfo qdev_prop_uint64 = { variable