Searched refs:vmmdev_softc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/amd64/vmm/
H A Dvmm_dev.c68 struct vmmdev_softc *sc;
72 struct vmmdev_softc { struct
75 SLIST_ENTRY(vmmdev_softc) link;
81 static SLIST_HEAD(, vmmdev_softc) head;
93 vcpu_lock_one(struct vmmdev_softc *sc, int vcpu)
105 vcpu_unlock_one(struct vmmdev_softc *sc, int vcpu)
119 vcpu_lock_all(struct vmmdev_softc *sc)
138 vcpu_unlock_all(struct vmmdev_softc *sc)
146 static struct vmmdev_softc *
149 struct vmmdev_softc *s
[all...]

Completed in 135 milliseconds