Searched refs:vmmdev_softc (Results 1 – 1 of 1) sorted by relevance
72 struct vmmdev_softc *sc;76 struct vmmdev_softc { struct80 SLIST_ENTRY(vmmdev_softc) link; argument81 LIST_ENTRY(vmmdev_softc) priv_link;87 LIST_HEAD(, vmmdev_softc) softcs; argument92 static SLIST_HEAD(, vmmdev_softc) head;111 static int devmem_create_cdev(struct vmmdev_softc *sc, int id, char *devmem);112 static void vmmdev_destroy(struct vmmdev_softc *sc);145 vcpu_lock_all(struct vmmdev_softc *sc) in vcpu_lock_all()161 vcpu_unlock_all(struct vmmdev_softc *sc) in vcpu_unlock_all()[all …]