Home
last modified time | relevance | path

Searched full:ppis (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/perf/
H A Darm_pmu_acpi.c49 * a fixed value in HW (for both SPIs and PPIs) that we cannot change in arm_pmu_acpi_register_irq()
238 * corresponding GSI once (e.g. when we have PPIs). in arm_pmu_acpi_parse_irqs()
268 * the PMU (e.g. we don't have mismatched PPIs).
288 pr_warn("mismatched PPIs detected\n"); in pmu_irq_matches()
H A Darm_pmu_platform.c134 dev_warn(dev, "multiple PPIs or mismatched SPI/PPI detected\n"); in pmu_parse_irqs()
H A Darm_spe_pmu.c1159 /* Request our PPIs (note that the IRQ is still disabled) */ in arm_spe_pmu_dev_init()
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dti,omap4-wugen-mpu20 - Only SPIs can use the WUGEN as an interrupt parent. SGIs and PPIs
H A Darm,gic.yaml17 Primary GIC is attached directly to the CPU and typically has PPIs and SGIs.
19 have PPIs or SGIs.
H A Dnvidia,tegra20-ictlr.txt27 - Only SPIs can use the ictlr as an interrupt parent. SGIs and PPIs
H A Darm,gic-v3.yaml63 interrupt types other than PPI or PPIs that are not partitioned,
/linux/drivers/acpi/arm64/
H A Dgtdt.c86 * acpi_gtdt_map_ppi() - Map the PPIs of per-cpu arch_timer.
90 * So we only handle the non-secure timer PPIs,
/linux/Documentation/devicetree/bindings/timer/
H A Darm,arch_timer.yaml18 per-processor interrupts via PPIs. The memory mapped timer is attached to a GIC
/linux/drivers/clocksource/
H A Dtimer-mediatek-cpux.c87 * on the CPU timer PPIs as well, so we don't declare TIMER_OF_IRQ.
/linux/arch/arm64/kvm/
H A Darch_timer.c1454 u32 ppis = 0; in timer_irqs_are_valid() local
1469 * We know by construction that we only have PPIs, so in timer_irqs_are_valid()
1472 ppis |= BIT(irq); in timer_irqs_are_valid()
1475 valid = hweight32(ppis) == nr_timers(vcpu); in timer_irqs_are_valid()
/linux/arch/arm64/kvm/vgic/
H A Dvgic.c90 /* SGIs and PPIs */ in vgic_get_irq()
410 * @vcpu: The CPU for PPIs or NULL for global interrupts
579 * @vcpu: Pointer to the VCPU (used for PPIs)
H A Dvgic-mmio.c746 * for PPIs this is IMPLEMENTATION DEFINED. The arch timer in vgic_mmio_write_config()
747 * code relies on PPIs being level triggered, so we also in vgic_mmio_write_config()
H A Dvgic-mmio-v3.c569 * The GICv3 per-IRQ registers are split to control PPIs and SGIs in the
/linux/drivers/gpio/
H A Dgpio-xgene-sb.c194 /* Skip SGIs and PPIs*/ in xgene_gpio_sb_domain_alloc()
/linux/drivers/irqchip/
H A Dirq-hip04.c135 /* Misconfigured PPIs are usually not fatal */ in hip04_irq_set_type()
H A Dirq-gic-v3.c754 /* Misconfigured PPIs are usually not fatal */ in gic_set_type()
1152 pr_info("GICv3 features: %d PPIs%s%s\n", in gic_update_rdist_properties()
1317 /* Configure SGIs/PPIs as non-secure Group-1 */ in gic_cpu_init()
1660 * Partitioned PPIs are an unfortunate exception. in gic_irq_domain_translate()
H A Dirq-gic.c308 /* Misconfigured PPIs are usually not fatal */ in gic_set_type()
/linux/tools/testing/selftests/kvm/lib/aarch64/
H A Dgic_v3.c317 /* Set a default priority for all the SGIs and PPIs */ in gicv3_cpu_init()
/linux/tools/testing/selftests/kvm/aarch64/
H A Dvgic_irq.c97 /* can inject PPIs, PPIs, and/or SPIs. */
/linux/include/kvm/
H A Darm_vgic.h123 struct kvm_vcpu *vcpu; /* SGIs and PPIs: The VCPU
/linux/Documentation/virt/kvm/devices/
H A Darm-vgic-v3.rst284 PPIs are reported per VCPU as specified in the mpidr field, and SPIs are
/linux/drivers/net/hyperv/
H A Dhyperv_net.h939 u8 ppi_flags; /* valid/present bits for the above PPIs */
H A Drndis_filter.c410 /* Copy the PPIs into nvchan->recv_buf */ in rndis_get_ppi()