- Timestamp:
- Jul 3, 2013 11:26:20 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86929
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0A.asm
r46925 r46926 334 334 xor xAX, xAX 335 335 mov ax, dx 336 and al, X86_SEL_MASK; Mask away TI and RPL bits leaving only the descriptor offset.336 and al, ~(X86_SEL_LDT | X86_SEL_RPL) ; Mask away TI and RPL bits leaving only the descriptor offset. 337 337 add xAX, qword [rsi + VMXRESTOREHOST.HostGdtr + 2] ; xAX <- descriptor offset + GDTR.pGdt. 338 338 and dword [ss:xAX + 4], ~RT_BIT(9) ; Clear the busy flag in TSS (bits 0-7=base, bit 9=busy bit).
Note:
See TracChangeset
for help on using the changeset viewer.