Rev 530 | Rev 532 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 530 | Rev 531 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | struct { |
37 | struct { |
38 | unsigned g : 1; /**< Global. */ |
38 | unsigned g : 1; /**< Global. */ |
39 | unsigned : 2; /**< Reserved. */ |
39 | unsigned : 2; /**< Reserved. */ |
40 | unsigned context : 13; /**< Context identifier. */ |
40 | unsigned context : 13; /**< Context identifier. */ |
41 | unsigned : 6; /**< Reserved. */ |
41 | unsigned : 6; /**< Reserved. */ |
42 | long va_tag : 42; /**< Virtual Address Tag, bits 63:22. */ |
42 | __u64 va_tag : 42; /**< Virtual Address Tag, bits 63:22. */ |
43 | } __attribute__ ((packed)); |
43 | } __attribute__ ((packed)); |
44 | }; |
44 | }; |
45 | 45 | ||
46 | typedef union tte_tag tte_tag_t; |
46 | typedef union tte_tag tte_tag_t; |
47 | 47 |