| /linux-6.15/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_live_selftests.h | 3 #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 D | i915_mock_selftests.h | 3 #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 D | i915_perf_selftests.h | 3 #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 D | i915_selftest.c | 54 #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 D | mock_region.c | 94 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 D | selftest.c | 16 #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 D | selftests.h | 12 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 D | selftest.h | 12 #define selftest(name, func) int func(void); macro 14 #undef selftest
|
| H A D | Makefile | 12 selftest.o \
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_selftest.h | 61 #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 D | Makefile | 55 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 D | test_interrupted_tap_output.log | 14 [ 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 D | Kconfig | 44 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 D | lis3lv02d.rst | 36 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 D | Makefile | 15 selftest.o \
|
| /linux-6.15/drivers/net/ethernet/sfc/falcon/ |
| H A D | Makefile | 2 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 D | Makefile | 13 iommufd-$(CONFIG_IOMMUFD_TEST) += selftest.o
|
| /linux-6.15/drivers/net/ethernet/sfc/siena/ |
| H A D | Makefile | 5 selftest.o ethtool.o ethtool_common.o ptp.o \
|
| /linux-6.15/kernel/kcsan/ |
| H A D | Makefile | 17 obj-$(CONFIG_KCSAN_SELFTEST) += selftest.o
|
| /linux-6.15/tools/testing/selftests/ |
| H A D | kselftest_module.h | 46 selftest(); \
|
| /linux-6.15/kernel/trace/ |
| H A D | trace_nop.c | 94 .selftest = trace_selftest_startup_nop,
|
| /linux-6.15/drivers/net/ethernet/sfc/ |
| H A D | Makefile | 5 selftest.o ethtool.o ethtool_common.o ptp.o \
|
| /linux-6.15/net/bluetooth/ |
| H A D | Makefile | 27 bluetooth-$(CONFIG_BT_SELFTEST) += selftest.o
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | README.rst | 120 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 D | devlink-selftests.rst | 25 flash. This particular test helps to run a flash selftest on the device.
|