Searched refs:xenpmu_flags (Results 1 – 1 of 1) sorted by relevance
197 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_intel_pmu_emulate() local200 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() local261 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() local344 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() local365 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() local498 xenpmu_flags | XENPMU_IRQ_PROCESSING; in xen_pmu_irq_handler()[all …]