Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmx.c5870 u32 vmentry_ctl, vmexit_ctl; in dump_vmcs() local
5879 vmentry_ctl = vmcs_read32(VM_ENTRY_CONTROLS); in dump_vmcs()
5919 (vmentry_ctl & (VM_ENTRY_LOAD_IA32_PAT | VM_ENTRY_LOAD_IA32_EFER))) in dump_vmcs()
5927 vmentry_ctl & VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL) in dump_vmcs()
5930 if (vmentry_ctl & VM_ENTRY_LOAD_BNDCFGS) in dump_vmcs()
5971 pr_err("EntryControls=%08x ExitControls=%08x\n", vmentry_ctl, vmexit_ctl); in dump_vmcs()