Searched refs:memtest (Results 1 – 11 of 11) sorted by relevance
| /linux/mm/ |
| H A D | memtest.c | 40 static void __init memtest(u64 pattern, phys_addr_t start_phys, phys_addr_t size) in memtest() function 87 memtest(pattern, this_start, this_end - this_start); in do_one_pass()
|
| H A D | Makefile | 97 obj-$(CONFIG_MEMTEST) += memtest.o
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | intel_memory_region.c | 225 if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM) || i915->params.memtest) in intel_memory_region_memtest() 226 err = iomemtest(mem, i915->params.memtest, caller); in intel_memory_region_memtest()
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfad_bsg.h | 577 struct bfa_diag_memtest_s memtest; member
|
| H A D | bfa_ioc.h | 677 struct bfa_diag_memtest_s *memtest, u32 pattern,
|
| H A D | bfad_bsg.c | 1644 &iocmd->memtest, iocmd->pat, in bfad_iocmd_diag_memtest()
|
| H A D | bfa_ioc.c | 5038 bfa_diag_memtest(struct bfa_diag_s *diag, struct bfa_diag_memtest_s *memtest, in bfa_diag_memtest() argument
|
| /linux/lib/ |
| H A D | Kconfig.debug | 3500 This option adds a kernel parameter 'memtest', which allows memtest 3502 memtest=0, mean disabled; -- default 3503 memtest=1, mean do 1 test pattern; 3505 memtest=17, mean do 17 test patterns.
|
| /linux/Documentation/filesystems/ |
| H A D | proc.rst | 1244 by early memtest. If memtest was not run, this field will not 1247 there was at least one pass of memtest and none of the passes
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 4014 memtest= [KNL,X86,ARM,M68K,PPC,RISCV,EARLY] Enable memtest 4017 Specifies the number of memtest passes to be
|
| /linux/ |
| H A D | MAINTAINERS | 16582 F: mm/memtest.c
|