Changeset 803 for soft/giet_vm
- Timestamp:
- Mar 14, 2016, 3:33:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_common/pmem.h
r408 r803 24 24 // As the allocated physical memory is never released, the allocator structure 25 25 // is very simple and is defined below in the pmem_alloc_t structure. 26 // As the boot-loader is executed by one single processor, this structure27 // does not contain any lock protecting exclusive access.26 // The physical memory allocation in each cluster being done by one single processor 27 // (P[x,y,0]), this structure does not contain any lock protecting exclusive access. 28 28 // Both small pages allocator and big pages allocators allocate a variable 29 29 // number of CONTIGUOUS pages in the physical space. 30 // The first big page in cluster[0][0] is reserved for identity mappingvsegs,31 // and isnot allocated by the pmem allocator.30 // The two first big pages in cluster[0][0] are reserved for the boot-loader vsegs, 31 // that are identity mapping. They are not allocated by the pmem allocator. 32 32 /////////////////////////////////////////////////////////////////////////////////// 33 33
Note: See TracChangeset
for help on using the changeset viewer.