Functions | |
| int | icache_status (void) |
| int | dcache_status (void) |
| int | cleanup_before_linux (void) |
| int cleanup_before_linux | ( | void | ) |
Prepare a "clean" CPU for Linux to run.
| void cpu_cache_disable | ( | void | ) |
| void cpu_cache_flush | ( | void | ) |
| void dcache_disable | ( | void | ) |
Disable processor's data cache.
| void dcache_enable | ( | void | ) |
Enable processor's data cache.
| int dcache_status | ( | void | ) |
Detect processor's current instruction cache status.
| void icache_disable | ( | void | ) |
Disable processor's instruction cache.
| void icache_enable | ( | void | ) |
Enable processor's instruction cache.
| int icache_status | ( | void | ) |
Detect processor's current instruction cache status.
1.5.6