Lines Matching refs:vmmdev_softc
51 struct vmmdev_softc *sc;
55 struct vmmdev_softc { struct
59 SLIST_ENTRY(vmmdev_softc) link; argument
64 static SLIST_HEAD(, vmmdev_softc) head; argument
75 static int devmem_create_cdev(struct vmmdev_softc *sc, int id, char *devmem);
108 vcpu_lock_all(struct vmmdev_softc *sc) in vcpu_lock_all()
140 vcpu_unlock_all(struct vmmdev_softc *sc) in vcpu_unlock_all()
155 static struct vmmdev_softc *
158 struct vmmdev_softc *sc; in vmmdev_lookup()
176 static struct vmmdev_softc *
188 struct vmmdev_softc *sc; in vmmdev_rw()
234 get_memseg(struct vmmdev_softc *sc, struct vm_memseg *mseg, size_t len) in get_memseg()
260 alloc_memseg(struct vmmdev_softc *sc, struct vm_memseg *mseg, size_t len) in alloc_memseg()
387 struct vmmdev_softc *sc; in vmmdev_ioctl()
687 struct vmmdev_softc *sc; in vmmdev_mmap_single()
740 vmmdev_destroy(struct vmmdev_softc *sc) in vmmdev_destroy()
778 SLIST_REMOVE(&head, sc, vmmdev_softc, link); in vmmdev_destroy()
787 struct vmmdev_softc *sc; in vmmdev_lookup_and_destroy()
844 static struct vmmdev_softc *
847 struct vmmdev_softc *sc; in vmmdev_alloc()
861 struct vmmdev_softc *sc; in vmmdev_create()
1067 devmem_create_cdev(struct vmmdev_softc *sc, int segid, char *devname) in devmem_create_cdev()