HomeSort by relevance Sort by last modified time
    Searched refs:qdev_get_prop_int (Results 1 - 4 of 4) sorted by null

  /external/qemu/hw/
qdev.h 102 uint64_t qdev_get_prop_int(DeviceState *dev, const char *name, uint64_t def);
armv7m.c 130 s->base = qdev_get_prop_int(&dev->qdev, "base", 0);
qdev.c 312 uint64_t qdev_get_prop_int(DeviceState *dev, const char *name, uint64_t def) function
pci.c 915 devfn = qdev_get_prop_int(qdev, "devfn", -1);

Completed in 25 milliseconds