Rev 749 | Rev 762 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 749 | Rev 751 | ||
|---|---|---|---|
| Line 98... | Line 98... | ||
| 98 | */ |
98 | */ |
| 99 | pta.word = pta_read(); |
99 | pta.word = pta_read(); |
| 100 | pta.map.ve = 0; /* disable VHPT walker */ |
100 | pta.map.ve = 0; /* disable VHPT walker */ |
| 101 | pta.map.vf = 1; /* large entry format */ |
101 | pta.map.vf = 1; /* large entry format */ |
| 102 | pta.map.size = VHPT_WIDTH; |
102 | pta.map.size = VHPT_WIDTH; |
| 103 | pta.map.base = (__address) page_ht; |
103 | pta.map.base = ((__address) page_ht) >> PTA_BASE_SHIFT; |
| 104 | pta_write(pta.word); |
104 | pta_write(pta.word); |
| 105 | srlz_i(); |
105 | srlz_i(); |
| 106 | srlz_d(); |
106 | srlz_d(); |
| 107 | } |
107 | } |
| 108 | 108 | ||