Lines Matching refs:targets
126 int targets = (val >> 16) & 0xff;
132 case 0x0: /* as specified by targets */
135 targets = (1U << nr_vcpus) - 1; /* all, ... */
136 targets &= ~(1U << source_vcpu->vcpu_id); /* but self */
139 targets = (1U << source_vcpu->vcpu_id);
148 if (!(targets & (1U << c)))
172 val |= (u64)irq->targets << (i * 8);
199 irq->targets = (val >> (i * 8)) & cpu_mask;
200 target = irq->targets ? __ffs(irq->targets) : 0;