Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Damdiommu.c125 sc = device_get_softc(dev); in ivhd_setup_intr()
165 sc = device_get_softc(dev); in ivhd_teardown_intr()
H A Damdvi_hw.c726 softc = device_get_softc(dev); in amdvi_print_pci_cap()
772 softc = device_get_softc(dev); in amdvi_free_evt_intr_res()
986 softc = device_get_softc(ivhd_devs[i]); in amdvi_do_inv_domain()
1201 softc = device_get_softc(ivhd_devs[i]); in amdvi_find_iommu()
1314 softc = device_get_softc(ivhd_devs[i]); in amdvi_enable()
1348 softc = device_get_softc(ivhd_devs[i]); in amdvi_disable()
H A Divrs_drv.c644 softc = device_get_softc(dev); in ivhd_attach()
709 softc = device_get_softc(dev); in ivhd_detach()
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dbus.h19 #define device_get_softc(dev) ddi_get_driver_private(dev) macro