Rev 897 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 897 | Rev 901 | ||
---|---|---|---|
Line 44... | Line 44... | ||
44 | #define PAGESIZE_8K 0 |
44 | #define PAGESIZE_8K 0 |
45 | #define PAGESIZE_64K 1 |
45 | #define PAGESIZE_64K 1 |
46 | #define PAGESIZE_512K 2 |
46 | #define PAGESIZE_512K 2 |
47 | #define PAGESIZE_4M 3 |
47 | #define PAGESIZE_4M 3 |
48 | 48 | ||
- | 49 | /** Bit width of the TLB-locked portion of kernel address space. */ |
|
- | 50 | #define KERNEL_PAGE_WIDTH 22 /* 4M */ |
|
- | 51 | ||
49 | union tlb_context_reg { |
52 | union tlb_context_reg { |
50 | __u64 v; |
53 | __u64 v; |
51 | struct { |
54 | struct { |
52 | unsigned long : 51; |
55 | unsigned long : 51; |
53 | unsigned context : 13; /**< Context/ASID. */ |
56 | unsigned context : 13; /**< Context/ASID. */ |