Home
last modified time | relevance | path

Searched defs:ioctx (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/sys/arm64/iommu/
H A Diommu.c189 struct iommu_ctx *ioctx; iommu_ctx_alloc() local
203 iommu_ctx_init(device_t requester,struct iommu_ctx * ioctx) iommu_ctx_init() argument
253 struct iommu_ctx *ioctx; iommu_get_ctx_ofw() local
340 struct iommu_ctx *ioctx; iommu_get_ctx() local
376 iommu_free_ctx_locked(struct iommu_unit * iommu,struct iommu_ctx * ioctx) iommu_free_ctx_locked() argument
390 iommu_free_ctx(struct iommu_ctx * ioctx) iommu_free_ctx() argument
[all...]
H A Dsmmu.c1829 smmu_ctx_init(device_t dev,struct iommu_ctx * ioctx) smmu_ctx_init() argument
1881 smmu_ctx_free(device_t dev,struct iommu_ctx * ioctx) smmu_ctx_free() argument
1972 smmu_ofw_md_data(device_t dev,struct iommu_ctx * ioctx,pcell_t * cells,int ncells) smmu_ofw_md_data() argument
[all...]
H A Dsmmuvar.h63 struct iommu_ctx ioctx; member