Home
last modified time | relevance | path

Searched refs:xenpmu_flags (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/xen/
H A Dpmu.c197 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_PROCESSIN in xen_pmu_irq_handler()
[all...]
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dpmu.c206 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_intel_pmu_emulate() local
209 if (!xenpmu_data || !(xenpmu_flags & XENPMU_IRQ_PROCESSING)) in xen_intel_pmu_emulate()
268 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_amd_pmu_emulate() local
270 if (!xenpmu_data || !(xenpmu_flags & XENPMU_IRQ_PROCESSING)) in xen_amd_pmu_emulate()
355 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_amd_read_pmc() local
357 if (!xenpmu_data || !(xenpmu_flags & XENPMU_IRQ_PROCESSING)) { in xen_amd_read_pmc()
376 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_intel_read_pmc() local
378 if (!xenpmu_data || !(xenpmu_flags & XENPMU_IRQ_PROCESSING)) { in xen_intel_read_pmc()
497 uint8_t xenpmu_flags = get_xenpmu_flags(); in xen_pmu_irq_handler() local
505 xenpmu_flags | XENPMU_IRQ_PROCESSIN in xen_pmu_irq_handler()
[all...]

Completed in 2 milliseconds