Subversion Repositories HelenOS-historic

Rev

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

Rev 958 Rev 1138
Line 39... Line 39...
39
#include <typedefs.h>
39
#include <typedefs.h>
40
 
40
 
41
/** Data and instruction Translation Register indices. */
41
/** Data and instruction Translation Register indices. */
42
#define DTR_KERNEL  0
42
#define DTR_KERNEL  0
43
#define ITR_KERNEL  0
43
#define ITR_KERNEL  0
44
#define DTR_KSTACK  1
44
#define DTR_KSTACK1 1
-
 
45
#define DTR_KSTACK2 2
45
 
46
 
46
/** Portion of TLB insertion format data structure. */
47
/** Portion of TLB insertion format data structure. */
47
union tlb_entry {
48
union tlb_entry {
48
    __u64 word[2];
49
    __u64 word[2];
49
    struct {
50
    struct {