Changeset 46929 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 3, 2013 12:46:04 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86934
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0Mixed.mac
r46928 r46929 544 544 mov qword [xDI + CPUMCTX.edi], rax 545 545 546 %ifndef VMX_SKIP_LDTR_TR 546 547 ; Restore TSS selector; must mark it as not busy before using ltr (!) 547 548 ; ASSUME that this is supposed to be 'BUSY'. (saves 20-30 ticks on the T42p). … … 559 560 pop xAX ; Saved LDTR 560 561 lldt ax 562 %endif 561 563 562 564 pop xSI ; pCtx (needed in rsi by the macros below) … … 622 624 %endif 623 625 626 %ifndef VMX_SKIP_LDTR_TR 624 627 ; Restore TSS selector; must mark it as not busy before using ltr (!) 625 628 ; ASSUME that this is supposed to be 'BUSY'. (saves 20-30 ticks on the T42p). … … 637 640 pop xAX ; Saved LDTR 638 641 lldt ax 642 %endif 639 643 640 644 pop xSI ; pCtx (needed in rsi by the macros below) … … 674 678 %endif 675 679 680 %ifndef VMX_SKIP_LDTR_TR 676 681 ; Restore TSS selector; must mark it as not busy before using ltr (!) 677 682 ; ASSUME that this is supposed to be 'BUSY'. (saves 20-30 ticks on the T42p). … … 689 694 pop xAX ; Saved LDTR 690 695 lldt ax 696 %endif 691 697 692 698 pop xSI ; pCtx (needed in rsi by the macros below).
Note:
See TracChangeset
for help on using the changeset viewer.