Searched refs:ia32e (Results 1 - 1 of 1) sorted by relevance

/arch/x86/kvm/
H A Dvmx.c8358 bool ia32e; local
8462 ia32e = (vmcs12->vm_entry_controls & VM_ENTRY_IA32E_MODE) != 0;
8464 ia32e != !!(vmcs12->guest_ia32_efer & EFER_LMA) ||
8466 ia32e != !!(vmcs12->guest_ia32_efer & EFER_LME))) {
8480 ia32e = (vmcs12->vm_exit_controls &
8483 ia32e != !!(vmcs12->host_ia32_efer & EFER_LMA) ||
8484 ia32e != !!(vmcs12->host_ia32_efer & EFER_LME)) {

Completed in 45 milliseconds