Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/edac/
Dppc4xx_edac.c1015 const u32 memcheck = (mcopt1 & SDRAM_MCOPT1_MCHK_MASK); in ppc4xx_edac_mc_init() local
1051 switch (memcheck) { in ppc4xx_edac_mc_init()
1232 u32 mcopt1, memcheck; in ppc4xx_edac_probe() local
1268 memcheck = (mcopt1 & SDRAM_MCOPT1_MCHK_MASK); in ppc4xx_edac_probe()
1270 if (memcheck == SDRAM_MCOPT1_MCHK_NON) { in ppc4xx_edac_probe()
/linux-4.1.27/Documentation/
Dkmemcheck.txt28 Userspace programmers might be familiar with Valgrind's memcheck. The main
29 difference between memcheck and kmemcheck is that memcheck works for userspace
32 as memcheck, but it turns out to be good enough in practice to discover real
Dkmemleak.txt12 Valgrind tool (memcheck --leak-check) to detect the memory leaks in
/linux-4.1.27/drivers/platform/x86/
Dsamsung-laptop.c926 static int find_signature(void __iomem *memcheck, const char *testStr) in find_signature() argument
932 char temp = readb(memcheck + loca); in find_signature()