Home
last modified time | relevance | path

Searched defs:physdev_map_pirq (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/xen/interface/
H A Dphysdev.h119 struct physdev_map_pirq { struct
120 domid_t domid;
122 int type;
124 int index;
126 int pirq;
128 int bus;
130 int devfn;
137 int entry_nr;
139 uint64_t table_base;
/openbmc/qemu/include/hw/xen/interface/
H A Dphysdev.h142 struct physdev_map_pirq { struct
159 typedef struct physdev_map_pirq physdev_map_pirq_t; argument