Rev 691 | Rev 746 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 691 | Rev 699 | ||
---|---|---|---|
Line 39... | Line 39... | ||
39 | #define PA2KA(x) ((__address) (x)) |
39 | #define PA2KA(x) ((__address) (x)) |
40 | 40 | ||
41 | #define GET_PTL0_ADDRESS_ARCH() 0 |
41 | #define GET_PTL0_ADDRESS_ARCH() 0 |
42 | #define SET_PTL0_ADDRESS_ARCH(ptl0) |
42 | #define SET_PTL0_ADDRESS_ARCH(ptl0) |
43 | 43 | ||
- | 44 | /** Implementation of page hash table interface. */ |
|
- | 45 | #define HT_HASH_ARCH(page, asid) 0 |
|
- | 46 | #define HT_COMPARE_ARCH(page, asid, t) 0 |
|
- | 47 | #define HT_SLOT_EMPTY_ARCH(t) 1 |
|
- | 48 | #define HT_GET_NEXT_ARCH(t) 0 |
|
- | 49 | #define HT_SET_NEXT_ARCH(t, s) |
|
- | 50 | #define HT_SET_RECORD_ARCH(t, page, asid, frame, flags) |
|
- | 51 | ||
44 | union page_address { |
52 | union page_address { |
45 | __address address; |
53 | __address address; |
46 | struct { |
54 | struct { |
47 | __u64 vpn : 51; /**< Virtual Page Number. */ |
55 | __u64 vpn : 51; /**< Virtual Page Number. */ |
48 | unsigned offset : 13; /**< Offset. */ |
56 | unsigned offset : 13; /**< Offset. */ |