corruption_check_size   24 arch/x86/kernel/check.c static unsigned __read_mostly corruption_check_size = 64*1024;
corruption_check_size   85 arch/x86/kernel/check.c 		corruption_check_size = size;
corruption_check_size   87 arch/x86/kernel/check.c 	return (size == corruption_check_size) ? 0 : -EINVAL;
corruption_check_size  107 arch/x86/kernel/check.c 	if (corruption_check_size == 0)
corruption_check_size  113 arch/x86/kernel/check.c 	corruption_check_size = round_up(corruption_check_size, PAGE_SIZE);
corruption_check_size  118 arch/x86/kernel/check.c 				PAGE_SIZE, corruption_check_size);
corruption_check_size  120 arch/x86/kernel/check.c 			      PAGE_SIZE, corruption_check_size);