Home
last modified time | relevance | path

Searched refs:vmcs_read64 (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx.c3248 mmu->pdptrs[0] = vmcs_read64(GUEST_PDPTR0); in ept_save_pdptrs()
3249 mmu->pdptrs[1] = vmcs_read64(GUEST_PDPTR1); in ept_save_pdptrs()
3250 mmu->pdptrs[2] = vmcs_read64(GUEST_PDPTR2); in ept_save_pdptrs()
3251 mmu->pdptrs[3] = vmcs_read64(GUEST_PDPTR3); in ept_save_pdptrs()
5752 gpa = vmcs_read64(GUEST_PHYSICAL_ADDRESS); in handle_ept_violation()
5798 gpa = vmcs_read64(GUEST_PHYSICAL_ADDRESS); in handle_ept_misconfig()
6261 vmcs_read64(GUEST_PDPTR0), vmcs_read64(GUEST_PDPTR1)); in dump_vmcs()
6263 vmcs_read64(GUEST_PDPTR2), vmcs_read64(GUEST_PDPTR3)); in dump_vmcs()
6297 vmcs_read64(GUEST_IA32_DEBUGCTL), in dump_vmcs()
6372 vmcs_read64(TSC_MULTIPLIER)); in dump_vmcs()
[all …]
A Dpmu_intel.c679 u64 data = vmcs_read64(GUEST_IA32_DEBUGCTL); in intel_pmu_legacy_freezing_lbrs_on_pmi()
753 if (vmcs_read64(GUEST_IA32_DEBUGCTL) & DEBUGCTLMSR_LBR) in vmx_passthrough_lbr_msrs()
775 if (!(vmcs_read64(GUEST_IA32_DEBUGCTL) & DEBUGCTLMSR_LBR)) in intel_pmu_cleanup()
A Dvmx_ops.h163 static __always_inline u64 vmcs_read64(unsigned long field) in vmcs_read64() function
A Dnested.c3414 vmx->nested.pre_vmenter_debugctl = vmcs_read64(GUEST_IA32_DEBUGCTL); in nested_vmx_enter_non_root_mode()
3418 vmx->nested.pre_vmenter_bndcfgs = vmcs_read64(GUEST_BNDCFGS); in nested_vmx_enter_non_root_mode()
4365 vmcs12->guest_pdptr0 = vmcs_read64(GUEST_PDPTR0); in sync_vmcs02_to_vmcs12()
4366 vmcs12->guest_pdptr1 = vmcs_read64(GUEST_PDPTR1); in sync_vmcs02_to_vmcs12()
4367 vmcs12->guest_pdptr2 = vmcs_read64(GUEST_PDPTR2); in sync_vmcs02_to_vmcs12()
4368 vmcs12->guest_pdptr3 = vmcs_read64(GUEST_PDPTR3); in sync_vmcs02_to_vmcs12()
4586 return vmcs_read64(GUEST_IA32_EFER); in nested_vmx_get_vmcs01_guest_efer()
4611 vcpu->arch.pat = vmcs_read64(GUEST_IA32_PAT); in nested_vmx_restore_host_state()

Completed in 27 milliseconds