Rev 623 | Rev 629 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 623 | Rev 624 | ||
|---|---|---|---|
| Line 81... | Line 81... | ||
| 81 | extern void zone_create_in_region(__address base, size_t size); |
81 | extern void zone_create_in_region(__address base, size_t size); |
| 82 | 82 | ||
| 83 | extern spinlock_t zone_head_lock; /**< this lock protects zone_head list */ |
83 | extern spinlock_t zone_head_lock; /**< this lock protects zone_head list */ |
| 84 | extern link_t zone_head; /**< list of all zones in the system */ |
84 | extern link_t zone_head; /**< list of all zones in the system */ |
| 85 | 85 | ||
| 86 | extern void zone_init(void); |
- | |
| 87 | extern zone_t *zone_create(__address start, size_t size, int flags); |
86 | extern zone_t *zone_create(__address start, size_t size, int flags); |
| 88 | extern void zone_attach(zone_t *zone); |
87 | extern void zone_attach(zone_t *zone); |
| 89 | 88 | ||
| 90 | extern void frame_init(void); |
89 | extern void frame_init(void); |
| 91 | extern void frame_initialize(frame_t *frame, zone_t *zone); |
90 | extern void frame_initialize(frame_t *frame, zone_t *zone); |