Unmap an MMIO region from the specified device.
result = lv1_unmap_device_mmio_region( /*IN*/ bus_id, dev_id, lpar_addr );
| Inputs | |
|---|---|
| Register | Description |
| R3 | bus_id - bus id |
| R4 | dev_id - device id |
| R5 | lpar_addr - logical partition address of the mapped region |
| Outputs | |
| Register | Description |
| R3 | Status - 0 = OK, Other values are unknown, but indicate failure. |
Notes: