Searched refs:SVM_EXIT_CPUID (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | svm.h | 51 #define SVM_EXIT_CPUID 0x072 macro 194 { SVM_EXIT_CPUID, "cpuid" }, \
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | svm.h | 51 #define SVM_EXIT_CPUID 0x072 macro 194 { SVM_EXIT_CPUID, "cpuid" }, \
|
/openbmc/qemu/target/i386/tcg/ |
H A D | misc_helper.c | 54 cpu_svm_check_intercept_param(env, SVM_EXIT_CPUID, 0, GETPC()); in helper_cpuid()
|
/openbmc/qemu/target/i386/ |
H A D | svm.h | 108 #define SVM_EXIT_CPUID 0x072 macro
|
/openbmc/linux/arch/x86/kernel/ |
H A D | sev-shared.c | 298 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_CPUID, 0, 0); in __sev_cpuid_hv_ghcb() 577 if (exit_code != SVM_EXIT_CPUID) in do_vc_no_ghcb() 965 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_CPUID, 0, 0); in vc_handle_cpuid()
|
H A D | sev.c | 1766 case SVM_EXIT_CPUID: in vc_handle_exitcode()
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | sev.c | 318 case SVM_EXIT_CPUID: in do_boot_stage2_vc()
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | sev.c | 2539 case SVM_EXIT_CPUID: in sev_es_validate_vmgexit() 2811 ret = svm_invoke_exit_handler(vcpu, SVM_EXIT_CPUID); in sev_handle_vmgexit_msr_protocol()
|
H A D | svm.c | 3313 [SVM_EXIT_CPUID] = kvm_emulate_cpuid, 4448 [x86_intercept_cpuid] = PRE_EX(SVM_EXIT_CPUID),
|