Changes between Version 13 and Version 14 of common_utils
- Timestamp:
- Oct 5, 2014, 12:48:37 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
common_utils
v13 v14 1 1 = Kernel Utilities = 2 2 3 The [source:soft/giet_vm/giet_common/utils.c utils.c] and [source:soft/giet_vm/giet_common/utils.h util.h] files define kernel functions that are used both by the boot _loader and by the kernel.3 The [source:soft/giet_vm/giet_common/utils.c utils.c] and [source:soft/giet_vm/giet_common/utils.h util.h] files define kernel functions that are used both by the boot-loader and by the kernel. 4 4 They are prefixed by ''_'' to remind that they can only be executed by a processor in kernel mode. 5 5 … … 205 205 206 206 === void _dcache_buf_invalidate( void* buffer, unsigned int size ) === 207 Invalidate all data cache lines corresponding to a memory buffer identified by a base address and a size.207 Invalidate all data cache lines corresponding to a memory buffer identified by a virtual base address and a size. 208 208 209 209 === unsigned int _heap_info( unsigned int* vaddr, unsigned int* size, unsigned int x, unsigned int y ) ===