Home
last modified time | relevance | path

Searched refs:vcpu_to_lbr_desc (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/arch/x86/kvm/vmx/
Dpmu_intel.c248 struct lbr_desc *lbr_desc = vcpu_to_lbr_desc(vcpu); in intel_pmu_release_guest_lbr_event()
259 struct lbr_desc *lbr_desc = vcpu_to_lbr_desc(vcpu); in intel_pmu_create_guest_lbr_event()
317 struct lbr_desc *lbr_desc = vcpu_to_lbr_desc(vcpu); in intel_pmu_handle_lbr_msrs_access()
467 struct lbr_desc *lbr_desc = vcpu_to_lbr_desc(vcpu); in intel_pmu_refresh()
549 struct lbr_desc *lbr_desc = vcpu_to_lbr_desc(vcpu); in intel_pmu_init()
644 struct lbr_desc *lbr_desc = vcpu_to_lbr_desc(vcpu); in vmx_disable_lbr_msrs_passthrough()
655 struct lbr_desc *lbr_desc = vcpu_to_lbr_desc(vcpu); in vmx_enable_lbr_msrs_passthrough()
677 struct lbr_desc *lbr_desc = vcpu_to_lbr_desc(vcpu); in vmx_passthrough_lbr_msrs()
Dvmx.h94 #define vcpu_to_lbr_desc(vcpu) (&to_vmx(vcpu)->lbr_desc) macro