OR1K support
 All Functions Typedefs Groups
Functions
Cache control

Functions

void or1k_icache_enable (void)
 
void or1k_icache_disable (void)
 
void or1k_icache_flush (uint32_t entry)
 
void or1k_dcache_enable (void)
 
void or1k_dcache_disable (void)
 
void or1k_dcache_flush (unsigned long entry)
 

Detailed Description

Function Documentation

void or1k_dcache_disable ( void  )

Disable data cache

void or1k_dcache_enable ( void  )

Enable data cache

void or1k_dcache_flush ( unsigned long  entry)

Flush data cache

Invalidate data cache entry

Parameters
entryEntry to invalidate
void or1k_icache_disable ( void  )

Disable instruction cache

void or1k_icache_enable ( void  )

Enable instruction cache

void or1k_icache_flush ( uint32_t  entry)

Flush instruction cache

Invalidate instruction cache entry

Parameters
entryEntry to invalidate