Searched defs:vpci (Results 1 – 7 of 7) sorted by relevance
58 struct vpci { struct64 /* Hide the rest of the vpci struct from the user-space test harness. */ argument65 struct vpci_header { argument95 struct vpci_msi { argument115 struct vpci_msix { argument142 struct vpci_vcpu { argument183 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()
134 struct vpci *vpci; member
256 struct vpci_vcpu vpci; member
126 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()
28 #define VMSIX_ADDR_IN_RANGE(addr, vpci, nr) \ argument
47 struct vpci *vpci; member
22 static struct vpci vpci; variable
Completed in 16 milliseconds