- Timestamp:
- Sep 16, 2019 5:45:29 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r80805 r80806 2420 2420 2421 2421 /** 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. 2423 2424 * 2424 2425 * @returns @c true if the I/O port access must cause a VM-exit, @c false otherwise. 2425 * @param pvIoBitmap 2426 * @param uPort 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). 2428 2429 */ 2429 2430 static bool cpumGetVmxIoBitmapPermission(void const *pvIoBitmap, uint16_t uPort, uint8_t cbAccess)
Note:
See TracChangeset
for help on using the changeset viewer.