Rev 803 | Rev 1072 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 803 | Rev 806 | ||
|---|---|---|---|
| Line 39... | Line 39... | ||
| 39 | 39 | ||
| 40 | /* MSR registers */ |
40 | /* MSR registers */ |
| 41 | #define AMD_MSR_STAR 0xc0000081 |
41 | #define AMD_MSR_STAR 0xc0000081 |
| 42 | #define AMD_MSR_LSTAR 0xc0000082 |
42 | #define AMD_MSR_LSTAR 0xc0000082 |
| 43 | #define AMD_MSR_SFMASK 0xc0000084 |
43 | #define AMD_MSR_SFMASK 0xc0000084 |
| - | 44 | #define AMD_MSR_GS 0xc0000101 |
|
| 44 | 45 | ||
| 45 | #ifndef __ASM__ |
46 | #ifndef __ASM__ |
| 46 | 47 | ||
| 47 | #include <typedefs.h> |
48 | #include <typedefs.h> |
| 48 | #include <arch/pm.h> |
49 | #include <arch/pm.h> |