Searched refs:corruption_check_size (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dcheck.c24 static unsigned __read_mostly corruption_check_size = 64*1024; variable
85 corruption_check_size = size;
87 return (size == corruption_check_size) ? 0 : -EINVAL;
107 if (corruption_check_size == 0)
113 corruption_check_size = round_up(corruption_check_size, PAGE_SIZE);
118 PAGE_SIZE, corruption_check_size);
120 PAGE_SIZE, corruption_check_size);

Completed in 114 milliseconds