Searched refs:target_cpus (Results 1 – 4 of 4) sorted by relevance
| /linux/include/trace/events/ |
| H A D | ipi.h | 71 __bitmask(target_cpus, nr_cpumask_bits) 76 __assign_bitmask(target_cpus, cpumask_bits(mask), nr_cpumask_bits); 80 TP_printk("target_mask=%s (%s)", __get_bitmask(target_cpus), __entry->reason)
|
| /linux/tools/testing/selftests/drivers/platform/x86/intel/ifs/ |
| H A D | test_ifs.sh | 67 local target_cpus=$2 73 if [[ -n "$target_cpus" ]]; then 74 for cpu in $(echo "$target_cpus" | tr ',' ' '); do
|
| /linux/arch/arm64/kvm/vgic/ |
| H A D | vgic-mmio-v3.c | 1105 unsigned long target_cpus; in vgic_v3_dispatch_sgi() local 1129 target_cpus = FIELD_GET(ICC_SGI1R_TARGET_LIST_MASK, reg); in vgic_v3_dispatch_sgi() 1131 for_each_set_bit(aff0, &target_cpus, hweight_long(ICC_SGI1R_TARGET_LIST_MASK)) { in vgic_v3_dispatch_sgi()
|
| /linux/tools/power/x86/intel-speed-select/ |
| H A D | isst-config.c | 33 static unsigned short target_cpus[MAX_CPUS_IN_ONE_REQ]; variable 848 if (!CPU_ISSET_S(target_cpus[i], present_cpumask_size, in create_cpu_map() 852 CPU_SET_S(target_cpus[i], size, target_cpumask); in create_cpu_map() 2775 target_cpus[max_target_cpus++] = start; in parse_cpu_command() 2803 target_cpus[max_target_cpus++] = start; in parse_cpu_command() 2826 printf("cpu [%d] in arg\n", target_cpus[i]); in parse_cpu_command()
|