Searched refs:entry_ctls (Results 1 – 1 of 1) sorted by relevance
93 uint64_t entry_ctls; in enter_long_mode() local97 entry_ctls = rvmcs(vcpu, VMCS_ENTRY_CTLS); in enter_long_mode()98 wvmcs(vcpu, VMCS_ENTRY_CTLS, entry_ctls | VM_ENTRY_GUEST_LMA); in enter_long_mode()110 uint64_t entry_ctls; in exit_long_mode() local112 entry_ctls = rvmcs(vcpu, VMCS_ENTRY_CTLS); in exit_long_mode()113 wvmcs(vcpu, VMCS_ENTRY_CTLS, entry_ctls & ~VM_ENTRY_GUEST_LMA); in exit_long_mode()128 uint64_t entry_ctls; in macvm_set_cr0() local153 entry_ctls = rvmcs(vcpu, VMCS_ENTRY_CTLS); in macvm_set_cr0()154 wvmcs(vcpu, VMCS_ENTRY_CTLS, entry_ctls & ~VM_ENTRY_GUEST_LMA); in macvm_set_cr0()