Linux Kernel
3.7.1
|
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
Go to the source code of this file.
Macros | |
#define | MCPU 32 |
#define | MSR_FIDVID_STATUS 0xc0010042 |
#define | MSR_S_HI_CURRENT_VID 0x0000001f |
#define | MSR_S_LO_CURRENT_FID 0x0000003f |
Functions | |
int | main (int argc, char *argv[]) |
#define MCPU 32 |
Definition at line 21 of file powernow-k8-decode.c.
#define MSR_FIDVID_STATUS 0xc0010042 |
Definition at line 23 of file powernow-k8-decode.c.
#define MSR_S_HI_CURRENT_VID 0x0000001f |
Definition at line 25 of file powernow-k8-decode.c.
#define MSR_S_LO_CURRENT_FID 0x0000003f |
Definition at line 26 of file powernow-k8-decode.c.
Definition at line 69 of file powernow-k8-decode.c.