Searched refs:xenpmu_flags (Results 1 – 1 of 1) sorted by relevance
190 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_intel_pmu_emulate() local193 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() local254 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() local337 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() local358 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() local491 xenpmu_flags | XENPMU_IRQ_PROCESSING; in xen_pmu_irq_handler()[all …]