Lines Matching refs:xenpmu_flags
197 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_intel_pmu_emulate() local
200 if (!xenpmu_data || !(xenpmu_flags & XENPMU_IRQ_PROCESSING)) in xen_intel_pmu_emulate()
259 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_amd_pmu_emulate() local
261 if (!xenpmu_data || !(xenpmu_flags & XENPMU_IRQ_PROCESSING)) in xen_amd_pmu_emulate()
342 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_amd_read_pmc() local
344 if (!xenpmu_data || !(xenpmu_flags & XENPMU_IRQ_PROCESSING)) { in xen_amd_read_pmc()
363 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_intel_read_pmc() local
365 if (!xenpmu_data || !(xenpmu_flags & XENPMU_IRQ_PROCESSING)) { in xen_intel_read_pmc()
490 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_pmu_irq_handler() local
498 xenpmu_flags | XENPMU_IRQ_PROCESSING; in xen_pmu_irq_handler()
506 this_cpu_ptr(&xenpmu_shared)->flags = xenpmu_flags; in xen_pmu_irq_handler()