Changeset 26510 in vbox
- Timestamp:
- Feb 14, 2010 9:37:18 AM (15 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 3 edited
-
PATM/PATMA.h (modified) (1 diff)
-
VMMAll/MMAllHyper.cpp (modified) (2 diffs)
-
VMMAll/PGMAllPool.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATMA.h
r20374 r26510 110 110 uint8_t *pFunction; 111 111 uint32_t offJump; 112 uint32_t offRelJump; //used only by loop/loopz/loopnz112 uint32_t offRelJump; //used only by loop/loopz/loopnz 113 113 uint32_t offSizeOverride; //size override byte position 114 114 uint32_t size; -
trunk/src/VBox/VMM/VMMAll/MMAllHyper.cpp
r25891 r26510 351 351 * @returns NULL on failure. 352 352 * @param pHeap The heap. 353 * @param cb Size of the memory block to allocate.353 * @param cb Size of the memory block to allocate. 354 354 * @param uAlignment The alignment specifications for the allocated block. 355 355 * @internal … … 596 596 * @returns NULL on failure. 597 597 * @param pHeap The heap. 598 * @param cb Size of the memory block to allocate.598 * @param cb Size of the memory block to allocate. 599 599 * @internal 600 600 */ -
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r26279 r26510 3398 3398 { 3399 3399 case PGMPOOLKIND_32BIT_PD: 3400 case PGMPOOLKIND_32BIT_PD_PHYS:3400 case PGMPOOLKIND_32BIT_PD_PHYS: 3401 3401 Assert(iUserTable < X86_PG_ENTRIES); 3402 3402 break; … … 3454 3454 /* 32-bit entries */ 3455 3455 case PGMPOOLKIND_32BIT_PD: 3456 case PGMPOOLKIND_32BIT_PD_PHYS:3456 case PGMPOOLKIND_32BIT_PD_PHYS: 3457 3457 ASMAtomicWriteSize(&u.pau32[iUserTable], 0); 3458 3458 break;
Note:
See TracChangeset
for help on using the changeset viewer.

