Searched refs:X86_FEATURE_SEV_ES (Results 1 – 5 of 5) sorted by relevance
139 have_sev_es = kvm_cpu_has(X86_FEATURE_SEV_ES); in main()
222 if (kvm_cpu_has(X86_FEATURE_SEV_ES)) in main()
379 have_sev_es = kvm_cpu_has(X86_FEATURE_SEV_ES); in main()
444 #define X86_FEATURE_SEV_ES (19*32+ 3) /* "sev_es" Secure Encrypted Virtualization - Encrypted Stat… macro
205 #define X86_FEATURE_SEV_ES KVM_X86_CPU_FEATURE(0x8000001F, 0, EAX, 3) macro
Completed in 39 milliseconds