Home
last modified time | relevance | path

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

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