Changeset 14366 in vbox for trunk/include/VBox
- Timestamp:
- Nov 19, 2008 5:20:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwacc_svm.h
r14365 r14366 667 667 #pragma pack() 668 668 669 /**670 * Executes INVLPGA.671 *672 * @param pPageGC Virtual page to invalidate.673 * @param u32ASID Tagged TLB id.674 */675 DECLASM(void) SVMInvlpgA(RTGCPTR pPageGC, uint32_t u32ASID);676 677 669 #ifdef IN_RING0 678 670 VMMR0DECL(int) SVMR0InvalidatePage(PVM pVM, PVMCPU pVCpu, RTGCPTR GCVirt);
Note:
See TracChangeset
for help on using the changeset viewer.