Home
last modified time | relevance | path

Searched refs:to_vmx (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.h41 return to_vmx(vcpu)->nested.cached_vmcs12; in get_vmcs12()
46 return to_vmx(vcpu)->nested.cached_shadow_vmcs12; in get_shadow_vmcs12()
56 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_has_valid_vmcs12()
65 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_get_vpid02()
100 return vmx_misc_cr3_count(to_vmx(vcpu)->nested.msrs.misc_low); in nested_cpu_vmx_misc_cr3_count()
110 return to_vmx(vcpu)->nested.msrs.misc_low & in nested_cpu_has_vmwrite_any_field()
116 return to_vmx(vcpu)->nested.msrs.misc_low & VMX_MISC_ZERO_LEN_INS; in nested_cpu_has_zero_length_injection()
121 return to_vmx(vcpu)->nested.msrs.procbased_ctls_high & in nested_cpu_supports_monitor_trap_flag()
127 return to_vmx(vcpu)->nested.msrs.secondary_ctls_high & in nested_cpu_has_vmx_shadow_vmcs()
258 u64 fixed0 = to_vmx(vcpu)->nested.msrs.cr0_fixed0; in nested_guest_cr0_valid()
[all …]
H A Dvmx.c551 evmcs = (struct hv_enlightened_vmcs *)to_vmx(vcpu)->loaded_vmcs->vmcs; in hv_enable_l2_tlb_flush()
903 if (to_vmx(vcpu)->rmode.vm86_active) in vmx_update_exception_bitmap()
1295 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_prepare_switch_to_guest()
1429 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_vcpu_load_vmcs()
1499 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_vcpu_load()
1512 vmx_prepare_switch_to_host(to_vmx(vcpu)); in vmx_vcpu_put()
1522 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_get_rflags()
1540 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_set_rflags()
1603 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_rtit_ctl_check()
1683 if (to_vmx(vcpu)->exit_reason.enclave_mode) { in vmx_can_emulate_instruction()
[all …]
H A Dnested.c183 if (to_vmx(vcpu)->nested.hv_evmcs_vmptr != EVMPTR_INVALID) in nested_vmx_failValid()
184 to_vmx(vcpu)->nested.need_vmcs12_to_shadow_sync = true; in nested_vmx_failValid()
191 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_vmx_fail()
231 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_release_evmcs()
268 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_switch_vmcs()
297 struct vcpu_vmx *vmx = to_vmx(vcpu); in free_nested()
383 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_ept_inject_page_fault()
414 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_ept_new_eptp()
572 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_vmx_prepare_msr_bitmap()
674 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_cache_shadow_vmcs12()
[all …]
H A Dvmx.h654 static __always_inline struct vcpu_vmx *to_vmx(struct kvm_vcpu *vcpu) in to_vmx() function
661 return &to_vmx(vcpu)->lbr_desc; in vcpu_to_lbr_desc()
680 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_get_exit_qual()
690 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_get_intr_info()
727 (secondary_exec_controls_get(to_vmx(vcpu)) & in is_unrestricted_guest()
756 to_vmx(vcpu)->nested.enlightened_vmcs_enabled; in guest_cpuid_has_evmcs()
H A Dposted_intr.c36 return &(to_vmx(vcpu)->pi_desc); in vcpu_to_pi_desc()
56 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_vcpu_pi_load()
149 struct vcpu_vmx *vmx = to_vmx(vcpu); in pi_enable_wakeup_handler()
H A Dsgx.c299 struct vcpu_vmx *vmx = to_vmx(vcpu); in handle_encls_einit()
377 return (to_vmx(vcpu)->msr_ia32_feature_control & bits) == bits; in sgx_enabled_in_guest_bios()
429 struct vcpu_vmx *vmx = to_vmx(vcpu); in vcpu_setup_sgx_lepubkeyhash()
H A Dhyperv.c349 (!vcpu || to_vmx(vcpu)->nested.enlightened_vmcs_enabled)) in nested_get_evmcs_version()
509 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_enable_evmcs()
522 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_evmcs_l2_tlb_flush_enabled()