Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dx86.h41 static inline int is_long_mode(struct kvm_vcpu *vcpu) in is_long_mode() function
54 if (!is_long_mode(vcpu)) in is_64_bit_mode()
Dvmx.c1763 if (is_long_mode(&vmx->vcpu)) in vmx_save_host_state()
1782 if (is_long_mode(&vmx->vcpu)) in __vmx_load_host_state()
2097 if (is_long_mode(vcpu)) in vmx_set_msr_bitmap()
2102 if (is_long_mode(vcpu)) in vmx_set_msr_bitmap()
2122 if (is_long_mode(&vmx->vcpu)) { in setup_msrs()
3431 if (is_paging(vcpu) && is_pae(vcpu) && !is_long_mode(vcpu)) { in ept_load_pdptrs()
3443 if (is_paging(vcpu) && is_pae(vcpu) && !is_long_mode(vcpu)) { in ept_save_pdptrs()
6168 if (is_long_mode(vcpu) && !cs.l) { in handle_vmon()
6235 (is_long_mode(vcpu) && !cs.l)) { in nested_vmx_check_permission()
6579 &field_value, (is_long_mode(vcpu) ? 8 : 4), NULL); in handle_vmread()
Dx86.c535 if (is_long_mode(vcpu) || !is_pae(vcpu)) in pdptrs_changed()
698 if (is_long_mode(vcpu)) { in kvm_set_cr4()
712 if ((kvm_read_cr3(vcpu) & X86_CR3_PCID_MASK) || !is_long_mode(vcpu)) in kvm_set_cr4()
738 if (is_long_mode(vcpu)) { in kvm_set_cr3()
1878 int lm = is_long_mode(vcpu); in xen_hvm_config()
5065 (cs_l && is_long_mode(vcpu)) ? X86EMUL_MODE_PROT64 : in init_emulate_ctxt()
6796 if (!is_long_mode(vcpu) && is_pae(vcpu)) { in kvm_arch_vcpu_ioctl_set_sregs()
Dpaging_tmpl.h301 ASSERT(!(is_long_mode(vcpu) && !is_pae(vcpu))); in FNAME()
Dmmu.c3741 } else if (is_long_mode(vcpu)) { in init_kvm_tdp_mmu()
3771 else if (is_long_mode(vcpu)) in kvm_init_shadow_mmu()
3838 } else if (is_long_mode(vcpu)) { in init_kvm_nested_mmu()