Ignore:
Timestamp:
Jul 31, 2014, 9:11:26 PM (10 years ago)
Author:
alain
Message:

1) Introducing the _physical_read_ull() and _physical_write_ull() functions.
2) Modifying the heap_info() to support (x,y) topological constraint.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_common/utils.h

    r351 r370  
    107107                                     unsigned int       value );
    108108
     109extern unsigned long long _physical_read_ull(  unsigned long long paddr );
     110
     111extern void               _physical_write_ull( unsigned long long paddr,
     112                                               unsigned long long value );
     113
    109114extern void         _physical_memcpy( unsigned long long dst_paddr,
    110115                                      unsigned long long src_paddr,
     
    176181
    177182extern unsigned int _heap_info( unsigned int* vaddr,
    178                                 unsigned int* size );
     183                                unsigned int* length,
     184                                unsigned int  x,
     185                                unsigned int  y );
    179186
    180187///////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.