Subversion Repositories HelenOS-historic

Rev

Rev 1072 | Rev 1212 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1072 Rev 1112
Line 40... Line 40...
40
 
40
 
41
/* MSR registers */
41
/* MSR registers */
42
#define AMD_MSR_STAR    0xc0000081
42
#define AMD_MSR_STAR    0xc0000081
43
#define AMD_MSR_LSTAR   0xc0000082
43
#define AMD_MSR_LSTAR   0xc0000082
44
#define AMD_MSR_SFMASK  0xc0000084
44
#define AMD_MSR_SFMASK  0xc0000084
-
 
45
#define AMD_MSR_FS      0xc0000100
45
#define AMD_MSR_GS      0xc0000101
46
#define AMD_MSR_GS      0xc0000101
46
 
47
 
47
#ifndef __ASM__
48
#ifndef __ASM__
48
 
49
 
49
#include <typedefs.h>
50
#include <typedefs.h>