Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
cpu_dev Struct Reference

#include <cpu.h>

Data Fields

const charc_vendor
 
const charc_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
 

Detailed Description

Definition at line 11 of file cpu.h.

Field Documentation

void(* c_bsp_init)(struct cpuinfo_x86 *)

Definition at line 20 of file cpu.h.

void(* c_detect_tlb)(struct cpuinfo_x86 *)

Definition at line 23 of file cpu.h.

void(* c_early_init)(struct cpuinfo_x86 *)

Definition at line 19 of file cpu.h.

const char* c_ident[2]

Definition at line 15 of file cpu.h.

void(* c_identify)(struct cpuinfo_x86 *)

Definition at line 22 of file cpu.h.

void(* c_init)(struct cpuinfo_x86 *)

Definition at line 21 of file cpu.h.

struct cpu_model_info c_models[4]

Definition at line 17 of file cpu.h.

unsigned int(* c_size_cache)(struct cpuinfo_x86 *, unsigned int)

Definition at line 24 of file cpu.h.

const char* c_vendor

Definition at line 12 of file cpu.h.

int c_x86_vendor

Definition at line 25 of file cpu.h.


The documentation for this struct was generated from the following file: