Home
last modified time | relevance | path

Searched refs:cr4_kl_enabled (Results 1 – 4 of 4) sorted by relevance

/hypervisor/arch/x86/guest/
A Dvirtual_cr.c401 vcpu->arch.cr4_kl_enabled = true; in vmx_write_cr4()
404 vcpu->arch.cr4_kl_enabled = false; in vmx_write_cr4()
A Dvcpuid.c865 *ebx &= ~(vcpu->arch.cr4_kl_enabled ? 0U : CPUID_EBX_KL_AES_EN); in guest_cpuid_19h()
A Dvcpu.c226 if (pcpu_has_cap(X86_FEATURE_KEYLOCKER) && vcpu->arch.cr4_kl_enabled && in load_iwkey()
/hypervisor/include/arch/x86/asm/guest/
A Dvcpu.h296 bool cr4_kl_enabled; member

Completed in 9 milliseconds