Lines Matching refs:vmmdev_softc
120 struct vmmdev_softc *sc;
124 struct vmmdev_softc { struct
128 SLIST_ENTRY(vmmdev_softc) link; argument
134 static SLIST_HEAD(, vmmdev_softc) head; argument
166 vcpu_unlock_one(struct vmmdev_softc *sc, int vcpuid, struct vcpu *vcpu) in vcpu_unlock_one()
180 vcpu_lock_all(struct vmmdev_softc *sc) in vcpu_lock_all()
212 vcpu_unlock_all(struct vmmdev_softc *sc) in vcpu_unlock_all()
227 static struct vmmdev_softc *
230 struct vmmdev_softc *sc; in vmmdev_lookup()
250 static struct vmmdev_softc *
263 struct vmmdev_softc *sc; in vmmdev_rw()
312 get_memseg(struct vmmdev_softc *sc, struct vm_memseg *mseg, size_t len) in get_memseg()
338 alloc_memseg(struct vmmdev_softc *sc, struct vm_memseg *mseg, size_t len) in alloc_memseg()
412 struct vmmdev_softc *sc; in vmmdev_ioctl()
1108 struct vmmdev_softc *sc; in vmmdev_mmap_single()
1167 struct vmmdev_softc *sc = arg; in vmmdev_destroy()
1194 SLIST_REMOVE(&head, sc, vmmdev_softc, link); in vmmdev_destroy()
1205 struct vmmdev_softc *sc; in sysctl_vmm_destroy()
1276 struct vmmdev_softc *sc, *sc2; in sysctl_vmm_create()
1303 sc = malloc(sizeof(struct vmmdev_softc), M_VMMDEV, M_WAITOK | M_ZERO); in sysctl_vmm_create()
1413 struct vmmdev_softc *sc; in devmem_create_cdev()