Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dx86.h43 static inline int is_long_mode(struct kvm_vcpu *vcpu) in is_long_mode() function
56 if (!is_long_mode(vcpu)) in is_64_bit_mode()
Dvmx.c1929 if (is_long_mode(&vmx->vcpu)) in vmx_save_host_state()
1948 if (is_long_mode(&vmx->vcpu)) in __vmx_load_host_state()
2336 if (is_long_mode(vcpu)) in vmx_set_msr_bitmap()
2341 if (is_long_mode(vcpu)) in vmx_set_msr_bitmap()
2361 if (is_long_mode(&vmx->vcpu)) { in setup_msrs()
3652 if (is_paging(vcpu) && is_pae(vcpu) && !is_long_mode(vcpu)) { in ept_load_pdptrs()
3664 if (is_paging(vcpu) && is_pae(vcpu) && !is_long_mode(vcpu)) { in ept_save_pdptrs()
6604 if (is_long_mode(vcpu)) { in get_vmx_mem_address()
6753 if (is_long_mode(vcpu) && !cs.l) { in handle_vmon()
6820 (is_long_mode(vcpu) && !cs.l)) { in nested_vmx_check_permission()
[all …]
Dpaging_tmpl.h293 ASSERT(!(is_long_mode(vcpu) && !is_pae(vcpu))); in FNAME()
Dx86.c564 if (is_long_mode(vcpu) || !is_pae(vcpu)) in pdptrs_changed()
739 if (is_long_mode(vcpu)) { in kvm_set_cr4()
753 if ((kvm_read_cr3(vcpu) & X86_CR3_PCID_MASK) || !is_long_mode(vcpu)) in kvm_set_cr4()
783 if (is_long_mode(vcpu)) { in kvm_set_cr3()
1938 int lm = is_long_mode(vcpu); in xen_hvm_config()
5053 (cs_l && is_long_mode(vcpu)) ? X86EMUL_MODE_PROT64 : in init_emulate_ctxt()
7049 if (!is_long_mode(vcpu) && is_pae(vcpu)) { in kvm_arch_vcpu_ioctl_set_sregs()
Dmmu.c3968 } else if (is_long_mode(vcpu)) { in init_kvm_tdp_mmu()
4000 else if (is_long_mode(vcpu)) in kvm_init_shadow_mmu()
4072 } else if (is_long_mode(vcpu)) { in init_kvm_nested_mmu()