Nios® II Software Developer Handbook

ID 683525
Date 8/28/2023
Public
Document Table of Contents

10.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.