Lines Matching refs:targets
114 int targets = (val >> 16) & 0xff;
121 case 0x0: /* as specified by targets */
124 targets = (1U << nr_vcpus) - 1; /* all, ... */
125 targets &= ~(1U << source_vcpu->vcpu_id); /* but self */
128 targets = (1U << source_vcpu->vcpu_id);
137 if (!(targets & (1U << c)))
161 val |= (u64)irq->targets << (i * 8);
188 irq->targets = (val >> (i * 8)) & cpu_mask;
189 target = irq->targets ? __ffs(irq->targets) : 0;