Searched refs:entry_ctls (Results 1 – 1 of 1) sorted by relevance
94 uint64_t entry_ctls; in enter_long_mode() local98 entry_ctls = rvmcs(vcpu, VMCS_ENTRY_CTLS); in enter_long_mode()99 wvmcs(vcpu, VMCS_ENTRY_CTLS, entry_ctls | VM_ENTRY_GUEST_LMA); in enter_long_mode()111 uint64_t entry_ctls; in exit_long_mode() local113 entry_ctls = rvmcs(vcpu, VMCS_ENTRY_CTLS); in exit_long_mode()114 wvmcs(vcpu, VMCS_ENTRY_CTLS, entry_ctls & ~VM_ENTRY_GUEST_LMA); in exit_long_mode()129 uint64_t entry_ctls; in macvm_set_cr0() local154 entry_ctls = rvmcs(vcpu, VMCS_ENTRY_CTLS); in macvm_set_cr0()155 wvmcs(vcpu, VMCS_ENTRY_CTLS, entry_ctls & ~VM_ENTRY_GUEST_LMA); in macvm_set_cr0()