Home
last modified time | relevance | path

Searched refs:is_long_mode (Results 1 – 8 of 8) sorted by relevance

/arch/x86/kvm/
A Dx86.h219 static inline bool is_long_mode(struct kvm_vcpu *vcpu) in is_long_mode() function
234 if (!is_long_mode(vcpu)) in is_64_bit_mode()
281 return !is_long_mode(vcpu) && is_pae(vcpu) && is_paging(vcpu); in is_pae_paging()
A Dxen.c1281 bool lm = is_long_mode(vcpu); in kvm_xen_write_hypercall_page()
A Dx86.c1353 if (is_long_mode(vcpu)) { in kvm_set_cr4()
1365 if ((kvm_read_cr3(vcpu) & X86_CR3_PCID_MASK) || !is_long_mode(vcpu)) in kvm_set_cr4()
8632 (cs_l && is_long_mode(vcpu)) ? X86EMUL_MODE_PROT64 : in init_emulate_ctxt()
/arch/x86/kvm/mmu/
A Dpaging_tmpl.h358 if (KVM_BUG_ON(is_long_mode(vcpu) && !is_pae(vcpu), vcpu->kvm)) in FNAME()
A Dmmu.c5884 else if (is_long_mode(vcpu)) in init_kvm_nested_mmu()
/arch/x86/kvm/svm/
A Dsvm.c2373 if (!is_long_mode(vcpu)) in invlpga_interception()
/arch/x86/kvm/vmx/
A Dnested.c5208 if (is_long_mode(vcpu)) { in get_vmx_mem_address()
A Dvmx.c1847 load_syscall_msrs = is_long_mode(&vmx->vcpu) && in vmx_setup_uret_msrs()

Completed in 83 milliseconds