Searched refs:pcisel (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/contrib/bhyve/sys/ |
H A D | pciio.h | 55 struct pcisel { struct 63 struct pcisel pc_sel; /* domain+bus+slot+function */ argument 80 struct pcisel pc_sel; /* domain+bus+slot+function */ 102 struct pcisel pi_sel; /* device to operate on */ 109 struct pcisel pbi_sel; /* device to operate on */ 131 struct pcisel plvi_sel; /* device to operate on */
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_passthru.h | 22 uint32_t pci_host_read_config(const struct pcisel *sel, long reg, int width); 23 void pci_host_write_config(const struct pcisel *sel, long reg, int width,
|
H A D | pci_emul.h | 230 uint32_t pci_config_read_reg(const struct pcisel *host_sel, nvlist_t *nvl,
|
H A D | pci_passthru.c | 1184 pci_host_read_config(const struct pcisel *sel __unused, long reg __unused, in pci_host_read_config() 1191 pci_host_write_config(const struct pcisel *sel __unused, long reg __unused, in pci_host_write_config()
|
H A D | pci_emul.c | 355 pci_config_read_reg(const struct pcisel *const host_sel, nvlist_t *nvl, in pci_config_read_reg()
|
/illumos-gate/usr/src/cmd/bhyve/amd64/ |
H A D | pci_lpc.c | 489 pci_lpc_get_sel(struct pcisel *const sel) in pci_lpc_get_sel() 529 pci_lpc_get_sel(struct pcisel *const sel __unused) in pci_lpc_get_sel() 538 struct pcisel sel = { 0 }; in pci_lpc_init() 539 struct pcisel *selp = NULL; in pci_lpc_init()
|