Changeset 42034 in vbox for trunk/src/VBox
- Timestamp:
- Jul 6, 2012 3:56:06 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r42033 r42034 64 64 * Gets the pointer to the hypervisor CPU context structure of a virtual CPU. 65 65 * 66 * @param pVCpu Pointer to the virtualCPU.66 * @param pVCpu Pointer to the VMCPU. 67 67 */ 68 68 VMMDECL(PCPUMCTX) CPUMGetHyperCtxPtr(PVMCPU pVCpu) … … 419 419 420 420 /** 421 * Queries the pointer to the internal CPUMCTX structure 421 * Queries the pointer to the internal CPUMCTX structure. 422 422 * 423 423 * @returns The CPUMCTX pointer. … … 1393 1393 1394 1394 /** 1395 * Gets a C puIdleaf.1395 * Gets a CPUID leaf. 1396 1396 * 1397 1397 * @param pVCpu Pointer to the VMCPU. … … 1875 1875 1876 1876 /** 1877 * Gets the host CPU vendor 1878 * 1879 * @returns CPU vendor 1877 * Gets the host CPU vendor. 1878 * 1879 * @returns CPU vendor. 1880 1880 * @param pVM Pointer to the VM. 1881 1881 */ … … 1885 1885 } 1886 1886 1887 /** 1888 * Gets the CPU vendor 1889 * 1890 * @returns CPU vendor 1887 1888 /** 1889 * Gets the CPU vendor. 1890 * 1891 * @returns CPU vendor. 1891 1892 * @param pVM Pointer to the VM. 1892 1893 */ … … 2295 2296 2296 2297 /** 2297 * Lazily sync in the FPU/XMM state 2298 * Lazily sync in the FPU/XMM state. 2298 2299 * 2299 2300 * @returns VBox status code. … … 2308 2309 2309 2310 /** 2310 * Checks if we activated the FPU/XMM state of the guest OS 2311 * Checks if we activated the FPU/XMM state of the guest OS. 2311 2312 * @returns true if we did. 2312 2313 * @returns false if not. … … 2320 2321 2321 2322 /** 2322 * Deactivate the FPU/XMM state of the guest OS 2323 * Deactivate the FPU/XMM state of the guest OS. 2323 2324 * @param pVCpu Pointer to the VMCPU. 2324 2325 */ … … 2330 2331 2331 2332 /** 2332 * Checks if the guest debug state is active 2333 * Checks if the guest debug state is active. 2333 2334 * 2334 2335 * @returns boolean … … 2341 2342 2342 2343 /** 2343 * Checks if the hyper debug state is active 2344 * Checks if the hyper debug state is active. 2344 2345 * 2345 2346 * @returns boolean
Note:
See TracChangeset
for help on using the changeset viewer.