Home
last modified time | relevance | path

Searched refs:sparse (Results 76 - 100 of 264) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/drivers/input/
H A DMakefile13 obj-$(CONFIG_INPUT_SPARSEKMAP) += sparse-keymap.o
/kernel/linux/linux-6.6/drivers/input/
H A DMakefile13 obj-$(CONFIG_INPUT_SPARSEKMAP) += sparse-keymap.o
/third_party/ltp/include/mk/
H A Dtestcases.mk25 include $(top_srcdir)/include/mk/sparse.mk
H A Dlib.mk29 include $(top_srcdir)/include/mk/sparse.mk
/third_party/rust/crates/regex/src/
H A Dlib.rs755 mod sparse; modules
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c126 u64 addr, u64 range, bool sparse) in nouveau_uvmm_vmm_unmap()
130 return nvif_vmm_raw_unmap(vmm, addr, range, PAGE_SHIFT, sparse); in nouveau_uvmm_vmm_unmap()
204 bool sparse = !!uvma->region; in nouveau_uvma_unmap() local
209 return nouveau_uvmm_vmm_unmap(to_uvmm(uvma), addr, range, sparse); in nouveau_uvma_unmap()
794 bool sparse = !!uvma->region; in op_unmap_range() local
797 nouveau_uvmm_vmm_unmap(to_uvmm(uvma), addr, range, sparse); in op_unmap_range() local
1042 bool sparse) in bind_validate_map_common()
1069 if (sparse) in bind_validate_map_common()
1094 bool sparse = false; in bind_validate_region() local
1098 sparse in bind_validate_region()
125 nouveau_uvmm_vmm_unmap(struct nouveau_uvmm *uvmm, u64 addr, u64 range, bool sparse) nouveau_uvmm_vmm_unmap() argument
1041 bind_validate_map_common(struct nouveau_job *job, u64 addr, u64 range, bool sparse) bind_validate_map_common() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmgp100.c162 /* VALID_FALSE + VOL tells the MMU to treat the PTE as sparse. */ in gp100_vmm_pgt_sparse()
169 .sparse = gp100_vmm_pgt_sparse,
190 .sparse = gp100_vmm_pgt_sparse,
253 /* VALID_FALSE + VOL_BIG tells the MMU to treat the PDE as sparse. */ in gp100_vmm_pd0_sparse()
348 .sparse = gp100_vmm_pd0_sparse,
374 .sparse = gp100_vmm_pgt_sparse,
H A Dvmm.h24 /* Entire page table sparse.
28 bool sparse:1; member
33 * child page table, or indicate the PDE is marked as sparse.
63 nvkm_vmm_pxe_func sparse; member
170 bool sparse, u8 page, u8 align, u64 size,
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmgp100.c165 /* VALID_FALSE + VOL tells the MMU to treat the PTE as sparse. */ in gp100_vmm_pgt_sparse()
172 .sparse = gp100_vmm_pgt_sparse,
193 .sparse = gp100_vmm_pgt_sparse,
256 /* VALID_FALSE + VOL_BIG tells the MMU to treat the PDE as sparse. */ in gp100_vmm_pd0_sparse()
354 .sparse = gp100_vmm_pd0_sparse,
380 .sparse = gp100_vmm_pgt_sparse,
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/
H A Dnft_queue.sh261 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile
279 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile
311 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Dnft_queue.sh266 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile
284 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile
333 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dtoshiba-wmi.c16 #include <linux/input/sparse-keymap.h>
H A Ddell-wmi-aio.c13 #include <linux/input/sparse-keymap.h>
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dtoshiba-wmi.c16 #include <linux/input/sparse-keymap.h>
/third_party/ltp/tools/sparse/sparse-src/
H A Dtest-unssa.c84 compile(sparse(file)); in main()
H A Dcgcc8 my $check = $ENV{'CHECK'} || 'sparse';
130 return 1 if $arg =~ /^-W(no-?)?(address-space|bitwise|cast-to-as|cast-truncate|constant-suffix|context|decl|default-bitfield-sign|designated-init|do-while|enum-mismatch|external-function-has-definition|init-cstring|memcpy-max-count|non-pointer-null|old-initializer|one-bit-signed-bitfield|override-init-all|paren-string|ptr-subtraction-blows|return-void|sizeof-bool|sparse-all|sparse-error|transparent-union|typesign|undef|unknown-attribute)$/;
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.h40 * sparse buffer.
92 } sparse; member
95 amdgpu_bo_handle bo; /* NULL for slab entries and sparse buffers */
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBase.hpp39 namespace sparse namespace
96 } // sparse
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBase.hpp39 namespace sparse namespace
96 } // sparse
/kernel/linux/linux-5.10/mm/
H A DMakefile79 obj-$(CONFIG_SPARSEMEM) += sparse.o
80 obj-$(CONFIG_SPARSEMEM_VMEMMAP) += sparse-vmemmap.o
/kernel/linux/linux-6.6/mm/
H A DMakefile80 obj-$(CONFIG_SPARSEMEM) += sparse.o
81 obj-$(CONFIG_SPARSEMEM_VMEMMAP) += sparse-vmemmap.o
/third_party/f2fs-tools/mkfs/
H A Df2fs_format_main.c43 #include <sparse/sparse.h>
74 MSG(0, " -S sparse mode\n"); in mkfs_usage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageHostImageCopyTests.cpp232 bool sparse; member
421 if (m_parameters.sparse) in iterate()
758 if (m_parameters.sparse) in iterate()
1050 if (m_parameters.sparse) in checkSupport()
1122 if (m_parameters.sparse) in checkSupport()
1961 bool sparse; in testGenerator() member
1965 // non-sparse image in testGenerator()
1967 // sparse image in testGenerator()
1968 { true, "sparse"}, in testGenerator()
2030 for (const auto& sparse in testGenerator()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dmmu.h12 bool sparse:1; /* Unmapped PDEs/PTEs will not trigger MMU faults. */ member
/kernel/linux/linux-6.6/drivers/platform/x86/dell/
H A Ddell-wmi-aio.c13 #include <linux/input/sparse-keymap.h>

Completed in 17 milliseconds

1234567891011