Searched refs:xenpmu_flags (Results 1 – 1 of 1) sorted by relevance
205 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_intel_pmu_emulate() local208 if (!xenpmu_data || !(xenpmu_flags & XENPMU_IRQ_PROCESSING)) in xen_intel_pmu_emulate()267 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_amd_pmu_emulate() local269 if (!xenpmu_data || !(xenpmu_flags & XENPMU_IRQ_PROCESSING)) in xen_amd_pmu_emulate()354 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_amd_read_pmc() local356 if (!xenpmu_data || !(xenpmu_flags & XENPMU_IRQ_PROCESSING)) { in xen_amd_read_pmc()375 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_intel_read_pmc() local377 if (!xenpmu_data || !(xenpmu_flags & XENPMU_IRQ_PROCESSING)) { in xen_intel_read_pmc()496 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_pmu_irq_handler() local504 xenpmu_flags | XENPMU_IRQ_PROCESSING; in xen_pmu_irq_handler()[all …]