Subversion Repositories Kolibri OS

Rev

Rev 6934 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6934 Rev 6936
Line 319... Line 319...
319
/* Fam 15h MSRs */
319
/* Fam 15h MSRs */
320
#define MSR_F15H_PERF_CTL		0xc0010200
320
#define MSR_F15H_PERF_CTL		0xc0010200
321
#define MSR_F15H_PERF_CTR		0xc0010201
321
#define MSR_F15H_PERF_CTR		0xc0010201
322
#define MSR_F15H_NB_PERF_CTL		0xc0010240
322
#define MSR_F15H_NB_PERF_CTL		0xc0010240
323
#define MSR_F15H_NB_PERF_CTR		0xc0010241
323
#define MSR_F15H_NB_PERF_CTR		0xc0010241
-
 
324
#define MSR_F15H_IC_CFG			0xc0011021
Line 324... Line 325...
324
 
325
 
325
/* Fam 10h MSRs */
326
/* Fam 10h MSRs */
326
#define MSR_FAM10H_MMIO_CONF_BASE	0xc0010058
327
#define MSR_FAM10H_MMIO_CONF_BASE	0xc0010058
327
#define FAM10H_MMIO_CONF_ENABLE		(1<<0)
328
#define FAM10H_MMIO_CONF_ENABLE		(1<<0)