Searched refs:vmmdev_softc (Results 1 – 1 of 1) sorted by relevance
74 struct vmmdev_softc *sc;78 struct vmmdev_softc { struct82 SLIST_ENTRY(vmmdev_softc) link; argument83 LIST_ENTRY(vmmdev_softc) priv_link;89 LIST_HEAD(, vmmdev_softc) softcs; argument94 static SLIST_HEAD(, vmmdev_softc) head;113 static int devmem_create_cdev(struct vmmdev_softc *sc, int id, char *devmem);114 static void vmmdev_destroy(struct vmmdev_softc *sc);147 vcpu_lock_all(struct vmmdev_softc *sc) in vcpu_lock_all()163 vcpu_unlock_all(struct vmmdev_softc *sc) in vcpu_unlock_all()[all …]