mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
SVM rework
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4605 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
893f986502
commit
872929aa59
8 changed files with 384 additions and 479 deletions
|
@ -43,7 +43,8 @@ DEF_HELPER(void, helper_lcall_protected, (int new_cs, target_ulong new_eip,
|
|||
DEF_HELPER(void, helper_iret_real, (int shift))
|
||||
DEF_HELPER(void, helper_iret_protected, (int shift, int next_eip))
|
||||
DEF_HELPER(void, helper_lret_protected, (int shift, int addend))
|
||||
DEF_HELPER(void, helper_movl_crN_T0, (int reg, target_ulong t0))
|
||||
DEF_HELPER(target_ulong, helper_read_crN, (int reg))
|
||||
DEF_HELPER(void, helper_write_crN, (int reg, target_ulong t0))
|
||||
DEF_HELPER(void, helper_lmsw, (target_ulong t0))
|
||||
DEF_HELPER(void, helper_clts, (void))
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue