Searched refs:SVM_EXIT_CPUID (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/arch/x86/include/uapi/asm/ |
| H A D | svm.h | 51 #define SVM_EXIT_CPUID 0x072 macro 196 { SVM_EXIT_CPUID, "cpuid" }, \
|
| /linux-6.15/tools/arch/x86/include/uapi/asm/ |
| H A D | svm.h | 51 #define SVM_EXIT_CPUID 0x072 macro 196 { SVM_EXIT_CPUID, "cpuid" }, \
|
| /linux-6.15/arch/x86/coco/sev/ |
| H A D | shared.c | 446 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_CPUID, 0, 0); in __sev_cpuid_hv_ghcb() 727 if (exit_code != SVM_EXIT_CPUID) in do_vc_no_ghcb() 1119 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_CPUID, 0, 0); in vc_handle_cpuid() 1579 case SVM_EXIT_CPUID: in vc_check_opcode_bytes()
|
| H A D | core.c | 2175 case SVM_EXIT_CPUID: in vc_handle_exitcode()
|
| /linux-6.15/arch/x86/boot/compressed/ |
| H A D | sev.c | 324 case SVM_EXIT_CPUID: in do_boot_stage2_vc()
|
| /linux-6.15/arch/x86/kvm/svm/ |
| H A D | sev.c | 3319 case SVM_EXIT_CPUID: in sev_es_validate_vmgexit() 4132 ret = svm_invoke_exit_handler(vcpu, SVM_EXIT_CPUID); in sev_handle_vmgexit_msr_protocol()
|
| H A D | svm.c | 3415 [SVM_EXIT_CPUID] = kvm_emulate_cpuid, 4619 [x86_intercept_cpuid] = PRE_EX(SVM_EXIT_CPUID),
|