Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1702 | Rev 1708 | ||
|---|---|---|---|
| Line 208... | Line 208... | ||
| 208 | return match; |
208 | return match; |
| 209 | } |
209 | } |
| 210 | 210 | ||
| 211 | /** Set up one VHPT entry. |
211 | /** Set up one VHPT entry. |
| 212 | * |
212 | * |
| 213 | * @param t VHPT entry to be set up. |
213 | * @param v VHPT entry to be set up. |
| 214 | * @param page Virtual address of the page mapped by the entry. |
214 | * @param page Virtual address of the page mapped by the entry. |
| 215 | * @param asid Address space identifier of the address space to which page belongs. |
215 | * @param asid Address space identifier of the address space to which page belongs. |
| 216 | * @param frame Physical address of the frame to wich page is mapped. |
216 | * @param frame Physical address of the frame to wich page is mapped. |
| 217 | * @param flags Different flags for the mapping. |
217 | * @param flags Different flags for the mapping. |
| 218 | */ |
218 | */ |