Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dmmu.h54 static inline int is_long_mode(struct kvm_vcpu *vcpu) in is_long_mode() function
Dpaging_tmpl.h146 if (!is_long_mode(vcpu)) { in FNAME()
153 ASSERT((!is_long_mode(vcpu) && is_pae(vcpu)) || in FNAME()
Dx86.c253 if (is_long_mode(vcpu) || !is_pae(vcpu)) in pdptrs_changed()
343 if (is_long_mode(vcpu)) { in kvm_set_cr4()
377 if (is_long_mode(vcpu)) { in kvm_set_cr3()
2652 if (is_long_mode(vcpu)) in hc_gpa()
2671 if (!is_long_mode(vcpu)) { in kvm_emulate_hypercall()
3766 if (!is_long_mode(vcpu) && is_pae(vcpu)) in kvm_arch_vcpu_ioctl_set_sregs()
Dmmu.c2238 } else if (is_long_mode(vcpu)) { in init_kvm_tdp_mmu()
2259 else if (is_long_mode(vcpu)) in init_kvm_softmmu()
2894 if (!is_long_mode(vcpu) && !is_pae(vcpu)) in kvm_pv_mmu_write()
Dvmx.c583 if (is_long_mode(&vmx->vcpu)) in vmx_save_host_state()
809 if (is_long_mode(&vmx->vcpu)) { in setup_msrs()
1485 if (is_paging(vcpu) && is_pae(vcpu) && !is_long_mode(vcpu)) { in ept_load_pdptrs()
Dsvm.c1468 if (is_paging(vcpu) && is_pae(vcpu) && !is_long_mode(vcpu)) { in handle_exit()