Home
last modified time | relevance | path

Searched refs:selftest (Results 1 – 25 of 78) sorted by relevance

1234

/linux-6.15/drivers/gpu/drm/i915/selftests/
H A Di915_live_selftests.h3 #ifndef selftest
4 #define selftest(x, y) macro
24 selftest(gt_lrc, intel_lrc_live_selftests)
26 selftest(gt_pm, intel_gt_pm_live_selftests)
28 selftest(gt_tlb, intel_tlb_live_selftests)
35 selftest(vma, i915_vma_live_selftests)
38 selftest(gem, i915_gem_live_selftests)
49 selftest(perf, i915_perf_live_selftests)
50 selftest(slpc, intel_slpc_live_selftests)
51 selftest(guc, intel_guc_live_selftests)
[all …]
H A Di915_mock_selftests.h3 #ifndef selftest
4 #define selftest(x, y) macro
19 selftest(shmem, shmem_utils_mock_selftests)
20 selftest(fence, i915_sw_fence_mock_selftests)
22 selftest(syncmap, i915_syncmap_mock_selftests)
23 selftest(uncore, intel_uncore_mock_selftests)
24 selftest(ring, intel_ring_mock_selftests)
29 selftest(phys, i915_gem_phys_mock_selftests)
31 selftest(vma, i915_vma_mock_selftests)
32 selftest(evict, i915_gem_evict_mock_selftests)
[all …]
H A Di915_perf_selftests.h3 #ifndef selftest
4 #define selftest(x, y) macro
18 selftest(engine_cs, intel_engine_cs_perf_selftests)
19 selftest(request, i915_request_perf_selftests)
20 selftest(migrate, intel_migrate_perf_selftests)
21 selftest(region, intel_memory_region_perf_selftests)
H A Di915_selftest.c54 #define selftest(name, func) mock_##name, macro
56 #undef selftest
60 #define selftest(name, func) live_##name, macro
62 #undef selftest
68 #undef selftest
71 struct selftest { struct
84 #undef selftest
90 #undef selftest
96 #undef selftest
120 #undef selftest
[all …]
H A Dmock_region.c94 ida_free(&i915->selftest.mock_region_instances, instance); in mock_region_fini()
113 int instance = ida_alloc_max(&i915->selftest.mock_region_instances, in mock_region_create()
/linux-6.15/drivers/dma-buf/
H A Dselftest.c16 #define selftest(n, func) __idx_##n, macro
18 #undef selftest
21 #define selftest(n, f) [__idx_##n] = { .name = #n, .func = f }, macro
22 static struct selftest { struct
29 #undef selftest argument
35 #define selftest(n, func) selftest_0(n, func, param(n)) macro
37 #undef selftest
116 static void set_default_test_all(struct selftest *st, unsigned long count) in set_default_test_all()
128 static int run_selftests(struct selftest *st, unsigned long count) in run_selftests()
H A Dselftests.h12 selftest(sanitycheck, __sanitycheck__) /* keep first (igt selfcheck) */
13 selftest(dma_fence, dma_fence)
14 selftest(dma_fence_chain, dma_fence_chain)
15 selftest(dma_fence_unwrap, dma_fence_unwrap)
16 selftest(dma_resv, dma_resv)
H A Dselftest.h12 #define selftest(name, func) int func(void); macro
14 #undef selftest
H A DMakefile12 selftest.o \
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_selftest.h61 #define selftest(name, func) int func(void); macro
63 #undef selftest
64 #define selftest(name, func) int func(struct drm_i915_private *i915); macro
67 #undef selftest
/linux-6.15/lib/crypto/
H A DMakefile55 libblake2s-y += blake2s-selftest.o
56 libchacha20poly1305-y += chacha20poly1305-selftest.o
57 libcurve25519-y += curve25519-selftest.o
/linux-6.15/tools/testing/kunit/test_data/
H A Dtest_interrupted_tap_output.log14 [ 0.060000] BTRFS: selftest: sectorsize: 4096 nodesize: 4096
15 [ 0.060000] BTRFS: selftest: running btrfs free space cache tests
/linux-6.15/drivers/android/
H A DKconfig44 This feature allows binder selftest to run.
46 Binder selftest checks the allocation and free of binder buffers
/linux-6.15/Documentation/misc-devices/
H A Dlis3lv02d.rst36 selftest
37 - performs selftest for the chip as specified by chip manufacturer.
48 used during normal operations. Position data is not corrupted during selftest
55 measured difference between modes. Axes are not remapped in selftest mode.
/linux-6.15/crypto/krb5/
H A DMakefile15 selftest.o \
/linux-6.15/drivers/net/ethernet/sfc/falcon/
H A DMakefile2 sfc-falcon-y += efx.o nic.o farch.o falcon.o tx.o rx.o selftest.o \
/linux-6.15/drivers/iommu/iommufd/
H A DMakefile13 iommufd-$(CONFIG_IOMMUFD_TEST) += selftest.o
/linux-6.15/drivers/net/ethernet/sfc/siena/
H A DMakefile5 selftest.o ethtool.o ethtool_common.o ptp.o \
/linux-6.15/kernel/kcsan/
H A DMakefile17 obj-$(CONFIG_KCSAN_SELFTEST) += selftest.o
/linux-6.15/tools/testing/selftests/
H A Dkselftest_module.h46 selftest(); \
/linux-6.15/kernel/trace/
H A Dtrace_nop.c94 .selftest = trace_selftest_startup_nop,
/linux-6.15/drivers/net/ethernet/sfc/
H A DMakefile5 selftest.o ethtool.o ethtool_common.o ptp.o \
/linux-6.15/net/bluetooth/
H A DMakefile27 bluetooth-$(CONFIG_BT_SELFTEST) += selftest.o
/linux-6.15/tools/testing/selftests/bpf/
H A DREADME.rst120 Additional information about selftest failures are
286 The btf_tag selftest requires LLVM support to recognize the btf_decl_tag and
291 Without them, the btf_tag selftest will be skipped and you will observe:
330 The xdpwall selftest requires a change in `Clang 14`__.
332 Without it, the xdpwall selftest will fail and the error message
/linux-6.15/Documentation/networking/devlink/
H A Ddevlink-selftests.rst25 flash. This particular test helps to run a flash selftest on the device.

1234