Searched refs:memcheck (Results 1 – 4 of 4) sorted by relevance
1015 const u32 memcheck = (mcopt1 & SDRAM_MCOPT1_MCHK_MASK); in ppc4xx_edac_mc_init() local1051 switch (memcheck) { in ppc4xx_edac_mc_init()1232 u32 mcopt1, memcheck; in ppc4xx_edac_probe() local1268 memcheck = (mcopt1 & SDRAM_MCOPT1_MCHK_MASK); in ppc4xx_edac_probe()1270 if (memcheck == SDRAM_MCOPT1_MCHK_NON) { in ppc4xx_edac_probe()
28 Userspace programmers might be familiar with Valgrind's memcheck. The main29 difference between memcheck and kmemcheck is that memcheck works for userspace32 as memcheck, but it turns out to be good enough in practice to discover real
12 Valgrind tool (memcheck --leak-check) to detect the memory leaks in
926 static int find_signature(void __iomem *memcheck, const char *testStr) in find_signature() argument932 char temp = readb(memcheck + loca); in find_signature()