Linux Kernel
3.7.1
|
#include <cpu.h>
Data Fields | |
const char * | c_vendor |
const char * | c_ident [2] |
struct cpu_model_info | c_models [4] |
void(* | c_early_init )(struct cpuinfo_x86 *) |
void(* | c_bsp_init )(struct cpuinfo_x86 *) |
void(* | c_init )(struct cpuinfo_x86 *) |
void(* | c_identify )(struct cpuinfo_x86 *) |
void(* | c_detect_tlb )(struct cpuinfo_x86 *) |
unsigned int(* | c_size_cache )(struct cpuinfo_x86 *, unsigned int) |
int | c_x86_vendor |
void(* c_bsp_init)(struct cpuinfo_x86 *) |
void(* c_detect_tlb)(struct cpuinfo_x86 *) |
void(* c_early_init)(struct cpuinfo_x86 *) |
void(* c_identify)(struct cpuinfo_x86 *) |
void(* c_init)(struct cpuinfo_x86 *) |
struct cpu_model_info c_models[4] |
unsigned int(* c_size_cache)(struct cpuinfo_x86 *, unsigned int) |