Functions | |
| int | icache_status (void) |
| int | cleanup_before_linux (void) |
| #define C1_ALIGN (1<<1) |
alignment faults off/on
| #define C1_BIG_ENDIAN (1<<7) |
big endian off/on
| #define C1_DC (1<<2) |
dcache off/on
| #define C1_HIGH_VECTORS (1<<13) |
location of vectors: low/high addresses
| #define C1_IC (1<<12) |
| #define C1_MMU (1<<0) |
mmu off/on
| #define C1_ROM_PROT (1<<9) |
ROM protection.
| #define C1_SYS_PROT (1<<8) |
system protection
| int cleanup_before_linux | ( | void | ) |
Prepare a "clean" CPU for Linux to run.
| void icache_disable | ( | void | ) |
Disable processor's instruction cache.
| void icache_enable | ( | void | ) |
| int icache_status | ( | void | ) |
Detect processor's current instruction cache status.
1.5.6