Rev 2126 | Rev 2170 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2126 | Rev 2142 | ||
|---|---|---|---|
| Line 203... | Line 203... | ||
| 203 | } mem_backend_data_t; |
203 | } mem_backend_data_t; |
| 204 | 204 | ||
| 205 | /** Address space area structure. |
205 | /** Address space area structure. |
| 206 | * |
206 | * |
| 207 | * Each as_area_t structure describes one contiguous area of virtual memory. |
207 | * Each as_area_t structure describes one contiguous area of virtual memory. |
| 208 | * In the future, it should not be difficult to support shared areas. |
- | |
| 209 | */ |
208 | */ |
| 210 | typedef struct { |
209 | typedef struct { |
| 211 | mutex_t lock; |
210 | mutex_t lock; |
| 212 | /** Containing address space. */ |
211 | /** Containing address space. */ |
| 213 | as_t *as; |
212 | as_t *as; |