Home
last modified time | relevance | path

Searched refs:memcheck (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/edac/
Dppc4xx_edac.c998 const u32 memcheck = (mcopt1 & SDRAM_MCOPT1_MCHK_MASK); in ppc4xx_edac_mc_init() local
1032 switch (memcheck) { in ppc4xx_edac_mc_init()
1212 u32 mcopt1, memcheck; in ppc4xx_edac_probe() local
1248 memcheck = (mcopt1 & SDRAM_MCOPT1_MCHK_MASK); in ppc4xx_edac_probe()
1250 if (memcheck == SDRAM_MCOPT1_MCHK_NON) { in ppc4xx_edac_probe()
/linux-6.1.9/drivers/platform/x86/
Dsamsung-laptop.c912 static int find_signature(void __iomem *memcheck, const char *testStr) in find_signature() argument
918 char temp = readb(memcheck + loca); in find_signature()
/linux-6.1.9/Documentation/dev-tools/
Dkmemleak.rst9 Valgrind tool (``memcheck --leak-check``) to detect the memory leaks in