Home
last modified time | relevance | path

Searched defs:vpci (Results 1 – 7 of 7) sorted by relevance

/xen/xen/include/xen/
A Dvpci.h58 struct vpci { struct
64 /* Hide the rest of the vpci struct from the user-space test harness. */ argument
65 struct vpci_header { argument
95 struct vpci_msi { argument
115 struct vpci_msix { argument
142 struct vpci_vcpu { argument
183 static inline paddr_t vmsix_table_base(const struct vpci *vpci, unsigned int nr) in vmsix_table_base()
188 static inline paddr_t vmsix_table_addr(const struct vpci *vpci, unsigned int nr) in vmsix_table_addr()
199 static inline size_t vmsix_table_size(const struct vpci *vpci, unsigned int nr) in vmsix_table_size()
A Dpci.h134 struct vpci *vpci; member
A Dsched.h256 struct vpci_vcpu vpci; member
/xen/xen/drivers/vpci/
A Dvpci.c126 int vpci_add_register(struct vpci *vpci, vpci_read_t *read_handler, in vpci_add_register()
174 int vpci_remove_register(struct vpci *vpci, unsigned int offset, in vpci_remove_register()
A Dmsix.c28 #define VMSIX_ADDR_IN_RANGE(addr, vpci, nr) \ argument
/xen/tools/tests/vpci/
A Demul.h47 struct vpci *vpci; member
A Dmain.c22 static struct vpci vpci; variable

Completed in 11 milliseconds