Linux Kernel
3.7.1
|
#include <linux/bitops.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <asm/processor.h>
#include <asm/e820.h>
#include <asm/mtrr.h>
#include <asm/msr.h>
#include "cpu.h"
Go to the source code of this file.
Macros | |
#define | ACE_PRESENT (1 << 6) |
#define | ACE_ENABLED (1 << 7) |
#define | ACE_FCR (1 << 28) /* MSR_VIA_FCR */ |
#define | RNG_PRESENT (1 << 2) |
#define | RNG_ENABLED (1 << 3) |
#define | RNG_ENABLE (1 << 6) /* MSR_VIA_RNG */ |
Enumerations | |
enum | { ECX8 = 1<<1, EIERRINT = 1<<2, DPM = 1<<3, DMCE = 1<<4, DSTPCLK = 1<<5, ELINEAR = 1<<6, DSMC = 1<<7, DTLOCK = 1<<8, EDCTLB = 1<<8, EMMX = 1<<9, DPDC = 1<<11, EBRPRED = 1<<12, DIC = 1<<13, DDC = 1<<14, DNA = 1<<15, ERETSTK = 1<<16, E2MMX = 1<<19, EAMD3D = 1<<20 } |
Functions | |
cpu_dev_register (centaur_cpu_dev) | |
#define ACE_FCR (1 << 28) /* MSR_VIA_FCR */ |
#define RNG_ENABLE (1 << 6) /* MSR_VIA_RNG */ |
anonymous enum |
cpu_dev_register | ( | centaur_cpu_dev | ) |