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

/linux-master/arch/x86/kvm/vmx/
H A Dnested.c2949 bool ia32e = !!(vmcs12->vm_exit_controls & VM_EXIT_HOST_ADDR_SPACE_SIZE); local
2969 if (ia32e) {
2988 CC(vmcs12->host_ss_selector == 0 && !ia32e))
3007 CC(ia32e != !!(vmcs12->host_ia32_efer & EFER_LMA)) ||
3008 CC(ia32e != !!(vmcs12->host_ia32_efer & EFER_LME)))
3062 bool ia32e = !!(vmcs12->vm_entry_controls & VM_ENTRY_IA32E_MODE); local
3091 if (CC(ia32e && !(vmcs12->guest_cr4 & X86_CR4_PAE)) ||
3092 CC(ia32e && !(vmcs12->guest_cr0 & X86_CR0_PG)))
3107 CC(ia32e != !!(vmcs12->guest_ia32_efer & EFER_LMA)) ||
3109 ia32e !
[all...]

Completed in 112 milliseconds