Searched refs:level0 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/chrp/ |
H A D | setup.c | 179 u8 level0, type0, active; in sio_fixup_irq() local 184 level0 = sio_read(0x70); in sio_fixup_irq() 186 if (level0 != level || type0 != type || !active) { in sio_fixup_irq() 189 name, level0, type0, !active ? "in" : "", level, type); in sio_fixup_irq()
|
/openbmc/linux/arch/arm64/kvm/vgic/ |
H A D | vgic-mmio-v3.c | 1048 int level0; in match_mpidr() local 1055 level0 = MPIDR_AFFINITY_LEVEL(affinity, 0); in match_mpidr() 1063 if (!(sgi_cpu_mask & BIT(level0))) in match_mpidr() 1066 return level0; in match_mpidr() 1128 int level0; in vgic_v3_dispatch_sgi() local 1130 level0 = match_mpidr(mpidr, target_cpus, c_vcpu); in vgic_v3_dispatch_sgi() 1131 if (level0 == -1) in vgic_v3_dispatch_sgi() 1135 target_cpus &= ~BIT(level0); in vgic_v3_dispatch_sgi()
|
/openbmc/qemu/hw/intc/ |
H A D | grlib_irqmp.c | 99 uint32_t level0 = pend & ~state->level; in grlib_irqmp_check_irqs() local 103 state->mask[i], level1, level0); in grlib_irqmp_check_irqs() 106 qemu_set_irq(state->parent->irq[i], level1 ?: level0); in grlib_irqmp_check_irqs()
|