Searched refs:to_vmx (Results 1 – 1 of 1) sorted by relevance
1062 static inline struct vcpu_vmx *to_vmx(struct kvm_vcpu *vcpu) in to_vmx() function1069 return &(to_vmx(vcpu)->pi_desc); in vcpu_to_pi_desc()1262 return to_vmx(vcpu)->nested.cached_vmcs12; in get_vmcs12()1267 return to_vmx(vcpu)->nested.cached_shadow_vmcs12; in get_shadow_vmcs12()1550 tmp_eptp = to_vmx(vcpu)->ept_pointer; in check_ept_pointer_match()1551 } else if (tmp_eptp != to_vmx(vcpu)->ept_pointer) { in check_ept_pointer_match()1580 to_vmx(kvm_get_vcpu(kvm, 0))->ept_pointer & PAGE_MASK); in vmx_hv_remote_flush_tlb()1941 return vmx_misc_cr3_count(to_vmx(vcpu)->nested.msrs.misc_low); in nested_cpu_vmx_misc_cr3_count()1951 return to_vmx(vcpu)->nested.msrs.misc_low & in nested_cpu_has_vmwrite_any_field()1957 return to_vmx(vcpu)->nested.msrs.misc_low & VMX_MISC_ZERO_LEN_INS; in nested_cpu_has_zero_length_injection()[all …]