|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/sched.h>#include <linux/kthread.h>#include <linux/workqueue.h>#include <linux/memblock.h>#include <asm/proto.h>Go to the source code of this file.
Data Structures | |
| struct | scan_area |
Macros | |
| #define | MAX_SCAN_AREAS 8 |
Functions | |
| early_param ("memory_corruption_check", set_corruption_check) | |
| early_param ("memory_corruption_check_period", set_corruption_check_period) | |
| early_param ("memory_corruption_check_size", set_corruption_check_size) | |
| void __init | setup_bios_corruption_check (void) |
| void | check_for_bios_corruption (void) |
| module_init (start_periodic_check_for_corruption) | |
| early_param | ( | "memory_corruption_check" | , |
| set_corruption_check | |||
| ) |
| early_param | ( | "memory_corruption_check_period" | , |
| set_corruption_check_period | |||
| ) |
| early_param | ( | "memory_corruption_check_size" | , |
| set_corruption_check_size | |||
| ) |
| module_init | ( | start_periodic_check_for_corruption | ) |
1.8.2