Lines Matching refs:xenpmu_flags
205 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_intel_pmu_emulate() local
208 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() local
269 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() local
356 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() local
377 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() local
504 xenpmu_flags | XENPMU_IRQ_PROCESSING; in xen_pmu_irq_handler()
512 this_cpu_ptr(&xenpmu_shared)->flags = xenpmu_flags; in xen_pmu_irq_handler()