Subversion Repositories HelenOS-historic

Rev

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

Rev 534 Rev 928
Line 86... Line 86...
86
#define PAL_COPY_INFO       30
86
#define PAL_COPY_INFO       30
87
#define PAL_COPY_PAL        256
87
#define PAL_COPY_PAL        256
88
#define PAL_ENTER_IA_32_ENV 33
88
#define PAL_ENTER_IA_32_ENV 33
89
#define PAL_PMI_ENTRYPOINT  32
89
#define PAL_PMI_ENTRYPOINT  32
90
 
90
 
-
 
91
/*
-
 
92
    Ski PTCE data
-
 
93
*/
-
 
94
#define PAL_PTCE_INFO_BASE() (0x100000000LL)
-
 
95
#define PAL_PTCE_INFO_COUNT1() (2)
-
 
96
#define PAL_PTCE_INFO_COUNT2() (3)
-
 
97
#define PAL_PTCE_INFO_STRIDE1() (0x10000000)
-
 
98
#define PAL_PTCE_INFO_STRIDE2() (0x2000)
-
 
99
 
-
 
100
 
91
#endif
101
#endif