Changeset 99739 in vbox for trunk/src/VBox/Devices/Security
- Timestamp:
- May 11, 2023 1:01:08 AM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 157315
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Security/DevTpm.cpp
r99554 r99739 617 617 * Sets the IRQ line of the given device to the given state. 618 618 * 619 * @returns nothing.620 619 * @param pDevIns Pointer to the PDM device instance data. 621 620 * @param pThis Pointer to the shared TPM device. … … 631 630 * Updates the IRQ status of the given locality. 632 631 * 633 * @returns nothing.634 632 * @param pDevIns Pointer to the PDM device instance data. 635 633 * @param pThis Pointer to the shared TPM device. … … 649 647 * Sets the interrupt status for the given locality, firing an interrupt if necessary. 650 648 * 651 * @returns nothing.652 649 * @param pDevIns Pointer to the PDM device instance data. 653 650 * @param pThis Pointer to the shared TPM device. … … 665 662 * Selects the next locality which has requested access. 666 663 * 667 * @returns nothing.668 664 * @param pDevIns Pointer to the PDM device instance data. 669 665 * @param pThis Pointer to the shared TPM device. … … 1457 1453 * Resets the shared hardware TPM state. 1458 1454 * 1459 * @returns nothing.1460 1455 * @param pThis Pointer to the shared TPM device. 1461 1456 */
Note:
See TracChangeset
for help on using the changeset viewer.