Rev 1398 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1398 | Rev 1399 | ||
|---|---|---|---|
| Line 44... | Line 44... | ||
| 44 | typedef __u64 __address; |
44 | typedef __u64 __address; |
| 45 | typedef __u64 pfn_t; |
45 | typedef __u64 pfn_t; |
| 46 | 46 | ||
| 47 | typedef __u64 ipl_t; |
47 | typedef __u64 ipl_t; |
| 48 | 48 | ||
| 49 | typedef __u32 __native; |
49 | typedef __u64 __native; |
| 50 | 50 | ||
| 51 | /** Page Table Entry. */ |
51 | /** Page Table Entry. */ |
| 52 | typedef struct { |
52 | typedef struct { |
| 53 | unsigned p : 1; /**< Present bit. */ |
53 | unsigned p : 1; /**< Present bit. */ |
| 54 | unsigned a : 1; /**< Accessed bit. */ |
54 | unsigned a : 1; /**< Accessed bit. */ |