Linux Kernel
3.7.1
|
#include <processor.h>
Data Fields | |
struct clk * | clk |
unsigned long | loops_per_jiffy |
enum arch_type | arch_type |
enum cpu_type | cpu_type |
unsigned short | arch_revision |
unsigned short | cpu_revision |
enum tlb_config | tlb_config |
unsigned long | features |
u32 | device_id |
struct cache_info | icache |
struct cache_info | dcache |
Definition at line 56 of file processor.h.
unsigned short arch_revision |
Definition at line 61 of file processor.h.
Definition at line 59 of file processor.h.
Definition at line 57 of file processor.h.
unsigned short cpu_revision |
Definition at line 62 of file processor.h.
Definition at line 60 of file processor.h.
struct cache_info dcache |
Definition at line 68 of file processor.h.
u32 device_id |
Definition at line 65 of file processor.h.
Definition at line 64 of file processor.h.
struct cache_info icache |
Definition at line 67 of file processor.h.
unsigned long loops_per_jiffy |
Definition at line 58 of file processor.h.
enum tlb_config tlb_config |
Definition at line 63 of file processor.h.