Searched refs:vmsave (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm_ops.h | 59 static __always_inline void vmsave(unsigned long pa) in vmsave() function 61 svm_asm1(vmsave, "a" (pa), "memory"); in vmsave()
|
H A D | vmenter.S | 202 5: vmsave %_ASM_AX
|
H A D | svm.c | 1545 vmsave(sd->save_area_pa); in svm_prepare_switch_to_guest()
|
/openbmc/qemu/target/i386/ |
H A D | helper.h | 89 DEF_HELPER_2(vmsave, void, env, int)
|
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 254 STUB_HELPER(vmsave, TCGv_env env, TCGv_i32 aflag)
|
/openbmc/linux/arch/x86/kvm/ |
H A D | emulate.c | 4039 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa),
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 3184 "VMSAVE","VMSAVE","vmsave","0F 01 DB","V","V","SVM","amd","","",""
|