Home
last modified time | relevance | path

Searched refs:xenstore_read_uint64 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/xen/
H A Dxen_pvdev.h68 int xenstore_read_uint64(const char *base, const char *node, uint64_t *uval);
/openbmc/qemu/hw/xen/
H A Dxen_pvdev.c128 int xenstore_read_uint64(const char *base, const char *node, uint64_t *uval) in xenstore_read_uint64() function
H A Dxen-legacy-backend.c91 return xenstore_read_uint64(xendev->fe, node, uval); in xenstore_read_fe_uint64()