Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c656 u64 data = vmx_guest_debugctl_read(); in intel_pmu_legacy_freezing_lbrs_on_pmi()
733 if (vmx_guest_debugctl_read() & DEBUGCTLMSR_LBR) in vmx_passthrough_lbr_msrs()
755 if (!(vmx_guest_debugctl_read() & DEBUGCTLMSR_LBR)) in intel_pmu_cleanup()
H A Dvmx.h423 static inline u64 vmx_guest_debugctl_read(void) in vmx_guest_debugctl_read() function
H A Dnested.c3541 vmx->nested.pre_vmenter_debugctl = vmx_guest_debugctl_read(); in nested_vmx_enter_non_root_mode()
H A Dvmx.c2097 msr_info->data = vmx_guest_debugctl_read(); in vmx_get_msr()