Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
cpucheck.c File Reference
#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
 

Macro Definition Documentation

#define A32 (   a,
  b,
  c,
  d 
)    (((d) << 24)+((c) << 16)+((b) << 8)+(a))

Definition at line 49 of file cpucheck.c.

Function Documentation

int check_cpu ( int cpu_level_ptr,
int req_level_ptr,
u32 **  err_flags_ptr 
)

Definition at line 180 of file cpucheck.c.

Variable Documentation

Definition at line 31 of file cpucheck.c.