Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/vmx/
Dnested.h42 return to_vmx(vcpu)->nested.cached_vmcs12; in get_vmcs12()
47 return to_vmx(vcpu)->nested.cached_shadow_vmcs12; in get_shadow_vmcs12()
57 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_has_valid_vmcs12()
71 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_get_vpid02()
105 return vmx_misc_cr3_count(to_vmx(vcpu)->nested.msrs.misc_low); in nested_cpu_vmx_misc_cr3_count()
115 return to_vmx(vcpu)->nested.msrs.misc_low & in nested_cpu_has_vmwrite_any_field()
121 return to_vmx(vcpu)->nested.msrs.misc_low & VMX_MISC_ZERO_LEN_INS; in nested_cpu_has_zero_length_injection()
126 return to_vmx(vcpu)->nested.msrs.procbased_ctls_high & in nested_cpu_supports_monitor_trap_flag()
132 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 …]
Dvmx.c484 tmp_eptp = to_vmx(vcpu)->ept_pointer; in check_ept_pointer_match()
485 } else if (tmp_eptp != to_vmx(vcpu)->ept_pointer) { in check_ept_pointer_match()
507 u64 ept_pointer = to_vmx(vcpu)->ept_pointer; in __hv_remote_flush_tlb_with_range()
535 if (VALID_PAGE(to_vmx(vcpu)->ept_pointer)) in hv_remote_flush_tlb_with_range()
567 evmcs = (struct hv_enlightened_vmcs *)to_vmx(vcpu)->loaded_vmcs->vmcs; in hv_enable_direct_tlbflush()
828 if (to_vmx(vcpu)->rmode.vm86_active) in update_exception_bitmap()
867 msr_bitmap = to_vmx(vcpu)->loaded_vmcs->msr_bitmap; in msr_write_intercepted()
1197 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_prepare_switch_to_guest()
1328 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_vcpu_load_vmcs()
1399 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_vcpu_load()
[all …]
Dnested.c188 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_vmx_fail()
226 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_release_evmcs()
257 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_switch_vmcs()
280 struct vcpu_vmx *vmx = to_vmx(vcpu); in free_nested()
336 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_ept_inject_page_fault()
359 to_vmx(vcpu)->nested.msrs.ept_caps & in nested_ept_init_mmu_context()
435 !to_vmx(vcpu)->nested.nested_run_pending) { in vmx_inject_page_fault_nested()
494 msr_bitmap = to_vmx(vcpu)->vmcs01.msr_bitmap; in msr_write_intercepted_l01()
568 unsigned long *msr_bitmap_l0 = to_vmx(vcpu)->nested.vmcs02.msr_bitmap; in nested_vmx_prepare_msr_bitmap()
569 struct kvm_host_map *map = &to_vmx(vcpu)->nested.msr_bitmap_map; in nested_vmx_prepare_msr_bitmap()
[all …]
Dvmx.h420 static inline struct vcpu_vmx *to_vmx(struct kvm_vcpu *vcpu) in to_vmx() function
427 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_get_exit_qual()
438 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_get_intr_info()
482 (secondary_exec_controls_get(to_vmx(vcpu)) & in is_unrestricted_guest()
Dposted_intr.c21 return &(to_vmx(vcpu)->pi_desc); in vcpu_to_pi_desc()
310 vcpu_info.pi_desc_addr = __pa(&to_vmx(vcpu)->pi_desc); in pi_update_irte()
Devmcs.c329 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_get_evmcs_version()
424 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_enable_evmcs()