OR1K support
|
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) |
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
entry | Entry 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
entry | Entry to invalidate |