Searched refs:xenpmu_flags (Results 1 – 1 of 1) sorted by relevance
189 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_intel_pmu_emulate() local192 if (!xenpmu_data || !(xenpmu_flags & XENPMU_IRQ_PROCESSING)) in xen_intel_pmu_emulate()251 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_amd_pmu_emulate() local253 if (!xenpmu_data || !(xenpmu_flags & XENPMU_IRQ_PROCESSING)) in xen_amd_pmu_emulate()334 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_amd_read_pmc() local336 if (!xenpmu_data || !(xenpmu_flags & XENPMU_IRQ_PROCESSING)) { in xen_amd_read_pmc()355 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_intel_read_pmc() local357 if (!xenpmu_data || !(xenpmu_flags & XENPMU_IRQ_PROCESSING)) { in xen_intel_read_pmc()482 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_pmu_irq_handler() local490 xenpmu_flags | XENPMU_IRQ_PROCESSING; in xen_pmu_irq_handler()[all …]