Subversion Repositories HelenOS-historic

Rev

Rev 823 | Rev 973 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 823 Rev 840
Line 150... Line 150...
150
 *
150
 *
151
 * This functions maps 'page' to 'frame' according
151
 * This functions maps 'page' to 'frame' according
152
 * to attributes of the address space area to
152
 * to attributes of the address space area to
153
 * wich 'page' belongs.
153
 * wich 'page' belongs.
154
 *
154
 *
155
 * @param a Target address space.
155
 * @param as Target address space.
156
 * @param page Virtual page within the area.
156
 * @param page Virtual page within the area.
157
 * @param frame Physical frame to which page will be mapped.
157
 * @param frame Physical frame to which page will be mapped.
158
 */
158
 */
159
void as_set_mapping(as_t *as, __address page, __address frame)
159
void as_set_mapping(as_t *as, __address page, __address frame)
160
{
160
{