Home
last modified time | relevance | path

Searched refs:u_cet (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kvm/
H A Dx86.c12383 u64 u_cet, s_cet; in kvm_task_switch() local
12393 if (__kvm_emulate_msr_read(vcpu, MSR_IA32_U_CET, &u_cet) || in kvm_task_switch()
12397 if ((u_cet | s_cet) & (CET_ENDBR_EN | CET_SHSTK_EN)) in kvm_task_switch()
/linux/arch/x86/kvm/svm/
H A Dsvm.c3509 "u_cet:", vmsa->u_cet); in dump_vmcb()