Map the hash page table.
result = lv1_map_htab( /*IN*/ 0, /*OUT*/ &htab_addr );
| Inputs | |
|---|---|
| Register | Description |
| R3 | 0 - Unknown (lpid?) |
| Outputs | |
| Register | Description |
| R3 | Status? |
| R4 | htab_addr - hash page table address |
Notes:
In “htab.c” return code is assigned, but not used. Must be translated and ioremapped before it can be used in the kernel. It’s 1MB long