Home
last modified time | relevance | path

Searched defs:topology_cluster_cpumask (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Darch_topology.h81 #define topology_cluster_cpumask(cpu) (&cpu_topology[cpu].cluster_sibling) macro
H A Dtopology.h221 #define topology_cluster_cpumask(cpu) cpumask_of(cpu) macro
/linux/arch/x86/include/asm/
H A Dtopology.h194 #define topology_cluster_cpumask(cpu) (cpu_clustergroup_mask(cpu)) macro