VirtualBox

Changeset 80806 in vbox for trunk/src


Ignore:
Timestamp:
Sep 16, 2019 5:45:29 AM (5 years ago)
Author:
vboxsync
Message:

VMM/CPUM: Nested VMX: bugref:9180 Doxygen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp

    r80805 r80806  
    24202420
    24212421/**
    2422  * Gets the permission bits for the specified I/O port from the given I/O bitmaps.
     2422 * Checks the permission bits for the specified I/O port from the given I/O bitmap
     2423 * to see if causes a VM-exit.
    24232424 *
    24242425 * @returns @c true if the I/O port access must cause a VM-exit, @c false otherwise.
    2425  * @param   pvIoBitmap      Pointer to I/O bitmap.
    2426  * @param   uPort           The I/O port being accessed.
    2427  * @param   cbAccess        The size of the I/O access in bytes (1, 2 or 4 bytes).
     2426 * @param   pvIoBitmap  Pointer to I/O bitmap.
     2427 * @param   uPort       The I/O port being accessed.
     2428 * @param   cbAccess    e size of the I/O access in bytes (1, 2 or 4 bytes).
    24282429 */
    24292430static bool cpumGetVmxIoBitmapPermission(void const *pvIoBitmap, uint16_t uPort, uint8_t cbAccess)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette