The repository appears to be an area of storage for use by the Hypervisor.
status = lv1_remove_repository_node( /*IN*/ n1, n2, n3, n4 );
| Inputs | |
|---|---|
| Register | Description |
| R3 | top level key |
| R4 | 2nd level key |
| R5 | 3rd level key |
| R6 | 4th level key |
| Outputs | |
| Register | Description |
| R3 | Status - 0 = OK, Other values are unknown, but indicate failure. |
Notes:
This call is not used within the current Kernel, so the parameter list is based on speculation.