Searched refs:ia32e (Results 1 – 1 of 1) sorted by relevance
12548 bool ia32e; in check_vmentry_postreqs() local12572 ia32e = (vmcs12->vm_entry_controls & VM_ENTRY_IA32E_MODE) != 0; in check_vmentry_postreqs()12574 ia32e != !!(vmcs12->guest_ia32_efer & EFER_LMA) || in check_vmentry_postreqs()12576 ia32e != !!(vmcs12->guest_ia32_efer & EFER_LME))) in check_vmentry_postreqs()12587 ia32e = (vmcs12->vm_exit_controls & in check_vmentry_postreqs()12590 ia32e != !!(vmcs12->host_ia32_efer & EFER_LMA) || in check_vmentry_postreqs()12591 ia32e != !!(vmcs12->host_ia32_efer & EFER_LME)) in check_vmentry_postreqs()