mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
32 bit SVM fixes - INVLPG and INVLPGA updates
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4660 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
5efc27bbb6
commit
914178d34b
4 changed files with 47 additions and 25 deletions
|
@ -102,14 +102,14 @@ DEF_HELPER(void, helper_svm_check_intercept_param, (uint32_t type, uint64_t para
|
|||
DEF_HELPER(void, helper_vmexit, (uint32_t exit_code, uint64_t exit_info_1))
|
||||
DEF_HELPER(void, helper_svm_check_io, (uint32_t port, uint32_t param,
|
||||
uint32_t next_eip_addend))
|
||||
DEF_HELPER(void, helper_vmrun, (void))
|
||||
DEF_HELPER(void, helper_vmrun, (int aflag))
|
||||
DEF_HELPER(void, helper_vmmcall, (void))
|
||||
DEF_HELPER(void, helper_vmload, (void))
|
||||
DEF_HELPER(void, helper_vmsave, (void))
|
||||
DEF_HELPER(void, helper_vmload, (int aflag))
|
||||
DEF_HELPER(void, helper_vmsave, (int aflag))
|
||||
DEF_HELPER(void, helper_stgi, (void))
|
||||
DEF_HELPER(void, helper_clgi, (void))
|
||||
DEF_HELPER(void, helper_skinit, (void))
|
||||
DEF_HELPER(void, helper_invlpga, (void))
|
||||
DEF_HELPER(void, helper_invlpga, (int aflag))
|
||||
|
||||
/* x86 FPU */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue