Home
last modified time | relevance | path

Searched refs:xio (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/xdma/
H A Dxdma_iommu.c64 struct xdma_iommu *xio; in xdma_iommu_remove_entry() local
66 xio = &xchan->xio; in xdma_iommu_remove_entry()
69 pmap_remove(&xio->p, va, va + PAGE_SIZE); in xdma_iommu_remove_entry()
71 XDMA_IOMMU_REMOVE(xio->dev, xio, va); in xdma_iommu_remove_entry()
73 vmem_free(xio->vmem, va, PAGE_SIZE); in xdma_iommu_remove_entry()
77 xdma_iommu_enter(struct xdma_iommu *xio, vm_offset_t va, in xdma_iommu_enter() argument
83 p = &xio->p; in xdma_iommu_enter()
92 XDMA_IOMMU_ENTER(xio->dev, xio, va, pa); in xdma_iommu_enter()
103 struct xdma_iommu *xio; in xdma_iommu_add_entry() local
107 xio = &xchan->xio; in xdma_iommu_add_entry()
[all …]
H A Dxdma.c76 struct xdma_iommu *xio; in xdma_get_iommu_fdt() local
92 xio = &xchan->xio; in xdma_get_iommu_fdt()
93 xio->dev = OF_device_from_xref(prop); in xdma_get_iommu_fdt()
94 if (xio->dev == NULL) { in xdma_get_iommu_fdt()
152 xdma_iommu_init(&xchan->xio); in xdma_channel_alloc()
185 xdma_iommu_release(&xchan->xio); in xdma_channel_free()
H A Dxdma_if.m129 struct xdma_iommu *xio;
137 struct xdma_iommu *xio;
145 struct xdma_iommu *xio;
155 struct xdma_iommu *xio;
H A Dxdma.h189 struct xdma_iommu xio; member
300 int xdma_iommu_init(struct xdma_iommu *xio);
301 int xdma_iommu_release(struct xdma_iommu *xio);
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun5i-r8-chip.dts140 xio: gpio@38 { label
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dnvidia,tegra20-pinmux.txt115 vi, vi_sensor_clk, xio
/freebsd/sys/cam/ctl/
H A Dctl.c12724 union ctl_io *xio = (union ctl_io *)xioh; in ctl_abort_tasks_lun() local
12737 CTL_IO_ASSERT(xio, SCSI); in ctl_abort_tasks_lun()
12740 msg_info.task.tag_num = xio->scsiio.tag_num; in ctl_abort_tasks_lun()
12741 msg_info.task.tag_type = xio->scsiio.tag_type; in ctl_abort_tasks_lun()
12748 ctl_try_unblock_io(lun, xio, FALSE); in ctl_abort_tasks_lun()
12877 union ctl_io *xio = (union ctl_io *)xioh; local
12879 CTL_IO_ASSERT(xio, SCSI);
12894 if (((xio->scsiio.tag_type == CTL_TAG_UNTAGGED)
12896 || (xio->scsiio.tag_num == io->taskio.tag_num)) {
12905 if (xio->scsiio.tag_num == io->taskio.tag_num) {
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc493 /* Entries from file: dev/vme/xio.h */