Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/edac/
Dppc4xx_edac.c1011 const u32 memcheck = (mcopt1 & SDRAM_MCOPT1_MCHK_MASK); in ppc4xx_edac_mc_init() local
1045 switch (memcheck) { in ppc4xx_edac_mc_init()
1225 u32 mcopt1, memcheck; in ppc4xx_edac_probe() local
1261 memcheck = (mcopt1 & SDRAM_MCOPT1_MCHK_MASK); in ppc4xx_edac_probe()
1263 if (memcheck == SDRAM_MCOPT1_MCHK_NON) { in ppc4xx_edac_probe()
/linux-5.19.10/drivers/platform/x86/
Dsamsung-laptop.c922 static int find_signature(void __iomem *memcheck, const char *testStr) in find_signature() argument
928 char temp = readb(memcheck + loca); in find_signature()
/linux-5.19.10/Documentation/dev-tools/
Dkmemleak.rst9 Valgrind tool (``memcheck --leak-check``) to detect the memory leaks in