Nios II Classic Software Developer’s Handbook

ID 683282
Date 5/14/2015
Public
Document Table of Contents

9.2. HAL API Functions for Managing Cache

The HAL application program interface (API) provides the following functions for managing cache memory:
  • alt_dcache_flush()
  • alt_dcache_flush_no_writeback()
  • alt_dcache_flush_all()
  • alt_icache_flush()
  • alt_icache_flush_all()
  • alt_uncached_malloc()
  • alt_uncached_free()
  • alt_remap_uncached()
  • alt_remap_cached()

For more information about API functions, refer to the "HAL API Reference" section.