Changeset 104548 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
- Timestamp:
- May 8, 2024 12:26:12 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r103417 r104548 1907 1907 * Gets effective Guest OS page information. 1908 1908 * 1909 * When GCPtr is in a big page, the function will return as if it was a normal1910 * 4KB page. If the need for distinguishing between big and normal page becomes1911 * necessary at a later point, a PGMGstGetPage() will be created for that1912 * purpose.1913 *1914 1909 * @returns VBox status code. 1915 1910 * @param pVCpu The cross context virtual CPU structure of the calling EMT. 1916 1911 * @param GCPtr Guest Context virtual address of the page. 1917 1912 * @param pWalk Where to store the page walk information. 1913 * @thread EMT(pVCpu) 1918 1914 */ 1919 1915 VMMDECL(int) PGMGstGetPage(PVMCPUCC pVCpu, RTGCPTR GCPtr, PPGMPTWALK pWalk)
Note:
See TracChangeset
for help on using the changeset viewer.