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,
480 static inline const struct cpumask *default_target_cpus(void) in default_target_cpus()
489 static inline const struct cpumask *online_target_cpus(void) in online_target_cpus()
546 flat_cpu_mask_to_apicid_and(const struct cpumask *cpumask, in flat_cpu_mask_to_apicid_and() argument
547 const struct cpumask *andmask, in flat_cpu_mask_to_apicid_and()
550 unsigned long cpu_mask = cpumask_bits(cpumask)[0] & in flat_cpu_mask_to_apicid_and()
564 default_cpu_mask_to_apicid_and(const struct cpumask *cpumask,
565 const struct cpumask *andmask,
569 flat_vector_allocation_domain(int cpu, struct cpumask *retmask, in flat_vector_allocation_domain()
570 const struct cpumask *mask) in flat_vector_allocation_domain()
585 default_vector_allocation_domain(int cpu, struct cpumask *retmask, in default_vector_allocation_domain()
586 const struct cpumask *mask) in default_vector_allocation_domain()