Nios® V Processor Software Developer Handbook

ID 743810
Date 5/26/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

13.1.1.10. alt_remap_cached()

Prototype

void* alt_remap_cached (volatile void* ptr,

alt_u32 len);

Commonly Called By

C/C++ programs

Device drivers

Thread-safe

Yes.

Available from ISR

No.

Include

<sys/alt_cache.h>

Description

The alt_remap_cached() function remaps a region of memory for cached access. The memory to map is len bytes, starting at address ptr.

Processors that do not have a data cache return uncached memory.

Return

The return value for this function is is the start address of the remapped memory region.