Changeset 41803 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jun 17, 2012 5:20:33 PM (12 years ago)
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r41802 r41803 2119 2119 * 2120 2120 * @returns true if in real mode, otherwise false. 2121 * @param pVCpu The virtual CPU handle.2121 * @param pVCpu Pointer to the VMCPU. 2122 2122 */ 2123 2123 VMMDECL(bool) CPUMIsGuestNXEnabled(PVMCPU pVCpu) … … 2131 2131 * 2132 2132 * @returns true if in real mode, otherwise false. 2133 * @param pVCpu The virtual CPU handle.2133 * @param pVCpu Pointer to the VMCPU. 2134 2134 */ 2135 2135 VMMDECL(bool) CPUMIsGuestPageSizeExtEnabled(PVMCPU pVCpu) … … 2144 2144 * 2145 2145 * @returns true if in real mode, otherwise false. 2146 * @param pVCpu The virtual CPU handle.2146 * @param pVCpu Pointer to the VMCPU. 2147 2147 */ 2148 2148 VMMDECL(bool) CPUMIsGuestPagingEnabled(PVMCPU pVCpu) … … 2156 2156 * 2157 2157 * @returns true if in real mode, otherwise false. 2158 * @param pVCpu The virtual CPU handle.2158 * @param pVCpu Pointer to the VMCPU. 2159 2159 */ 2160 2160 VMMDECL(bool) CPUMIsGuestR0WriteProtEnabled(PVMCPU pVCpu) … … 2168 2168 * 2169 2169 * @returns true if in real mode, otherwise false. 2170 * @param pVCpu The virtual CPU handle.2170 * @param pVCpu Pointer to the VMCPU. 2171 2171 */ 2172 2172 VMMDECL(bool) CPUMIsGuestInRealMode(PVMCPU pVCpu) … … 2180 2180 * 2181 2181 * @returns @c true if it is, @c false if not. 2182 * @param pVCpu The virtual CPU handle.2182 * @param pVCpu Pointer to the VMCPU. 2183 2183 */ 2184 2184 VMMDECL(bool) CPUMIsGuestInRealOrV86Mode(PVMCPU pVCpu) … … 2193 2193 * 2194 2194 * @returns true if in protected mode, otherwise false. 2195 * @param pVCpu The virtual CPU handle.2195 * @param pVCpu Pointer to the VMCPU. 2196 2196 */ 2197 2197 VMMDECL(bool) CPUMIsGuestInProtectedMode(PVMCPU pVCpu) … … 2205 2205 * 2206 2206 * @returns true if in paged protected mode, otherwise false. 2207 * @param pVCpu The virtual CPU handle.2207 * @param pVCpu Pointer to the VMCPU. 2208 2208 */ 2209 2209 VMMDECL(bool) CPUMIsGuestInPagedProtectedMode(PVMCPU pVCpu) … … 2217 2217 * 2218 2218 * @returns true if in long mode, otherwise false. 2219 * @param pVCpu The virtual CPU handle.2219 * @param pVCpu Pointer to the VMCPU. 2220 2220 */ 2221 2221 VMMDECL(bool) CPUMIsGuestInLongMode(PVMCPU pVCpu) … … 2229 2229 * 2230 2230 * @returns true if in PAE mode, otherwise false. 2231 * @param pVCpu The virtual CPU handle.2231 * @param pVCpu Pointer to the VMCPU. 2232 2232 */ 2233 2233 VMMDECL(bool) CPUMIsGuestInPAEMode(PVMCPU pVCpu) … … 2335 2335 * 2336 2336 * @returns VBox status code. 2337 * @param pVCpu VMCPU handle2337 * @param pVCpu Pointer to the VMCPU. 2338 2338 */ 2339 2339 VMMDECL(int) CPUMHandleLazyFPU(PVMCPU pVCpu) -
trunk/src/VBox/VMM/VMMAll/DBGFAll.cpp
r41783 r41803 119 119 * @returns stepping (true) or not (false). 120 120 * 121 * @param pVCpu The virtual CPU handle.121 * @param pVCpu Pointer to the VMCPU. 122 122 */ 123 123 VMMDECL(bool) DBGFIsStepping(PVMCPU pVCpu) -
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r41779 r41803 2806 2806 * 2807 2807 * @returns true if it is, false if it's in FNSAVE. 2808 * @param pVCpu The virtual CPU handle.2808 * @param pVCpu Pointer to the VMCPU. 2809 2809 */ 2810 2810 DECLINLINE(bool) iemFRegIsFxSaveFormat(PIEMCPU pIemCpu) -
trunk/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp
r41802 r41803 693 693 * @returns false if not owner. 694 694 * @param pCritSect The critical section. 695 * @param pVCpu The virtual CPU handle.695 * @param pVCpu Pointer to the VMCPU. 696 696 */ 697 697 VMMDECL(bool) PDMCritSectIsOwnerEx(PCPDMCRITSECT pCritSect, PVMCPU pVCpu) -
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r41802 r41803 1991 1991 * 1992 1992 * @returns VBox status code. 1993 * @param pVCpu The VMCPU Handle1993 * @param pVCpu Pointer to the VMCPU. 1994 1994 * @param GCPtr The guest pointer to convert. 1995 1995 * @param pGCPhys Where to store the GC physical address. … … 2010 2010 * 2011 2011 * @returns VBox status code. 2012 * @param pVCpu The VMCPU Handle2012 * @param pVCpu Pointer to the VMCPU. 2013 2013 * @param GCPtr The guest pointer to convert. 2014 2014 * @param pHCPhys Where to store the HC physical address. -
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r41802 r41803 167 167 * for mapping conflicts and set the SyncCR3 FF if found. 168 168 * 169 * @param pVCpu VMCPU handle169 * @param pVCpu Pointer to the VMCPU. 170 170 * @param pPool The pool. 171 171 * @param pPage The head page. -
trunk/src/VBox/VMM/VMMAll/REMAll.cpp
r41800 r41803 206 206 * 207 207 * @param pVM Pointer to the VM. 208 * @param pVCpu The virtual CPU handleof the calling EMT.208 * @param pVCpu Pointer to the VMCPU of the calling EMT. 209 209 */ 210 210 VMMDECL(void) REMNotifyHandlerPhysicalFlushIfAlmostFull(PVM pVM, PVMCPU pVCpu) -
trunk/src/VBox/VMM/VMMAll/SELMAll.cpp
r41802 r41803 140 140 * 141 141 * @returns VBox status 142 * @param pVCpu The virtual CPU handle.142 * @param pVCpu Pointer to the VMCPU. 143 143 * @param SelReg Selector register. 144 144 * @param pCtxCore CPU context. … … 448 448 * 449 449 * @returns VBox status 450 * @param pVCpu The virtual CPU handle.450 * @param pVCpu Pointer to the VMCPU. 451 451 * @param eflags Current eflags 452 452 * @param Sel Selector part. … … 664 664 * 665 665 * @returns VINF_SUCCESS. 666 * @param pVCpu The Virtual CPU handle.666 * @param pVCpu Pointer to the VMCPU. 667 667 * @param SelCS Selector part. 668 668 * @param pHidCS The hidden CS register part. Optional. … … 690 690 * @returns VBox status code. 691 691 * @param pVM Pointer to the VM. 692 * @param pVCpu The virtual CPU handle.692 * @param pVCpu Pointer to the VMCPU. 693 693 * @param SelCPL Current privilege level. Get this from SS - CS might be conforming! 694 694 * A full selector can be passed, we'll only use the RPL part. … … 833 833 * 834 834 * @returns VBox status code. 835 * @param pVCpu The virtual CPU handle.835 * @param pVCpu Pointer to the VMCPU. 836 836 * @param eflags Current eflags 837 837 * @param SelCPL Current privilege level. Get this from SS - CS might be … … 861 861 * 862 862 * @returns VBox status code. 863 * @param pVCpu The virtual CPU handle.863 * @param pVCpu Pointer to the VMCPU. 864 864 * @param eflags Current eflags 865 865 * @param SelCPL Current privilege level. Get this from SS - CS might be conforming! … … 894 894 * @returns DISCPUMODE according to the selector type (16, 32 or 64 bits) 895 895 * @param pVM Pointer to the VM. 896 * @param pVCpu The virtual CPU handle.896 * @param pVCpu Pointer to the VMCPU. 897 897 * @param Sel The selector. 898 898 */ … … 920 920 * 921 921 * @returns DISCPUMODE according to the selector type (16, 32 or 64 bits) 922 * @param pVCpu The virtual CPU handle.922 * @param pVCpu Pointer to the VMCPU. 923 923 * @param eflags Current eflags register 924 924 * @param Sel The selector.
Note:
See TracChangeset
for help on using the changeset viewer.