Lines Matching refs:xenpmu_flags
190 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_intel_pmu_emulate() local
193 if (!xenpmu_data || !(xenpmu_flags & XENPMU_IRQ_PROCESSING)) in xen_intel_pmu_emulate()
252 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_amd_pmu_emulate() local
254 if (!xenpmu_data || !(xenpmu_flags & XENPMU_IRQ_PROCESSING)) in xen_amd_pmu_emulate()
335 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_amd_read_pmc() local
337 if (!xenpmu_data || !(xenpmu_flags & XENPMU_IRQ_PROCESSING)) { in xen_amd_read_pmc()
356 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_intel_read_pmc() local
358 if (!xenpmu_data || !(xenpmu_flags & XENPMU_IRQ_PROCESSING)) { in xen_intel_read_pmc()
483 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_pmu_irq_handler() local
491 xenpmu_flags | XENPMU_IRQ_PROCESSING; in xen_pmu_irq_handler()
499 this_cpu_ptr(&xenpmu_shared)->flags = xenpmu_flags; in xen_pmu_irq_handler()