|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <asm/processor-flags.h>#include <asm/required-features.h>#include <asm/msr-index.h>Go to the source code of this file.
Macros | |
| #define | A32(a, b, c, d) (((d) << 24)+((c) << 16)+((b) << 8)+(a)) |
Functions | |
| int | check_cpu (int *cpu_level_ptr, int *req_level_ptr, u32 **err_flags_ptr) |
Variables | |
| struct cpu_features | cpu |
Definition at line 49 of file cpucheck.c.
Definition at line 180 of file cpucheck.c.
Definition at line 31 of file cpucheck.c.
1.8.2