Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/xen/
H A Dxen-hvm-common.h27 static inline uint32_t xen_vcpu_eport(shared_iopage_t *shared_page, int i) in xen_vcpu_eport() argument
29 return shared_page->vcpu_ioreq[i].vp_eport; in xen_vcpu_eport()
31 static inline ioreq_t *xen_vcpu_ioreq(shared_iopage_t *shared_page, int vcpu) in xen_vcpu_ioreq() argument
33 return &shared_page->vcpu_ioreq[vcpu]; in xen_vcpu_ioreq()
55 shared_iopage_t *shared_page; member