Lines Matching refs:cpumask
278 const struct cpumask *(*target_cpus)(void);
285 void (*vector_allocation_domain)(int cpu, struct cpumask *retmask,
286 const struct cpumask *mask);
301 int (*cpu_mask_to_apicid_and)(const struct cpumask *cpumask,
302 const struct cpumask *andmask,
306 void (*send_IPI_mask)(const struct cpumask *mask, int vector);
307 void (*send_IPI_mask_allbutself)(const struct cpumask *mask,
478 static inline const struct cpumask *default_target_cpus(void) in default_target_cpus()
487 static inline const struct cpumask *online_target_cpus(void) in online_target_cpus()
544 flat_cpu_mask_to_apicid_and(const struct cpumask *cpumask, in flat_cpu_mask_to_apicid_and() argument
545 const struct cpumask *andmask, in flat_cpu_mask_to_apicid_and()
548 unsigned long cpu_mask = cpumask_bits(cpumask)[0] & in flat_cpu_mask_to_apicid_and()
562 default_cpu_mask_to_apicid_and(const struct cpumask *cpumask,
563 const struct cpumask *andmask,
567 flat_vector_allocation_domain(int cpu, struct cpumask *retmask, in flat_vector_allocation_domain()
568 const struct cpumask *mask) in flat_vector_allocation_domain()
583 default_vector_allocation_domain(int cpu, struct cpumask *retmask, in default_vector_allocation_domain()
584 const struct cpumask *mask) in default_vector_allocation_domain()