Subversion Repositories HelenOS

Rev

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

Rev 2927 Rev 3674
Line 44... Line 44...
44
#include <arch/types.h>
44
#include <arch/types.h>
45
 
45
 
46
/** Data and instruction Translation Register indices. */
46
/** Data and instruction Translation Register indices. */
47
#define DTR_KERNEL  0
47
#define DTR_KERNEL  0
48
#define ITR_KERNEL  0
48
#define ITR_KERNEL  0
49
#define DTR_KSTACK1 1
49
#define DTR_KSTACK1 4
50
#define DTR_KSTACK2 2
50
#define DTR_KSTACK2 5
51
 
51
 
52
/** Portion of TLB insertion format data structure. */
52
/** Portion of TLB insertion format data structure. */
53
union tlb_entry {
53
union tlb_entry {
54
    uint64_t word[2];
54
    uint64_t word[2];
55
    struct {
55
    struct {