- Timestamp:
- Aug 7, 2019 11:24:03 AM (5 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r80181 r80183 1680 1680 * @param pVCpu The cross context virtual CPU structure. 1681 1681 * @param GCPtr The address. 1682 * @param ppPdpt Receives address of pdpt 1683 * @param ppPD Receives address of page directory 1682 * @param ppPml4e Receives the address of the page map level 4 entry. 1683 * @param ppPdpt Receives the address of the page directory pointer table. 1684 * @param ppPD Receives the address of the page directory. 1684 1685 */ 1685 1686 DECLINLINE(int) pgmShwGetLongModePDPtr(PVMCPU pVCpu, RTGCPTR64 GCPtr, PX86PML4E *ppPml4e, PX86PDPT *ppPdpt, PX86PDPAE *ppPD) -
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r80181 r80183 1435 1435 * @retval VINF_SUCCESS on success 1436 1436 * @retval VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS if it's not a valid physical address. 1437 * @param p PGM The PGM instance pointer.1437 * @param pVM The cross context VM structure. 1438 1438 * @param GCPhys The guest physical address in question. 1439 1439 */ -
trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp
r80182 r80183 73 73 * @param pfnHandlerR0 Pointer to the ring-0 handler callback. 74 74 * @param pfnPfHandlerR0 Pointer to the ring-0 \#PF handler callback. 75 * @param pfnHandlerRC Pointer to the raw-mode context handler callback.76 * @param pfnPfHandlerRC Pointer to the raw-mode context \#PF handler77 75 * callback. 78 76 * @param pszDesc The type description.
Note:
See TracChangeset
for help on using the changeset viewer.