Changeset 8f80c77 in mainline for kernel/genarch/src
- Timestamp:
- 2010-06-08T21:26:22Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1113c9e
- Parents:
- 2d3ddad
- Location:
- kernel/genarch/src/mm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/mm/asid.c
r2d3ddad r8f80c77 69 69 70 70 /** Allocate free address space identifier. 71 *72 * Interrupts must be disabled and asidlock must be held prior to this call73 71 * 74 72 * @return New ASID. -
kernel/genarch/src/mm/page_ht.c
r2d3ddad r8f80c77 170 170 * Map virtual address page to physical address frame 171 171 * using flags. 172 *173 * The page table must be locked and interrupts must be disabled.174 172 * 175 173 * @param as Address space to which page belongs. … … 217 215 * this call visible. 218 216 * 219 * The page table must be locked and interrupts must be disabled.220 *221 217 * @param as Address space to wich page belongs. 222 218 * @param page Virtual address of the page to be demapped. … … 245 241 * Find mapping for virtual page. 246 242 * 247 * The page table must be locked and interrupts must be disabled.248 *249 243 * @param as Address space to wich page belongs. 250 244 * @param page Virtual page. -
kernel/genarch/src/mm/page_pt.c
r2d3ddad r8f80c77 61 61 * using flags. 62 62 * 63 * The page table must be locked and interrupts must be disabled.64 *65 63 * @param as Address space to wich page belongs. 66 64 * @param page Virtual address of the page to be mapped. … … 115 113 * 116 114 * Empty page tables except PTL0 are freed. 117 *118 * The page table must be locked and interrupts must be disabled.119 115 * 120 116 * @param as Address space to wich page belongs. … … 246 242 * Find mapping for virtual page. 247 243 * 248 * The page table must be locked and interrupts must be disabled.249 *250 244 * @param as Address space to which page belongs. 251 245 * @param page Virtual page.
Note:
See TracChangeset
for help on using the changeset viewer.