|
Linux Kernel
3.7.1
|
#include <processor.h>
Data Fields | |
| unsigned int | type |
| unsigned int | family |
| int | cut_major |
| int | cut_minor |
| unsigned long | loops_per_jiffy |
| unsigned long | asid_cache |
| struct cache_info | icache |
| struct cache_info | dcache |
| struct cache_info | scache |
| struct tlb_info | itlb |
| struct tlb_info | dtlb |
| unsigned int | phys_bits |
| unsigned long | flags |
Definition at line 75 of file processor.h.
| unsigned long asid_cache |
Definition at line 79 of file processor.h.
| int cut_major |
Definition at line 77 of file processor.h.
| int cut_minor |
Definition at line 77 of file processor.h.
| struct cache_info dcache |
Definition at line 82 of file processor.h.
Definition at line 87 of file processor.h.
| unsigned int family |
Definition at line 76 of file processor.h.
| unsigned long flags |
Definition at line 90 of file processor.h.
| struct cache_info icache |
Definition at line 81 of file processor.h.
Definition at line 86 of file processor.h.
| unsigned long loops_per_jiffy |
Definition at line 78 of file processor.h.
| unsigned int phys_bits |
Definition at line 89 of file processor.h.
Definition at line 83 of file processor.h.
Definition at line 76 of file processor.h.
1.8.2