Subversion Repositories HelenOS

Rev

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

Rev 396 Rev 399
Line 46... Line 46...
46
        unsigned g : 1;     /* global bit */
46
        unsigned g : 1;     /* global bit */
47
        unsigned v : 1;     /* valid bit */
47
        unsigned v : 1;     /* valid bit */
48
        unsigned d : 1;     /* dirty/write-protect bit */
48
        unsigned d : 1;     /* dirty/write-protect bit */
49
        unsigned c : 3;     /* cache coherency attribute */
49
        unsigned c : 3;     /* cache coherency attribute */
50
        unsigned pfn : 24;  /* frame number */
50
        unsigned pfn : 24;  /* frame number */
51
        unsigned zero: 2;   /* zero */
51
        unsigned : 2;       /* zero */
52
    } __attribute__ ((packed));
52
    } __attribute__ ((packed));
53
    __u32 value;
53
    __u32 value;
54
};
54
};
55
 
55
 
56
struct pte {
56
struct pte {