Changes between Version 13 and Version 14 of common_utils


Ignore:
Timestamp:
Oct 5, 2014, 12:48:37 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • common_utils

    v13 v14  
    11= Kernel Utilities =
    22
    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.
     3The [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.
    44They are prefixed by ''_'' to remind that they can only be executed by a processor in kernel mode.
    55
     
    205205
    206206 === 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.
     207Invalidate all data cache lines corresponding to a memory buffer identified by a virtual base address and a size.
    208208
    209209 === unsigned int _heap_info( unsigned int* vaddr, unsigned int* size, unsigned int x, unsigned int y ) ===