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

/linux-4.4.14/arch/x86/kernel/
H A Dcheck.c19 static unsigned __read_mostly corruption_check_size = 64*1024; variable
64 corruption_check_size = size; set_corruption_check_size()
66 return (size == corruption_check_size) ? 0 : -EINVAL; set_corruption_check_size()
86 if (corruption_check_size == 0) setup_bios_corruption_check()
92 corruption_check_size = round_up(corruption_check_size, PAGE_SIZE); setup_bios_corruption_check()
97 PAGE_SIZE, corruption_check_size); setup_bios_corruption_check()
99 PAGE_SIZE, corruption_check_size); setup_bios_corruption_check()

Completed in 98 milliseconds