memory_corruption_check   22 arch/x86/kernel/check.c static int __read_mostly memory_corruption_check = -1;
memory_corruption_check   47 arch/x86/kernel/check.c 	memory_corruption_check = val;
memory_corruption_check   97 arch/x86/kernel/check.c 	if (memory_corruption_check == -1) {
memory_corruption_check   98 arch/x86/kernel/check.c 		memory_corruption_check =
memory_corruption_check  108 arch/x86/kernel/check.c 		memory_corruption_check = 0;
memory_corruption_check  110 arch/x86/kernel/check.c 	if (!memory_corruption_check)
memory_corruption_check  145 arch/x86/kernel/check.c 	if (!memory_corruption_check)
memory_corruption_check  176 arch/x86/kernel/check.c 	if (!num_scan_areas || !memory_corruption_check || corruption_check_period == 0)