Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dcheck.c19 static unsigned __read_mostly corruption_check_size = 64*1024; variable
79 corruption_check_size = size; in set_corruption_check_size()
81 return (size == corruption_check_size) ? 0 : -EINVAL; in set_corruption_check_size()
101 if (corruption_check_size == 0) in setup_bios_corruption_check()
107 corruption_check_size = round_up(corruption_check_size, PAGE_SIZE); in setup_bios_corruption_check()
112 PAGE_SIZE, corruption_check_size); in setup_bios_corruption_check()
114 PAGE_SIZE, corruption_check_size); in setup_bios_corruption_check()