Searched refs:hvio_config_put (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | pci_cfgacc_4v.h | 39 extern uint64_t hvio_config_put(devhandle_t, pci_device_t, pci_config_offset_t,
|
/illumos-gate/usr/src/uts/sun4v/io/pciex/ |
H A D | pci_cfgacc_asm.s | 48 hvio_config_put(devhandle_t dev_hdl, pci_device_t bdf, pci_config_offset_t off, 85 ENTRY(hvio_config_put) function 92 SET_SIZE(hvio_config_put)
|
H A D | pci_cfgacc_4v.c | 101 (void) hvio_config_put(devhdl, devaddr, offset, size, wdata);
|
/illumos-gate/usr/src/uts/sun4v/io/px/ |
H A D | px_libhv.c | 123 (void) hvio_config_put(dev_hdl, bdf, offset + PCIE_DEVCTL,
|
H A D | px_lib4v.c | 1278 if ((ret = hvio_config_put(DIP_TO_HANDLE(dip), bdf, off, 1281 "hvio_config_put failed, ret 0x%lx\n", ret);
|
Completed in 64 milliseconds