Searched refs:SVM_EXIT_CPUID (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/tools/arch/x86/include/uapi/asm/ |
| D | svm.h | 51 #define SVM_EXIT_CPUID 0x072 macro 194 { SVM_EXIT_CPUID, "cpuid" }, \
|
| /Linux-v6.6/arch/x86/include/uapi/asm/ |
| D | svm.h | 51 #define SVM_EXIT_CPUID 0x072 macro 194 { SVM_EXIT_CPUID, "cpuid" }, \
|
| /Linux-v6.6/arch/x86/kernel/ |
| D | sev-shared.c | 297 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_CPUID, 0, 0); in __sev_cpuid_hv_ghcb() 581 if (exit_code != SVM_EXIT_CPUID) in do_vc_no_ghcb() 969 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_CPUID, 0, 0); in vc_handle_cpuid()
|
| D | sev.c | 1775 case SVM_EXIT_CPUID: in vc_handle_exitcode()
|
| /Linux-v6.6/arch/x86/boot/compressed/ |
| D | sev.c | 315 case SVM_EXIT_CPUID: in do_boot_stage2_vc()
|
| /Linux-v6.6/arch/x86/kvm/svm/ |
| D | sev.c | 2509 case SVM_EXIT_CPUID: in sev_es_validate_vmgexit() 2781 ret = svm_invoke_exit_handler(vcpu, SVM_EXIT_CPUID); in sev_handle_vmgexit_msr_protocol()
|
| D | svm.c | 3292 [SVM_EXIT_CPUID] = kvm_emulate_cpuid, 4416 [x86_intercept_cpuid] = PRE_EX(SVM_EXIT_CPUID),
|