VirtualBox

Ignore:
Timestamp:
Feb 23, 2009 10:26:39 PM (16 years ago)
Author:
vboxsync
Message:

VMM,REM: Brushed up the TR/TSS shadowing. We're now relying on the hidden TR registers in SELM and CPUM/REM will make sure these are always in sync. Joined CPUMGetGuestTRHid and CPUMGetGuestTR. Kicked out sync_tr (unused now) and SELMGCGetRing1Stack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler_new/target-i386/helper.h

    r15034 r17035  
    4343DEF_HELPER(void, helper_lcall_real, (int new_cs, target_ulong new_eip1,
    4444                       int shift, int next_eip))
    45 DEF_HELPER(void, helper_lcall_protected, (int new_cs, target_ulong new_eip, 
     45DEF_HELPER(void, helper_lcall_protected, (int new_cs, target_ulong new_eip,
    4646                            int shift, int next_eip_addend))
    4747DEF_HELPER(void, helper_iret_real, (int shift))
     
    114114DEF_HELPER(void, helper_svm_check_intercept_param, (uint32_t type, uint64_t param))
    115115DEF_HELPER(void, helper_vmexit, (uint32_t exit_code, uint64_t exit_info_1))
    116 DEF_HELPER(void, helper_svm_check_io, (uint32_t port, uint32_t param, 
     116DEF_HELPER(void, helper_svm_check_io, (uint32_t port, uint32_t param,
    117117                         uint32_t next_eip_addend))
    118118DEF_HELPER(void, helper_vmrun, (int aflag, int next_eip_addend))
     
    134134DEF_HELPER(void, helper_fildl_ST0, (int32_t val))
    135135DEF_HELPER(void, helper_fildll_ST0, (int64_t val))
    136 #ifndef VBOX 
     136#ifndef VBOX
    137137DEF_HELPER(uint32_t, helper_fsts_ST0, (void))
    138138DEF_HELPER(uint64_t, helper_fstl_ST0, (void))
     
    257257void sync_seg(CPUX86State *env1, int seg_reg, int selector);
    258258void sync_ldtr(CPUX86State *env1, int selector);
    259 int  sync_tr(CPUX86State *env1, int selector);
    260259
    261260#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette