Lines Matching refs:vmmdev_softc
76 struct vmmdev_softc *sc;
80 struct vmmdev_softc { struct
84 SLIST_ENTRY(vmmdev_softc) link; argument
90 static SLIST_HEAD(, vmmdev_softc) head; argument
115 vcpu_lock_one(struct vmmdev_softc *sc, int vcpu) in vcpu_lock_one()
127 vcpu_unlock_one(struct vmmdev_softc *sc, int vcpu) in vcpu_unlock_one()
141 vcpu_lock_all(struct vmmdev_softc *sc) in vcpu_lock_all()
162 vcpu_unlock_all(struct vmmdev_softc *sc) in vcpu_unlock_all()
172 static struct vmmdev_softc *
175 struct vmmdev_softc *sc; in vmmdev_lookup()
195 static struct vmmdev_softc *
208 struct vmmdev_softc *sc; in vmmdev_rw()
262 get_memseg(struct vmmdev_softc *sc, struct vm_memseg *mseg, size_t len) in get_memseg()
288 alloc_memseg(struct vmmdev_softc *sc, struct vm_memseg *mseg, size_t len) in alloc_memseg()
362 struct vmmdev_softc *sc; in vmmdev_ioctl()
906 struct vmmdev_softc *sc; in vmmdev_mmap_single()
969 struct vmmdev_softc *sc = arg; in vmmdev_destroy()
994 SLIST_REMOVE(&head, sc, vmmdev_softc, link); in vmmdev_destroy()
1005 struct vmmdev_softc *sc; in sysctl_vmm_destroy()
1081 struct vmmdev_softc *sc, *sc2; in sysctl_vmm_create()
1108 sc = malloc(sizeof(struct vmmdev_softc), M_VMMDEV, M_WAITOK | M_ZERO); in sysctl_vmm_create()
1224 struct vmmdev_softc *sc; in devmem_create_cdev()