Home
last modified time | relevance | path

Searched defs:sgt (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/sys/dev/pci/drm/
H A Ddrm_prime.c641 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 Ddrm_gem_dma_helper.c46 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 Ddrm_linux.c3312 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 Di915_gem_dmabuf.c34 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 Damdgpu_dma_buf.c150 struct sg_table *sgt; in amdgpu_dma_buf_map() local
215 struct sg_table *sgt, in amdgpu_dma_buf_unmap()
H A Damdgpu_vram_mgr.c658 struct sg_table **sgt) in amdgpu_vram_mgr_alloc_sgt()
742 struct sg_table *sgt) in amdgpu_vram_mgr_free_sgt()
H A Damdgpu_ttm.c927 struct sg_table *sgt; amdgpu_ttm_backend_bind() local
/openbsd-src/sys/dev/pci/drm/include/drm/
H A Ddrm_gem_dma_helper.h33 struct sg_table *sgt; member
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20020315-1.c6 int sgt (char *a, char *b, int c, int d) in sgt() function
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_mm.c37 struct sgt_iter sgt; member
/openbsd-src/sys/dev/pci/drm/i915/selftests/
H A Dscatterlist.c116 struct sgt_iter sgt; in expect_pfn_sgtiter() local
H A Di915_vma.c718 struct sgt_iter sgt; in assert_partial() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1179 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 DKnownBits.cpp371 std::optional<bool> KnownBits::sgt(const KnownBits &LHS, const KnownBits &RHS) { in sgt() function in KnownBits