Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.h620 #define VMX_REGS_LAZY_LOAD_SET ((1 << VCPU_REGS_RIP) | \ macro
H A Dnested.c282 vcpu->arch.regs_avail = ~VMX_REGS_LAZY_LOAD_SET; in vmx_switch_vmcs()
H A Dvmx.c7268 vcpu->arch.regs_avail &= ~VMX_REGS_LAZY_LOAD_SET; in vmx_vcpu_enter_exit()