Searched refs:target_cpus (Results 1 - 16 of 16) sorted by relevance

/linux-4.4.14/include/trace/events/
H A Dipi.h25 __bitmask(target_cpus, nr_cpumask_bits)
30 __assign_bitmask(target_cpus, cpumask_bits(mask), nr_cpumask_bits);
34 TP_printk("target_mask=%s (%s)", __get_bitmask(target_cpus), __entry->reason)
/linux-4.4.14/arch/x86/kernel/apic/
H A Dx2apic_phys.c104 .target_cpus = online_target_cpus,
H A Dapic_noop.c123 .target_cpus = noop_target_cpus,
H A Dbigsmp_32.c162 .target_cpus = default_target_cpus,
H A Dapic_flat_64.c167 .target_cpus = online_target_cpus,
273 .target_cpus = online_target_cpus,
H A Dapic_numachip.c255 .target_cpus = online_target_cpus,
306 .target_cpus = online_target_cpus,
H A Dprobe_32.c87 .target_cpus = default_target_cpus,
H A Dx2apic_cluster.c248 .target_cpus = x2apic_cluster_target_cpus,
H A Dx2apic_uv_x.c388 .target_cpus = online_target_cpus,
H A Dvector.c249 return assign_irq_vector(irq, data, apic->target_cpus()); assign_irq_vector_policy()
H A Dio_apic.c2517 * so mask in all cases should simply be apic->target_cpus()
2550 mask = apic->target_cpus(); for_each_ioapic_pin()
/linux-4.4.14/virt/kvm/arm/
H A Dvgic-v2-emul.c412 u8 target_cpus; vgic_dispatch_sgi() local
418 target_cpus = (reg >> 16) & 0xff; vgic_dispatch_sgi()
423 if (!target_cpus) vgic_dispatch_sgi()
428 target_cpus = ((1 << nrcpus) - 1) & ~(1 << vcpu_id) & 0xff; vgic_dispatch_sgi()
432 target_cpus = 1 << vcpu_id; vgic_dispatch_sgi()
437 if (target_cpus & 1) { kvm_for_each_vcpu()
445 target_cpus >>= 1; kvm_for_each_vcpu()
H A Dvgic-v3-emul.c934 u16 target_cpus; vgic_v3_dispatch_sgi() local
943 target_cpus = (reg & ICC_SGI1R_TARGET_LIST_MASK) >> ICC_SGI1R_TARGET_LIST_SHIFT; vgic_v3_dispatch_sgi()
963 if (!broadcast && target_cpus == 0) kvm_for_each_vcpu()
973 level0 = match_mpidr(mpidr, target_cpus, c_vcpu); kvm_for_each_vcpu()
978 target_cpus &= ~BIT(level0); kvm_for_each_vcpu()
/linux-4.4.14/arch/x86/xen/
H A Dapic.c155 .target_cpus = default_target_cpus,
/linux-4.4.14/samples/trace_events/
H A Dtrace-events-sample.h152 * __assign_bitmask(target_cpus, cpumask_bits(bar), nr_cpumask_bits);
178 * For __bitmask(target_cpus, nr_cpumask_bits) use __get_bitmask(target_cpus)
/linux-4.4.14/arch/x86/include/asm/
H A Dapic.h278 const struct cpumask *(*target_cpus)(void); x2apic_enabled() member in struct:apic

Completed in 329 milliseconds