Changeset 7f0837c in mainline for genarch/src/mm/page_pt.c
- Timestamp:
- 2006-04-24T12:59:11Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fd8af4b
- Parents:
- 24f3874
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
genarch/src/mm/page_pt.c
r24f3874 r7f0837c 50 50 /** Map page to frame using hierarchical page tables. 51 51 * 52 * Map virtual address 'page' to physical address 'frame'53 * using 'flags'.52 * Map virtual address @page to physical address @frame 53 * using @flags. 54 54 * 55 55 * The page table must be locked and interrupts must be disabled. … … 108 108 * The page table must be locked and interrupts must be disabled. 109 109 * 110 * @param as Address space to wich page belongs.110 * @param as Address space to wich @page belongs. 111 111 * @param page Virtual address of the page to be demapped. 112 112 */ … … 228 228 * The page table must be locked and interrupts must be disabled. 229 229 * 230 * @param as Address space to which page belongs.230 * @param as Address space to which @page belongs. 231 231 * @param page Virtual page. 232 232 *
Note:
See TracChangeset
for help on using the changeset viewer.