Home
last modified time | relevance | path

Searched refs:level0 (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/powerpc/platforms/chrp/
Dsetup.c179 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()
/linux-5.19.10/arch/arm64/kvm/vgic/
Dvgic-mmio-v3.c1018 int level0; in match_mpidr() local
1025 level0 = MPIDR_AFFINITY_LEVEL(affinity, 0); in match_mpidr()
1033 if (!(sgi_cpu_mask & BIT(level0))) in match_mpidr()
1036 return level0; in match_mpidr()
1098 int level0; in vgic_v3_dispatch_sgi() local
1100 level0 = match_mpidr(mpidr, target_cpus, c_vcpu); in vgic_v3_dispatch_sgi()
1101 if (level0 == -1) in vgic_v3_dispatch_sgi()
1105 target_cpus &= ~BIT(level0); in vgic_v3_dispatch_sgi()