/openbsd-src/sys/dev/pci/drm/ |
H A D | drm_prime.c | 641 struct sg_table *sgt; in drm_gem_map_dma_buf() local 675 struct sg_table *sgt, in drm_gem_unmap_dma_buf() 882 unsigned long drm_prime_get_contiguous_size(struct sg_table *sgt) in drm_prime_get_contiguous_size() 956 struct sg_table *sgt; in drm_gem_prime_import_dev() local 1048 int __deprecated drm_prime_sg_to_page_array(struct sg_table *sgt, in drm_prime_sg_to_page_array() 1079 int drm_prime_sg_to_dma_addr_array(struct sg_table *sgt, dma_addr_t *addrs, in drm_prime_sg_to_dma_addr_array()
|
H A D | drm_gem_dma_helper.c | 46 struct sg_table *sgt) in drm_gem_dma_create_internal() argument 244 struct dma_buf_attachment *attach, struct sg_table *sgt) in drm_gem_dma_prime_import_sg_table() argument [all...] |
H A D | drm_linux.c | 3312 dma_get_sgtable(struct device * dev,struct sg_table * sgt,void * cpu_addr,dma_addr_t dma_addr,size_t size) dma_get_sgtable() argument 3356 iommu_map_sgtable(struct iommu_domain * domain,u_long iova,struct sg_table * sgt,int prot) iommu_map_sgtable() argument [all...] |
/openbsd-src/sys/dev/pci/drm/i915/gem/ |
H A D | i915_gem_dmabuf.c | 34 struct sg_table *sgt; in i915_gem_map_dma_buf() local 250 struct sg_table *sgt; in i915_gem_object_get_pages_dmabuf() local 280 struct sg_table *sgt) in i915_gem_object_put_pages_dmabuf()
|
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_dma_buf.c | 150 struct sg_table *sgt; in amdgpu_dma_buf_map() local 215 struct sg_table *sgt, in amdgpu_dma_buf_unmap()
|
H A D | amdgpu_vram_mgr.c | 658 struct sg_table **sgt) in amdgpu_vram_mgr_alloc_sgt() 742 struct sg_table *sgt) in amdgpu_vram_mgr_free_sgt()
|
H A D | amdgpu_ttm.c | 927 struct sg_table *sgt; amdgpu_ttm_backend_bind() local
|
/openbsd-src/sys/dev/pci/drm/include/drm/ |
H A D | drm_gem_dma_helper.h | 33 struct sg_table *sgt; member
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 20020315-1.c | 6 int sgt (char *a, char *b, int c, int d) in sgt() function
|
/openbsd-src/sys/dev/pci/drm/i915/ |
H A D | i915_mm.c | 37 struct sgt_iter sgt; member
|
/openbsd-src/sys/dev/pci/drm/i915/selftests/ |
H A D | scatterlist.c | 116 struct sgt_iter sgt; in expect_pfn_sgtiter() local
|
H A D | i915_vma.c | 718 struct sgt_iter sgt; in assert_partial() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1179 bool sgt(const APInt &RHS) const { return !sle(RHS); } in sgt() function 1187 bool sgt(int64_t RHS) const { in sgt() function
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | KnownBits.cpp | 371 std::optional<bool> KnownBits::sgt(const KnownBits &LHS, const KnownBits &RHS) { in sgt() function in KnownBits
|