Write an entry to the hash page table.
result = lv1_write_htab_entry( /*IN*/ vas_id, slot, va, pa );
| Inputs | |
|---|---|
| Register | Description |
| R3 | vas_id - virtual address space id (0 for current) |
| R4 | slot - table slot to write entry to |
| R5 | va - first half of PTE |
| R6 | pa - second half of PTE |
| Outputs | |
| Register | Description |
| R3 | Status - 0 = OK, Other values are unknown, but indicate failure. |
Notes: