Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/io/
H A Dring.h146 #define FRONT_RING_INIT(_r, _s, __size) FRONT_RING_ATTACH(_r, _s, 0, __size) macro
150 FRONT_RING_INIT(r, s, size); \
/openbmc/qemu/include/hw/xen/interface/io/
H A Dring.h167 #define FRONT_RING_INIT(_r, _s, __size) FRONT_RING_ATTACH(_r, _s, 0, __size) macro
171 FRONT_RING_INIT(r, s, size); \
/openbmc/linux/drivers/xen/
H A Dpvcalls-front.c1192 FRONT_RING_INIT(&bedata->ring, sring, XEN_PAGE_SIZE); in pvcalls_front_probe()