Lines Matching defs:overflow
339 bool overflow;
344 overflow = !!kvm_pmu_overflow_status(vcpu);
345 if (pmu->irq_level == overflow)
348 pmu->irq_level = overflow;
352 pmu->irq_num, overflow, pmu);
370 * Reflect the PMU overflow interrupt output level into the kvm_run structure
421 * generating the overflow if required, and propagate it as a chained
451 /* No overflow? move on */
455 /* Mark overflow */
478 * When the perf event overflows, set the overflow status and inform the vcpu.
627 * which also depends on the overflow.
947 /* The PMU overflow interrupt can be a PPI or a valid SPI. */