Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dcheck.c17 static int __read_mostly memory_corruption_check = -1; variable
37 memory_corruption_check = val; in set_corruption_check()
76 if (memory_corruption_check == -1) { in setup_bios_corruption_check()
77 memory_corruption_check = in setup_bios_corruption_check()
87 memory_corruption_check = 0; in setup_bios_corruption_check()
89 if (!memory_corruption_check) in setup_bios_corruption_check()
124 if (!memory_corruption_check) in check_for_bios_corruption()
156 if (!num_scan_areas || !memory_corruption_check || corruption_check_period == 0) in start_periodic_check_for_corruption()
/linux-4.4.14/arch/x86/
DKconfig1473 setting "memory_corruption_check=1" on the kernel command
1490 bool "Set the default setting of memory_corruption_check"
1494 Set whether the default state of memory_corruption_check is
/linux-4.4.14/Documentation/
Dkernel-parameters.txt2075 memory_corruption_check=0/1 [X86]